{"item":[{"id":"74c97451-68ca-468b-bd3c-47b57329ee87","name":"Activities","description":{"content":"","type":"text/plain"},"item":[{"id":"15a3a2a5-8240-4e18-a26b-d3a698c6316b","name":"Get profile activities","request":{"name":"Get profile activities","description":{"content":"Retrieve a list of activities from a single profile.","type":"text/plain"},"url":{"path":["activities-api","activities",":clientId"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"dateFrom","value":"3408.6366118814526","description":"Lower value of the time range, as a Unix timestamp in milliseconds. Defaults to current time minus 2 hours."},{"disabled":false,"key":"dateTo","value":"3408.6366118814526","description":"Upper limit of the time range to fetch, as a Unix timestamp in milliseconds. Defaults to current time."},{"disabled":false,"key":"actions","value":"page.visit","description":"A comma-separated list of actions (or a single action) that will be included in the response"},{"disabled":false,"key":"limit","value":"560.0275889097752","description":"The maximum number of events to retrieve"},{"disabled":false,"key":"raw","value":"false","description":"When `true`, the response returns raw data. If raw data is not available, processed data from event storage (like from `\"raw\": false`) is returned instead."},{"disabled":false,"key":"format","value":"json","description":"The format of the retrieved data"}],"variable":[{"disabled":false,"type":"any","value":"8991.716993863954","key":"clientId","description":"(Required) The ID of the profile"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"bb23cd39-5e14-4f98-bce7-ed477da215c6","name":"Activities","originalRequest":{"url":{"path":["activities-api","activities",":clientId"],"host":["{{baseUrl}}"],"query":[{"key":"dateFrom","value":"3408.6366118814526"},{"key":"dateTo","value":"3408.6366118814526"},{"key":"actions","value":"page.visit"},{"key":"limit","value":"560.0275889097752"},{"key":"raw","value":"false"},{"key":"format","value":"json"}],"variable":[{"disabled":false,"type":"any","value":"8991.716993863954","key":"clientId","description":"(Required) The ID of the profile"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n]","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"92dbaf2c-644a-4734-847a-ebd3293cc7c8","name":"Get a single activity","request":{"name":"Get a single activity","description":{"content":"Retrieve the details of a single activity.","type":"text/plain"},"url":{"path":["activities-api","activity","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) Profile identifier type"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"additionalData\": {\n    \"time\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"unique\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"ff2d9f82-21ad-47d6-b6b4-18321c8de871","name":"Activity","originalRequest":{"url":{"path":["activities-api","activity","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) Profile identifier type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"additionalData\": {\n    \"time\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"unique\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"action\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"unique\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"createDate\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b4adc23e-54d7-4129-8734-4dc9adfbbb2d","name":"Add description mapping","request":{"name":"Add description mapping","description":{"content":"For each event, you can add a custom, human-readable description that's displayed in the Synerise Web Application","type":"text/plain"},"url":{"path":["activities-api","descriptions"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"action\": \"page.visit\",\n  \"description\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"67ecd7c8-a4a4-417c-883f-7492f1e1c0c8","name":"Description mapping","originalRequest":{"url":{"path":["activities-api","descriptions"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"action\": \"page.visit\",\n  \"description\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": 8039.775505795068,\n  \"businessProfileId\": 5898.859375456073,\n  \"action\": \"page.visit\",\n  \"description\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"4390cb5c-2409-42d1-a974-6b9ebea63801","name":"Get description mappings","request":{"name":"Get description mappings","description":{"content":"Retrieve a list of existing event-description mappings","type":"text/plain"},"url":{"path":["activities-api","descriptions"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"77b8b61c-10be-4511-968a-559210732c91","name":"Description mappings","originalRequest":{"url":{"path":["activities-api","descriptions"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"businessProfileId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"action\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"businessProfileId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"action\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e4886119-9c34-4e9f-b515-d11557180d01","name":"Update description mapping","request":{"name":"Update description mapping","description":{"content":"Modify an existing description mapping","type":"text/plain"},"url":{"path":["activities-api","descriptions",":descriptionId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"3408.6366118814526","key":"descriptionId","description":"(Required) ID of the mapping"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"action\": \"page.visit\",\n  \"description\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"c3490ab0-4508-48f1-a782-fca5d184b1de","name":"Description mapping","originalRequest":{"url":{"path":["activities-api","descriptions",":descriptionId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"3408.6366118814526","key":"descriptionId","description":"(Required) ID of the mapping"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"action\": \"page.visit\",\n  \"description\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": 8039.775505795068,\n  \"businessProfileId\": 5898.859375456073,\n  \"action\": \"page.visit\",\n  \"description\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"254f3cdd-91f8-48f8-809e-15cfe7d77666","name":"Add label mapping","request":{"name":"Add label mapping","description":{"content":"For each event, you can add a custom, human-readable label that's displayed in the Synerise Web Application","type":"text/plain"},"url":{"path":["activities-api","labels"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"action\": \"page.visit\",\n  \"label\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"4f39c699-c182-4423-a6c7-112305505ddf","name":"Label mapping","originalRequest":{"url":{"path":["activities-api","labels"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"action\": \"page.visit\",\n  \"label\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": 7746.717349451632,\n  \"businessProfileId\": 524.5061400767381,\n  \"action\": \"page.visit\",\n  \"label\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b14fc500-dc2c-46a1-bd1e-66fb6cfd0fad","name":"Get label mappings","request":{"name":"Get label mappings","description":{"content":"Retrieve a list of existing event-label mappings","type":"text/plain"},"url":{"path":["activities-api","labels"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"d049119a-3840-4ebc-97ec-1540b005e82c","name":"Label mappings","originalRequest":{"url":{"path":["activities-api","labels"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"businessProfileId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"action\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"label\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"businessProfileId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"action\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"label\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"fbfc6325-c68d-4eb1-a12c-434ced7546d0","name":"Update label mapping","request":{"name":"Update label mapping","description":{"content":"Modify an existing label mapping","type":"text/plain"},"url":{"path":["activities-api","labels",":labelId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"3408.6366118814526","key":"labelId","description":"(Required) ID of the mapping"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"action\": \"page.visit\",\n  \"label\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"2cc30402-a41f-479c-96c4-1d1a6aa602af","name":"Label mapping","originalRequest":{"url":{"path":["activities-api","labels",":labelId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"3408.6366118814526","key":"labelId","description":"(Required) ID of the mapping"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"action\": \"page.visit\",\n  \"label\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": 7746.717349451632,\n  \"businessProfileId\": 524.5061400767381,\n  \"action\": \"page.visit\",\n  \"label\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"8c749f19-a4ce-4e32-89ee-b8fbdc6f2754","name":"Add icon mapping","request":{"name":"Add icon mapping","description":{"content":"For each event, you can add a custom icon that's displayed in the Synerise Web Application","type":"text/plain"},"url":{"path":["activities-api","icons"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"action\": \"page.visit\",\n  \"icons\": {\n    \"primary\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"secondary\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"color\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"ca27edd0-733b-4365-9dea-713eaf2ecc69","name":"Icon","originalRequest":{"url":{"path":["activities-api","icons"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"action\": \"page.visit\",\n  \"icons\": {\n    \"primary\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"secondary\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"color\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": 1434.4944710515394,\n  \"businessProfileId\": 864.2689441935536,\n  \"action\": \"page.visit\",\n  \"icons\": {\n    \"primary\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"secondary\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"color\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"618abee6-d316-45db-85a2-3c633d214669","name":"Get icon mappings","request":{"name":"Get icon mappings","description":{"content":"Retrieve a list of existing event-icon mappings","type":"text/plain"},"url":{"path":["activities-api","icons"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"f08d187f-f127-46d0-ae1b-65051cb67fff","name":"Icon mappings","originalRequest":{"url":{"path":["activities-api","icons"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"businessProfileId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"action\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"icons\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"businessProfileId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"action\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"icons\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"4f1ac0c5-5d8a-4089-a69e-20fbbc3d6a80","name":"Update icon mapping","request":{"name":"Update icon mapping","description":{"content":"Modify an existing icon mapping","type":"text/plain"},"url":{"path":["activities-api","icons",":iconID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"3408.6366118814526","key":"iconID","description":"(Required) ID of the icon"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"action\": \"page.visit\",\n  \"icons\": {\n    \"primary\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"secondary\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"color\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"5a4ca8ac-501d-4a45-a220-ce5a743b8f52","name":"Icon mapping","originalRequest":{"url":{"path":["activities-api","icons",":iconID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"3408.6366118814526","key":"iconID","description":"(Required) ID of the icon"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"action\": \"page.visit\",\n  \"icons\": {\n    \"primary\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"secondary\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"color\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"businessProfileId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"action\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"icons\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"businessProfileId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"action\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"icons\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"92593c96-847a-4c1e-b012-83d59a21afcc","name":"Get profile's own events","request":{"name":"Get profile's own events","description":{"content":"As a profile, retrieve a list of your own events.\n","type":"text/plain"},"url":{"path":["activities-api","events"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"actions","value":"page.visit","description":"A comma-separated list of actions (or a single action) that will be included in the response"},{"disabled":false,"key":"dateFrom","value":"3408.6366118814526","description":"Lower value of the time range, as a Unix timestamp in milliseconds."},{"disabled":false,"key":"dateTo","value":"3408.6366118814526","description":"Upper limit of the time range to fetch, as a Unix timestamp in milliseconds."},{"disabled":false,"key":"limit","value":"560.0275889097752","description":"The maximum number of events to retrieve"},{"disabled":false,"key":"raw","value":"false","description":"When `true`, the response returns raw data. If raw data is not available, processed data from event storage (like from `\"raw\": false`) is returned instead."},{"disabled":false,"key":"pageToken","value":"string","description":"The token of the page to retrieve. You can check the tokens of the next/previous page in the response to this endpoint. If not provided, the first page is retrieved."},{"disabled":false,"key":"sortBy","value":"time:desc","description":"Sorting order. `time:desc` (default) returns newest events first."}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"93506a94-4d65-4c16-b0ef-3ed3d08d371c","name":"Events","originalRequest":{"url":{"path":["activities-api","events"],"host":["{{baseUrl}}"],"query":[{"key":"actions","value":"page.visit"},{"key":"dateFrom","value":"3408.6366118814526"},{"key":"dateTo","value":"3408.6366118814526"},{"key":"limit","value":"560.0275889097752"},{"key":"raw","value":"false"},{"key":"pageToken","value":"string"},{"key":"sortBy","value":"time:desc"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"meta\": {\n    \"links\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"cursors\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"count\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"637d9796-13f1-4eaf-8d72-632d3219d608","name":"Get profile events as a workspace/Synerise user","request":{"name":"Get profile events as a workspace/Synerise user","description":{"content":"Retrieve a list of events for the single profile.\n","type":"text/plain"},"url":{"path":["activities-api","events","by",":identifierType"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"pageToken","value":"string","description":"The token of the page to retrieve. You can check the tokens of the next/previous page in the response to this endpoint. If not provided, the first page is retrieved."}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) Profile identifier type"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"additionalData\": {\n    \"actions\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"dateFrom\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"dateTo\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"raw\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"pageToken\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sortBy\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"b7c07d25-c6c6-48f0-9e40-2adec45577ed","name":"Events","originalRequest":{"url":{"path":["activities-api","events","by",":identifierType"],"host":["{{baseUrl}}"],"query":[{"key":"pageToken","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) Profile identifier type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"additionalData\": {\n    \"actions\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"dateFrom\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"dateTo\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"raw\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"pageToken\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sortBy\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"meta\": {\n    \"links\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"cursors\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"count\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"5531e3bc-ba04-4d33-a9fb-05987e89fe6e","name":"Time Optimizer","description":{"content":"","type":"text/plain"},"item":[{"id":"7bd4a4d0-b3ec-47cb-bbe0-bf775192db84","name":"Generate activity time predictions","request":{"name":"Generate activity time predictions","description":{"content":"Calculate the probability of a profile performing an activity (event) at specific times of the week.","type":"text/plain"},"url":{"path":["activity-time-estimator","v1","query-model"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"clientID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"mode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"timeIndex\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"timeIndexExclude\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"topN\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"404dea82-70b9-483e-a58b-702163c24581","name":"Predicted activity times","originalRequest":{"url":{"path":["activity-time-estimator","v1","query-model"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"clientID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"mode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"timeIndex\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"timeIndexExclude\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"topN\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"clientID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"hours\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"predictions\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"df00c177-7e3e-4a17-948f-4e04bf1d3135","name":"Search Stats","description":{"content":"","type":"text/plain"},"item":[{"id":"b98a7b43-69c3-4cf8-84f1-2d22b65da16e","name":"Get queries stats summary","request":{"name":"Get queries stats summary","description":{"content":"Retrieves the statistics of all queries or a single query defined in the request.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","stats","queries","summary"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"dateFrom","value":"2007-06-06","description":"Upper bound of the interval for which the statistics will be retrieved.  \nMust be provided with `to`, otherwise the filter is treated as unspecified.  \nIf not specified, the interval is last 7 days.\n"},{"disabled":false,"key":"dateTo","value":"2007-06-06","description":"Lower bound of the interval for which the statistics will be retrieved.\nIf not specified, the interval is last 7 days.\n"},{"disabled":false,"key":"query","value":"string","description":"Query for which stats will be returned. If not provided, the results are returned for the most popular queries."},{"disabled":false,"key":"searchType","value":"all","description":"Search type for which stats will be retrieved."},{"disabled":false,"key":"groupBy","value":"date","description":"Attribute for which retrieved stats will be grouped."}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index for which the stats are requested"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"ec8767f1-9dfa-42db-8ab4-13bf4d51dbbf","name":"Statistics returned","originalRequest":{"url":{"path":["search","v2","indices",":indexId","stats","queries","summary"],"host":["{{baseUrl}}"],"query":[{"key":"dateFrom","value":"2007-06-06"},{"key":"dateTo","value":"2007-06-06"},{"key":"query","value":"string"},{"key":"searchType","value":"all"},{"key":"groupBy","value":"date"}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index for which the stats are requested"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"averageClickPosition\": 7431.415282104137,\n  \"averageOrderValue\": 1937.3785828492184,\n  \"clickThroughRate\": 890.8942188826097,\n  \"conversionRate\": 8986.928505185733,\n  \"conversions\": 8574,\n  \"noResultsCount\": 2137,\n  \"revenue\": 1634.3342688252505,\n  \"totalClicks\": 3054,\n  \"totalCount\": 9448,\n  \"totalSuggestionsUsed\": 9543\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a6dc96b9-7c63-44fa-861f-9c4af22ee5f0","name":"Service error","originalRequest":{"url":{"path":["search","v2","indices",":indexId","stats","queries","summary"],"host":["{{baseUrl}}"],"query":[{"key":"dateFrom","value":"2007-06-06"},{"key":"dateTo","value":"2007-06-06"},{"key":"query","value":"string"},{"key":"searchType","value":"all"},{"key":"groupBy","value":"date"}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index for which the stats are requested"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 500,\n  \"errorCode\": 3665,\n  \"timestamp\": \"2010-05-23T13:17:35.316Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"help\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3ac71681-24c0-41c6-801a-85fdcac6a90f","name":"Incorrect request","originalRequest":{"url":{"path":["search","v2","indices",":indexId","stats","queries","summary"],"host":["{{baseUrl}}"],"query":[{"key":"dateFrom","value":"2007-06-06"},{"key":"dateTo","value":"2007-06-06"},{"key":"query","value":"string"},{"key":"searchType","value":"all"},{"key":"groupBy","value":"date"}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index for which the stats are requested"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 500,\n  \"errorCode\": 3665,\n  \"timestamp\": \"2010-05-23T13:17:35.316Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"help\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"1716b745-2c28-4cea-9150-7cb4f98c0e7f","name":"Get top query statistics","request":{"name":"Get top query statistics","description":{"content":"Retrieves the 1000 most popular queries. \n\n<strong>IMPORTANT</strong>: Don't use this endpoint for displaying most popular queries to end users when they're searching. Instead, use [`search/v2/indices/{indexId}/list`](https://developers.synerise.com/AISearch/AISearch.html#operation/ListingGet), where `indexId` is a suggestion index.\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","stats","queries","top"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"dateFrom","value":"2007-06-06","description":"Upper bound of the interval for which the statistics will be retrieved.  \nMust be provided with `to`, otherwise the filter is treated as unspecified.  \nIf not specified, the interval is last 7 days.\n"},{"disabled":false,"key":"dateTo","value":"2007-06-06","description":"Lower bound of the interval for which the statistics will be retrieved.\nIf not specified, the interval is last 7 days.\n"},{"disabled":false,"key":"query","value":"string","description":"Query for which stats will be returned. If not provided, the results are returned for the most popular queries."},{"disabled":false,"key":"searchType","value":"all","description":"Search type for which stats will be retrieved."},{"disabled":false,"key":"queryFilter","value":"queries","description":"Queries for which stats will be retrieved."},{"disabled":false,"key":"groupBy","value":"date","description":"Attribute for which retrieved stats will be grouped."},{"disabled":false,"key":"withFilters","value":"true","description":"Switch to display search statistics with enabled filters or without filters."},{"disabled":false,"key":"SortBy","value":"count","description":"Field by which results should be sorted."},{"disabled":false,"key":"ordering","value":"desc","description":"Sort order direction."}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index for which the stats are requested"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"6f02fbaa-7a50-4400-bac6-5111a9d9548b","name":"Statistics returned","originalRequest":{"url":{"path":["search","v2","indices",":indexId","stats","queries","top"],"host":["{{baseUrl}}"],"query":[{"key":"dateFrom","value":"2007-06-06"},{"key":"dateTo","value":"2007-06-06"},{"key":"query","value":"string"},{"key":"searchType","value":"all"},{"key":"queryFilter","value":"queries"},{"key":"groupBy","value":"date"},{"key":"withFilters","value":"true"},{"key":"SortBy","value":"count"},{"key":"ordering","value":"desc"}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index for which the stats are requested"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"count\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"clicks\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"clickThroughRate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"revenue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"conversions\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"conversionRate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"count\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"clicks\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"clickThroughRate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"revenue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"conversions\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"conversionRate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"286f8608-4e3e-4de7-b7b5-b73380606083","name":"Service error","originalRequest":{"url":{"path":["search","v2","indices",":indexId","stats","queries","top"],"host":["{{baseUrl}}"],"query":[{"key":"dateFrom","value":"2007-06-06"},{"key":"dateTo","value":"2007-06-06"},{"key":"query","value":"string"},{"key":"searchType","value":"all"},{"key":"queryFilter","value":"queries"},{"key":"groupBy","value":"date"},{"key":"withFilters","value":"true"},{"key":"SortBy","value":"count"},{"key":"ordering","value":"desc"}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index for which the stats are requested"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 500,\n  \"errorCode\": 3665,\n  \"timestamp\": \"2010-05-23T13:17:35.316Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"help\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"059dbc37-ef9e-44f9-8738-92b914444e20","name":"Incorrect request","originalRequest":{"url":{"path":["search","v2","indices",":indexId","stats","queries","top"],"host":["{{baseUrl}}"],"query":[{"key":"dateFrom","value":"2007-06-06"},{"key":"dateTo","value":"2007-06-06"},{"key":"query","value":"string"},{"key":"searchType","value":"all"},{"key":"queryFilter","value":"queries"},{"key":"groupBy","value":"date"},{"key":"withFilters","value":"true"},{"key":"SortBy","value":"count"},{"key":"ordering","value":"desc"}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index for which the stats are requested"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 500,\n  \"errorCode\": 3665,\n  \"timestamp\": \"2010-05-23T13:17:35.316Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"help\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"3d44bc40-5a14-489f-9e86-02ca23279ab1","name":"Get filters stats","request":{"name":"Get filters stats","description":{"content":"Retrieves the statistics of filters used in searches.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","stats","filters","summary"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"filterName","value":"brand","description":"Name of the filterable attribute. If present top values of this filter are returned."},{"disabled":false,"key":"dateFrom","value":"2007-06-06","description":"Upper bound of the interval for which the statistics will be retrieved.  \nMust be provided with `to`, otherwise the filter is treated as unspecified.  \nIf not specified, the interval is last 7 days.\n"},{"disabled":false,"key":"dateTo","value":"2007-06-06","description":"Lower bound of the interval for which the statistics will be retrieved.\nIf not specified, the interval is last 7 days.\n"},{"disabled":false,"key":"groupBy","value":"date","description":"Attribute for which retrieved stats will be grouped."},{"disabled":false,"key":"ordering","value":"desc","description":"Sort order direction."}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index for which the stats are requested"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"30b6b633-b923-46dc-b459-89786d4d470f","name":"Statistics returned","originalRequest":{"url":{"path":["search","v2","indices",":indexId","stats","filters","summary"],"host":["{{baseUrl}}"],"query":[{"key":"filterName","value":"brand"},{"key":"dateFrom","value":"2007-06-06"},{"key":"dateTo","value":"2007-06-06"},{"key":"groupBy","value":"date"},{"key":"ordering","value":"desc"}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index for which the stats are requested"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"filterName\": \"string\",\n    \"count\": 4951\n  },\n  {\n    \"filterName\": \"string\",\n    \"count\": 8571\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"3e371adc-43d3-446d-a46b-b3ee6d98d7e8","name":"Service error","originalRequest":{"url":{"path":["search","v2","indices",":indexId","stats","filters","summary"],"host":["{{baseUrl}}"],"query":[{"key":"filterName","value":"brand"},{"key":"dateFrom","value":"2007-06-06"},{"key":"dateTo","value":"2007-06-06"},{"key":"groupBy","value":"date"},{"key":"ordering","value":"desc"}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index for which the stats are requested"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 500,\n  \"errorCode\": 3665,\n  \"timestamp\": \"2010-05-23T13:17:35.316Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"help\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c4373908-2851-415c-a3bc-873f489a6690","name":"Incorrect request","originalRequest":{"url":{"path":["search","v2","indices",":indexId","stats","filters","summary"],"host":["{{baseUrl}}"],"query":[{"key":"filterName","value":"brand"},{"key":"dateFrom","value":"2007-06-06"},{"key":"dateTo","value":"2007-06-06"},{"key":"groupBy","value":"date"},{"key":"ordering","value":"desc"}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index for which the stats are requested"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 500,\n  \"errorCode\": 3665,\n  \"timestamp\": \"2010-05-23T13:17:35.316Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"help\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c0608574-d4c1-4788-9c5f-bfb3c29c29e3","name":"Get rules stats","request":{"name":"Get rules stats","description":{"content":"Retrieves the statistics of applied rules.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","stats","rules","summary"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"dateFrom","value":"2007-06-06","description":"Upper bound of the interval for which the statistics will be retrieved.  \nMust be provided with `to`, otherwise the filter is treated as unspecified.  \nIf not specified, the interval is last 7 days.\n"},{"disabled":false,"key":"dateTo","value":"2007-06-06","description":"Lower bound of the interval for which the statistics will be retrieved.\nIf not specified, the interval is last 7 days.\n"},{"disabled":false,"key":"groupBy","value":"date","description":"Attribute for which retrieved stats will be grouped."}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index for which the stats are requested"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"2e2407da-c40c-493b-ab8d-6901842f7b1b","name":"Statistics returned","originalRequest":{"url":{"path":["search","v2","indices",":indexId","stats","rules","summary"],"host":["{{baseUrl}}"],"query":[{"key":"dateFrom","value":"2007-06-06"},{"key":"dateTo","value":"2007-06-06"},{"key":"groupBy","value":"date"}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index for which the stats are requested"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"ruleId\": 3676,\n    \"count\": 2595\n  },\n  {\n    \"ruleId\": 5528,\n    \"count\": 3200\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"7a0908ef-e77b-4886-9886-67823352feda","name":"Service error","originalRequest":{"url":{"path":["search","v2","indices",":indexId","stats","rules","summary"],"host":["{{baseUrl}}"],"query":[{"key":"dateFrom","value":"2007-06-06"},{"key":"dateTo","value":"2007-06-06"},{"key":"groupBy","value":"date"}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index for which the stats are requested"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 500,\n  \"errorCode\": 3665,\n  \"timestamp\": \"2010-05-23T13:17:35.316Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"help\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"89fe7149-8bac-4926-bbaa-9d3772867941","name":"Incorrect request","originalRequest":{"url":{"path":["search","v2","indices",":indexId","stats","rules","summary"],"host":["{{baseUrl}}"],"query":[{"key":"dateFrom","value":"2007-06-06"},{"key":"dateTo","value":"2007-06-06"},{"key":"groupBy","value":"date"}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index for which the stats are requested"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 500,\n  \"errorCode\": 3665,\n  \"timestamp\": \"2010-05-23T13:17:35.316Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"help\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e741da9b-840f-4651-a540-29584e887c75","name":"Get queries summary for multiple indices","request":{"name":"Get queries summary for multiple indices","description":{"content":"Retrieves the statistics of all queries or a single query defined in the request for multiple indices.","type":"text/plain"},"url":{"path":["search","v2","indices","stats","queries","summary"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"indexId","value":"string","description":"(Required) List of indices ids for which the stats are requested."},{"disabled":false,"key":"indexId","value":"string","description":"(Required) List of indices ids for which the stats are requested."},{"disabled":false,"key":"dateFrom","value":"2007-06-06","description":"Upper bound of the interval for which the statistics will be retrieved.  \nMust be provided with `to`, otherwise the filter is treated as unspecified.  \nIf not specified, the interval is last 7 days.\n"},{"disabled":false,"key":"dateTo","value":"2007-06-06","description":"Lower bound of the interval for which the statistics will be retrieved.\nIf not specified, the interval is last 7 days.\n"},{"disabled":false,"key":"query","value":"string","description":"Query for which stats will be returned. If not provided, the results are returned for the most popular queries."},{"disabled":false,"key":"searchType","value":"all","description":"Search type for which stats will be retrieved."},{"disabled":false,"key":"groupBy","value":"date","description":"Attribute for which retrieved stats will be grouped."}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"6392ee10-9dcc-4087-8917-09bba22a325c","name":"Statistics returned","originalRequest":{"url":{"path":["search","v2","indices","stats","queries","summary"],"host":["{{baseUrl}}"],"query":[{"key":"indexId","value":"string"},{"key":"indexId","value":"string"},{"key":"dateFrom","value":"2007-06-06"},{"key":"dateTo","value":"2007-06-06"},{"key":"query","value":"string"},{"key":"searchType","value":"all"},{"key":"groupBy","value":"date"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"indexId\": \"4add1a1fa877c1651906bb22c9dfd37a1618852272\",\n    \"stats\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"indexId\": \"4add1a1fa877c1651906bb22c9dfd37a1618852272\",\n    \"stats\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"97b05f05-d655-4736-b964-6f5842719c01","name":"Service error","originalRequest":{"url":{"path":["search","v2","indices","stats","queries","summary"],"host":["{{baseUrl}}"],"query":[{"key":"indexId","value":"string"},{"key":"indexId","value":"string"},{"key":"dateFrom","value":"2007-06-06"},{"key":"dateTo","value":"2007-06-06"},{"key":"query","value":"string"},{"key":"searchType","value":"all"},{"key":"groupBy","value":"date"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 500,\n  \"errorCode\": 3665,\n  \"timestamp\": \"2010-05-23T13:17:35.316Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"help\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fa1b9685-80ba-4030-af2a-29f3808a3f30","name":"Incorrect request","originalRequest":{"url":{"path":["search","v2","indices","stats","queries","summary"],"host":["{{baseUrl}}"],"query":[{"key":"indexId","value":"string"},{"key":"indexId","value":"string"},{"key":"dateFrom","value":"2007-06-06"},{"key":"dateTo","value":"2007-06-06"},{"key":"query","value":"string"},{"key":"searchType","value":"all"},{"key":"groupBy","value":"date"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 500,\n  \"errorCode\": 3665,\n  \"timestamp\": \"2010-05-23T13:17:35.316Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"help\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"8d49a29a-c5ca-4278-82e6-f9b224c0c136","name":"Recommendation statistics","description":{"content":"","type":"text/plain"},"item":[{"id":"02533651-0c2b-44c9-8272-2fa7b7418ccc","name":"Get recommendation campaign statistics","request":{"name":"Get recommendation campaign statistics","description":{"content":"Retrieves the statistics of campaigns defined in the request.","type":"text/plain"},"url":{"path":["recommendations","v2","campaigns","stats"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"campaignIds\": [\n    \"string\"\n  ],\n  \"from\": \"2024-12-02\",\n  \"to\": \"2012-06-21\",\n  \"timeZone\": \"Europe/Warsaw\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"f8f6d777-0f0a-4a09-a630-9cd56a3f6040","name":"Statistics returned","originalRequest":{"url":{"path":["recommendations","v2","campaigns","stats"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": {\n    \"summary\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"byCampaign\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9f11ac73-4280-4b31-b067-75034be570a3","name":"Service error","originalRequest":{"url":{"path":["recommendations","v2","campaigns","stats"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 500,\n  \"errorCode\": 3665,\n  \"timestamp\": \"2010-05-23T13:17:35.316Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"help\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7be30562-717c-4f0c-b97d-3be3cbcb03df","name":"Incorrect request","originalRequest":{"url":{"path":["recommendations","v2","campaigns","stats"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 500,\n  \"errorCode\": 3665,\n  \"timestamp\": \"2010-05-23T13:17:35.316Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"help\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"dce81e40-e166-40f2-bff5-7f8ad37d4be1","name":"Get global recommendation campaign statistics","request":{"name":"Get global recommendation campaign statistics","description":{"content":"Retrieves the statistics of all recommendation campaigns.","type":"text/plain"},"url":{"path":["recommendations","v2","campaigns","stats","global"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"from","value":"2007-06-06","description":"Upper bound of the interval for which the statistics will be retrieved.  \nMust be provided with `from`, otherwise the filter is treated as unspecified.  \nIf not specified, the interval is last 7 days.\n"},{"disabled":false,"key":"to","value":"2007-06-06","description":"Lower bound of the interval for which the statistics will be retrieved.\nIf not specified, the interval is last 7 days.\n"},{"disabled":false,"key":"timeZone","value":"Europe/Warsaw","description":"Time zone identifier."}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"61f21d3a-7afa-4580-b89f-b40b87637b90","name":"Statistics returned","originalRequest":{"url":{"path":["recommendations","v2","campaigns","stats","global"],"host":["{{baseUrl}}"],"query":[{"key":"from","value":"2007-06-06"},{"key":"to","value":"2007-06-06"},{"key":"timeZone","value":"Europe/Warsaw"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": {\n    \"summary\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"byDate\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0111096f-0c31-4d89-b968-176b05035d97","name":"Service error","originalRequest":{"url":{"path":["recommendations","v2","campaigns","stats","global"],"host":["{{baseUrl}}"],"query":[{"key":"from","value":"2007-06-06"},{"key":"to","value":"2007-06-06"},{"key":"timeZone","value":"Europe/Warsaw"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 500,\n  \"errorCode\": 3665,\n  \"timestamp\": \"2010-05-23T13:17:35.316Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"help\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3353d6ac-9fec-4387-ac05-091f4ee1513e","name":"Incorrect request","originalRequest":{"url":{"path":["recommendations","v2","campaigns","stats","global"],"host":["{{baseUrl}}"],"query":[{"key":"from","value":"2007-06-06"},{"key":"to","value":"2007-06-06"},{"key":"timeZone","value":"Europe/Warsaw"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 500,\n  \"errorCode\": 3665,\n  \"timestamp\": \"2010-05-23T13:17:35.316Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"help\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"02d1caff-53e3-4ea0-9579-9860595d776a","name":"Get recommendation campaign statistics","request":{"name":"Get recommendation campaign statistics","description":{"content":"Retrieves the statistics of a single recommendation campaign.","type":"text/plain"},"url":{"path":["recommendations","v2","campaigns",":campaignId","stats"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"from","value":"2007-06-06","description":"Upper bound of the interval for which the statistics will be retrieved.  \nMust be provided with `from`, otherwise the filter is treated as unspecified.  \nIf not specified, the interval is last 7 days.\n"},{"disabled":false,"key":"to","value":"2007-06-06","description":"Lower bound of the interval for which the statistics will be retrieved.\nIf not specified, the interval is last 7 days.\n"},{"disabled":false,"key":"timeZone","value":"Europe/Warsaw","description":"Time zone identifier."}],"variable":[{"disabled":false,"type":"any","value":"50NCGoRK0VRb","key":"campaignId","description":"(Required) ID of the recommendation campaign"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"042a6a70-2ef4-4194-8d18-ff4bd6929f9f","name":"Statistics returned","originalRequest":{"url":{"path":["recommendations","v2","campaigns",":campaignId","stats"],"host":["{{baseUrl}}"],"query":[{"key":"from","value":"2007-06-06"},{"key":"to","value":"2007-06-06"},{"key":"timeZone","value":"Europe/Warsaw"}],"variable":[{"disabled":false,"type":"any","value":"50NCGoRK0VRb","key":"campaignId","description":"(Required) ID of the recommendation campaign"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": {\n    \"summary\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"byDate\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6a1825db-c792-4dad-9bf1-26c214308e5c","name":"Service error","originalRequest":{"url":{"path":["recommendations","v2","campaigns",":campaignId","stats"],"host":["{{baseUrl}}"],"query":[{"key":"from","value":"2007-06-06"},{"key":"to","value":"2007-06-06"},{"key":"timeZone","value":"Europe/Warsaw"}],"variable":[{"disabled":false,"type":"any","value":"50NCGoRK0VRb","key":"campaignId","description":"(Required) ID of the recommendation campaign"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 500,\n  \"errorCode\": 3665,\n  \"timestamp\": \"2010-05-23T13:17:35.316Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"help\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"01e05d9e-c13b-4760-b3f0-48e024b56cd6","name":"Incorrect request","originalRequest":{"url":{"path":["recommendations","v2","campaigns",":campaignId","stats"],"host":["{{baseUrl}}"],"query":[{"key":"from","value":"2007-06-06"},{"key":"to","value":"2007-06-06"},{"key":"timeZone","value":"Europe/Warsaw"}],"variable":[{"disabled":false,"type":"any","value":"50NCGoRK0VRb","key":"campaignId","description":"(Required) ID of the recommendation campaign"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 500,\n  \"errorCode\": 3665,\n  \"timestamp\": \"2010-05-23T13:17:35.316Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"help\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"13435559-76bf-4955-81bf-d010c9256033","name":"Get statistics for top items in a campaign","request":{"name":"Get statistics for top items in a campaign","description":{"content":"Retrieves the statistics of top products for a single recommendation campaign.","type":"text/plain"},"url":{"path":["recommendations","v2","campaigns",":campaignId","products","stats"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"from","value":"2007-06-06","description":"Upper bound of the interval for which the statistics will be retrieved.  \nMust be provided with `from`, otherwise the filter is treated as unspecified.  \nIf not specified, the interval is last 7 days.\n"},{"disabled":false,"key":"to","value":"2007-06-06","description":"Lower bound of the interval for which the statistics will be retrieved.\nIf not specified, the interval is last 7 days.\n"},{"disabled":false,"key":"timeZone","value":"Europe/Warsaw","description":"Time zone identifier."},{"disabled":false,"key":"metric","value":"views","description":"The response will include statistics for up to 10 top-performing items according to the selected metric, sorted from best to worst.\nIf not specified, the default metric is `views`.\n- views - the number of displayed recommendation frames.\n- generations - the number of generated recommendation frames.\n- clicks - the number of times an item in a recommendation frame was clicked.\n- charges - the number of transactions caused by the recommendation.\n- revenue - the revenue generated by the recommendation.\n"}],"variable":[{"disabled":false,"type":"any","value":"50NCGoRK0VRb","key":"campaignId","description":"(Required) ID of the recommendation campaign"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"64d74dfb-a963-4e0d-ac2d-c3f9e9a675e4","name":"Statistics returned","originalRequest":{"url":{"path":["recommendations","v2","campaigns",":campaignId","products","stats"],"host":["{{baseUrl}}"],"query":[{"key":"from","value":"2007-06-06"},{"key":"to","value":"2007-06-06"},{"key":"timeZone","value":"Europe/Warsaw"},{"key":"metric","value":"views"}],"variable":[{"disabled":false,"type":"any","value":"50NCGoRK0VRb","key":"campaignId","description":"(Required) ID of the recommendation campaign"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"34073d36-ee32-4e09-b927-39ccb69bc23f","name":"Service error","originalRequest":{"url":{"path":["recommendations","v2","campaigns",":campaignId","products","stats"],"host":["{{baseUrl}}"],"query":[{"key":"from","value":"2007-06-06"},{"key":"to","value":"2007-06-06"},{"key":"timeZone","value":"Europe/Warsaw"},{"key":"metric","value":"views"}],"variable":[{"disabled":false,"type":"any","value":"50NCGoRK0VRb","key":"campaignId","description":"(Required) ID of the recommendation campaign"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 500,\n  \"errorCode\": 3665,\n  \"timestamp\": \"2010-05-23T13:17:35.316Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"help\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"397fa52b-3889-4c1b-87d9-dc04f72d714d","name":"Incorrect request","originalRequest":{"url":{"path":["recommendations","v2","campaigns",":campaignId","products","stats"],"host":["{{baseUrl}}"],"query":[{"key":"from","value":"2007-06-06"},{"key":"to","value":"2007-06-06"},{"key":"timeZone","value":"Europe/Warsaw"},{"key":"metric","value":"views"}],"variable":[{"disabled":false,"type":"any","value":"50NCGoRK0VRb","key":"campaignId","description":"(Required) ID of the recommendation campaign"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 500,\n  \"errorCode\": 3665,\n  \"timestamp\": \"2010-05-23T13:17:35.316Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"help\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"60952aee-30f1-4fda-b4cb-60c18ff2ddb8","name":"Analytics: Management","description":{"content":"","type":"text/plain"},"item":[{"id":"2ba1129d-e7af-4b26-acce-e6d39df27a6b","name":"Delete multiple analyses","request":{"name":"Delete multiple analyses","description":{"content":"Deletes many analytics in a single request","type":"text/plain"},"url":{"path":["analytics","analytics","batch-delete"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"aggregateIds\": [\n    \"2779e872-ae45-bfcf-9508-38904e95987a\",\n    \"8df3284e-05d8-08f6-b72f-961f54692b3f\"\n  ],\n  \"expressionIds\": [\n    \"2149a57f-300e-fd5d-bbf6-21e29fd73182\",\n    \"8afdc198-ea6e-1d5c-bf68-e232cc74b5b3\"\n  ],\n  \"funnelIds\": [\n    \"d7551143-7ada-ed0e-2a4c-4b29804c4b1a\",\n    \"d64301e8-0bbe-5313-ce49-f9e47f206635\"\n  ],\n  \"histogramIds\": [\n    \"8a9a3a7d-b7e4-480b-a9ae-1f5924e81bcd\",\n    \"b30e5ab7-7ef4-1dfd-5c5d-15321781291a\"\n  ],\n  \"metricIds\": [\n    \"29977086-822b-39d4-6f43-2160891f4248\",\n    \"e8445474-4bfb-52c0-83c1-b0a29aa160b8\"\n  ],\n  \"reportIds\": [\n    \"e4e9b03f-f64f-24c6-0a65-21387755f9e8\",\n    \"fab7901c-0066-b92f-48b9-04c2a97eda5e\"\n  ],\n  \"sankeyIds\": [\n    \"850b890f-abb3-b4d7-4570-2c8c4711065c\",\n    \"3a57d7d4-40af-8b42-8195-b9af78ecc55f\"\n  ],\n  \"segmentationIds\": [\n    \"b256ca65-fdd7-0d9e-2e81-e21b80be7192\",\n    \"95d74b0d-0985-e61a-46d8-094c4d4bbb42\"\n  ],\n  \"trendIds\": [\n    \"6f32b318-07f0-818d-88d9-898041052b0a\",\n    \"bfdc8ac8-021f-9d40-e492-9ca21e09309d\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"eaf9d21d-f744-44c2-a732-538b3b36ed20","name":"Analytics deleted","originalRequest":{"url":{"path":["analytics","analytics","batch-delete"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"aggregateIds\": [\n    \"2779e872-ae45-bfcf-9508-38904e95987a\",\n    \"8df3284e-05d8-08f6-b72f-961f54692b3f\"\n  ],\n  \"expressionIds\": [\n    \"2149a57f-300e-fd5d-bbf6-21e29fd73182\",\n    \"8afdc198-ea6e-1d5c-bf68-e232cc74b5b3\"\n  ],\n  \"funnelIds\": [\n    \"d7551143-7ada-ed0e-2a4c-4b29804c4b1a\",\n    \"d64301e8-0bbe-5313-ce49-f9e47f206635\"\n  ],\n  \"histogramIds\": [\n    \"8a9a3a7d-b7e4-480b-a9ae-1f5924e81bcd\",\n    \"b30e5ab7-7ef4-1dfd-5c5d-15321781291a\"\n  ],\n  \"metricIds\": [\n    \"29977086-822b-39d4-6f43-2160891f4248\",\n    \"e8445474-4bfb-52c0-83c1-b0a29aa160b8\"\n  ],\n  \"reportIds\": [\n    \"e4e9b03f-f64f-24c6-0a65-21387755f9e8\",\n    \"fab7901c-0066-b92f-48b9-04c2a97eda5e\"\n  ],\n  \"sankeyIds\": [\n    \"850b890f-abb3-b4d7-4570-2c8c4711065c\",\n    \"3a57d7d4-40af-8b42-8195-b9af78ecc55f\"\n  ],\n  \"segmentationIds\": [\n    \"b256ca65-fdd7-0d9e-2e81-e21b80be7192\",\n    \"95d74b0d-0985-e61a-46d8-094c4d4bbb42\"\n  ],\n  \"trendIds\": [\n    \"6f32b318-07f0-818d-88d9-898041052b0a\",\n    \"bfdc8ac8-021f-9d40-e492-9ca21e09309d\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"18f7b4f0-5180-469f-bb34-258e7c1731a1","name":"See error message for details","originalRequest":{"url":{"path":["analytics","analytics","batch-delete"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"aggregateIds\": [\n    \"2779e872-ae45-bfcf-9508-38904e95987a\",\n    \"8df3284e-05d8-08f6-b72f-961f54692b3f\"\n  ],\n  \"expressionIds\": [\n    \"2149a57f-300e-fd5d-bbf6-21e29fd73182\",\n    \"8afdc198-ea6e-1d5c-bf68-e232cc74b5b3\"\n  ],\n  \"funnelIds\": [\n    \"d7551143-7ada-ed0e-2a4c-4b29804c4b1a\",\n    \"d64301e8-0bbe-5313-ce49-f9e47f206635\"\n  ],\n  \"histogramIds\": [\n    \"8a9a3a7d-b7e4-480b-a9ae-1f5924e81bcd\",\n    \"b30e5ab7-7ef4-1dfd-5c5d-15321781291a\"\n  ],\n  \"metricIds\": [\n    \"29977086-822b-39d4-6f43-2160891f4248\",\n    \"e8445474-4bfb-52c0-83c1-b0a29aa160b8\"\n  ],\n  \"reportIds\": [\n    \"e4e9b03f-f64f-24c6-0a65-21387755f9e8\",\n    \"fab7901c-0066-b92f-48b9-04c2a97eda5e\"\n  ],\n  \"sankeyIds\": [\n    \"850b890f-abb3-b4d7-4570-2c8c4711065c\",\n    \"3a57d7d4-40af-8b42-8195-b9af78ecc55f\"\n  ],\n  \"segmentationIds\": [\n    \"b256ca65-fdd7-0d9e-2e81-e21b80be7192\",\n    \"95d74b0d-0985-e61a-46d8-094c4d4bbb42\"\n  ],\n  \"trendIds\": [\n    \"6f32b318-07f0-818d-88d9-898041052b0a\",\n    \"bfdc8ac8-021f-9d40-e492-9ca21e09309d\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4559531b-6cee-4d22-82ff-d2f85a8d2ec8","name":"See error message for details","originalRequest":{"url":{"path":["analytics","analytics","batch-delete"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"aggregateIds\": [\n    \"2779e872-ae45-bfcf-9508-38904e95987a\",\n    \"8df3284e-05d8-08f6-b72f-961f54692b3f\"\n  ],\n  \"expressionIds\": [\n    \"2149a57f-300e-fd5d-bbf6-21e29fd73182\",\n    \"8afdc198-ea6e-1d5c-bf68-e232cc74b5b3\"\n  ],\n  \"funnelIds\": [\n    \"d7551143-7ada-ed0e-2a4c-4b29804c4b1a\",\n    \"d64301e8-0bbe-5313-ce49-f9e47f206635\"\n  ],\n  \"histogramIds\": [\n    \"8a9a3a7d-b7e4-480b-a9ae-1f5924e81bcd\",\n    \"b30e5ab7-7ef4-1dfd-5c5d-15321781291a\"\n  ],\n  \"metricIds\": [\n    \"29977086-822b-39d4-6f43-2160891f4248\",\n    \"e8445474-4bfb-52c0-83c1-b0a29aa160b8\"\n  ],\n  \"reportIds\": [\n    \"e4e9b03f-f64f-24c6-0a65-21387755f9e8\",\n    \"fab7901c-0066-b92f-48b9-04c2a97eda5e\"\n  ],\n  \"sankeyIds\": [\n    \"850b890f-abb3-b4d7-4570-2c8c4711065c\",\n    \"3a57d7d4-40af-8b42-8195-b9af78ecc55f\"\n  ],\n  \"segmentationIds\": [\n    \"b256ca65-fdd7-0d9e-2e81-e21b80be7192\",\n    \"95d74b0d-0985-e61a-46d8-094c4d4bbb42\"\n  ],\n  \"trendIds\": [\n    \"6f32b318-07f0-818d-88d9-898041052b0a\",\n    \"bfdc8ac8-021f-9d40-e492-9ca21e09309d\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"98c2dba4-8976-4bea-945a-16ee0e98f8cb","name":"List directories","request":{"name":"List directories","description":{"content":"Returns a list of directories for a given analytic type.","type":"text/plain"},"url":{"path":["analytics","directories"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"analyticType","value":"AGGREGATE","description":"(Required) Type of object"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"e5c57bc7-553e-4b22-8c62-364173c5b8a5","name":"List of directories","originalRequest":{"url":{"path":["analytics","directories"],"host":["{{baseUrl}}"],"query":[{"key":"analyticType","value":"<string>"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"isDefault\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"objectType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"updatedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"businessProfileId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"isDefault\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"objectType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"updatedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"businessProfileId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"f55fd8c2-c986-416f-aabc-7d6e515a0eec","name":"See error message for details","originalRequest":{"url":{"path":["analytics","directories"],"host":["{{baseUrl}}"],"query":[{"key":"analyticType","value":"<string>"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8f4f0494-4ce7-4149-b61a-6cb401a80858","name":"See error message for details","originalRequest":{"url":{"path":["analytics","directories"],"host":["{{baseUrl}}"],"query":[{"key":"analyticType","value":"<string>"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"7eb38dab-7a23-4984-911f-9a29cda54bb1","name":"Create directory","request":{"name":"Create directory","description":{"content":"Creates a new directory","type":"text/plain"},"url":{"path":["analytics","directories"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"analyticType\": \"<string>\",\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"9114ba5d-08c6-4837-910f-e64ee8fbf19e","name":"ID of the created directory","originalRequest":{"url":{"path":["analytics","directories"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analyticType\": \"<string>\",\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"e4e63fec-6916-1e3e-331b-318200fdf1e2\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3741f01d-bb3d-417a-a718-6a926161e5fd","name":"See error message for details","originalRequest":{"url":{"path":["analytics","directories"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analyticType\": \"<string>\",\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a1c4d6e3-84a3-4991-9235-9f6a453c1314","name":"See error message for details","originalRequest":{"url":{"path":["analytics","directories"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analyticType\": \"<string>\",\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"15374def-bf6a-42d2-a386-85e1a70ab958","name":"Delete directory","request":{"name":"Delete directory","description":{"content":"Deletes a directory. If the directory contains any analyses, they are moved to the default directory.","type":"text/plain"},"url":{"path":["analytics","directories",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) ID of a directory"}]},"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"76526f6d-2431-4e7f-adfe-4c1af0ce82bc","name":"Directory deleted","originalRequest":{"url":{"path":["analytics","directories",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) ID of a directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"34015197-a65c-4a13-b83a-82a49387cecb","name":"Rename directory","request":{"name":"Rename directory","description":{"content":"Renames a directory","type":"text/plain"},"url":{"path":["analytics","directories",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) ID of a directory"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PATCH","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"newName\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"8ac237a6-db32-401f-98c1-305d2b7905e7","name":"Directory renamed","originalRequest":{"url":{"path":["analytics","directories",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) ID of a directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"newName\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"c08cd64c-c4d4-4456-8824-8aee9091c429","name":"See error message for details","originalRequest":{"url":{"path":["analytics","directories",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) ID of a directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"newName\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0eb71925-8d13-4840-a142-b113eed203b0","name":"See error message for details","originalRequest":{"url":{"path":["analytics","directories",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) ID of a directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"newName\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e1340c68-b9e7-4442-a204-96125384bd17","name":"Change Directory","request":{"name":"Change Directory","description":{"content":"Moves an analysis to another directory","type":"text/plain"},"url":{"path":["analytics","directories","change",":analyticId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"analyticId","description":"(Required) ID of the analysis"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PATCH","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"analyticType\": \"<string>\",\n  \"newDir\": \"c47f299e-b1f6-2e9d-4dfc-567c1b209ffe\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"5820b0d8-7288-4166-a620-92eaf97bdaa0","name":"Analysis moved","originalRequest":{"url":{"path":["analytics","directories","change",":analyticId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"analyticId","description":"(Required) ID of the analysis"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"analyticType\": \"<string>\",\n  \"newDir\": \"c47f299e-b1f6-2e9d-4dfc-567c1b209ffe\"\n}","options":{"raw":{"language":"json"}}}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"5e150674-e270-49ab-8900-42c8e7b50a9e","name":"See error message for details","originalRequest":{"url":{"path":["analytics","directories","change",":analyticId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"analyticId","description":"(Required) ID of the analysis"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"analyticType\": \"<string>\",\n  \"newDir\": \"c47f299e-b1f6-2e9d-4dfc-567c1b209ffe\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5735039f-4588-4e6a-a915-162797228a84","name":"See error message for details","originalRequest":{"url":{"path":["analytics","directories","change",":analyticId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"analyticId","description":"(Required) ID of the analysis"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"analyticType\": \"<string>\",\n  \"newDir\": \"c47f299e-b1f6-2e9d-4dfc-567c1b209ffe\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"b7c55c24-bb59-4e3a-a9c5-967a41139d21","name":"Analytics: Metrics","description":{"content":"","type":"text/plain"},"item":[{"id":"4556fb1d-6c53-4117-9836-c688aa228c3e","name":"List metrics","request":{"name":"List metrics","description":{"content":"Returns a paginated list of metrics.","type":"text/plain"},"url":{"path":["analytics",":namespace","metrics"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"page","value":"1","description":"The number of the page to retrieve"},{"disabled":false,"key":"limit","value":"50","description":"Limit of items per page"},{"disabled":false,"key":"search","value":"string","description":"A string to search for in analyses' titles"},{"disabled":false,"key":"sortBy","value":"name:asc","description":"You can sort the results. The sorting direction is selected by adding `asc` or `desc`, for example `sortBy=name:desc`.\n"},{"disabled":false,"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816","description":"Unique ID of the directory to retrieve analyses from"},{"disabled":false,"key":"ids","value":"string","description":"Comma-separated list of IDs (in UUID format) to filter results through"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"610ae4b4-03eb-4196-a9d9-a39e451d01ac","name":"List of metrics","originalRequest":{"url":{"path":["analytics",":namespace","metrics"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"},{"key":"search","value":"string"},{"key":"sortBy","value":"name:asc"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"ids","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"meta\": {\n    \"links\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"count\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"97f96302-6b6f-409d-9082-04c7dfc586e7","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","metrics"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"},{"key":"search","value":"string"},{"key":"sortBy","value":"name:asc"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"ids","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b7e7f4a6-c231-4626-ad70-d940281c2ca3","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","metrics"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"},{"key":"search","value":"string"},{"key":"sortBy","value":"name:asc"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"ids","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"8d6152a7-d47b-4cc6-bd4b-65c3b4ff1353","name":"Create metric analysis","request":{"name":"Create metric analysis","description":{},"url":{"path":["analytics",":namespace","metrics"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"comparison\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expression\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"format\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"isVisibleForClientProfile\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metricType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"36314f20-775d-434a-bcbd-de638e9ee390","name":"ID of the created analysis","originalRequest":{"url":{"path":["analytics",":namespace","metrics"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"comparison\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expression\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"format\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"isVisibleForClientProfile\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metricType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"\"b93934f8-5c14-8152-c10f-869680ab446d\"","cookie":[],"_postman_previewlanguage":"json"},{"id":"88b86444-168a-4ffd-a7b4-80b6b9658883","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","metrics"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"comparison\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expression\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"format\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"isVisibleForClientProfile\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metricType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"58358194-9af1-400f-80c3-74ea3ebf8cf1","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","metrics"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"comparison\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expression\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"format\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"isVisibleForClientProfile\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metricType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"58f24859-5bef-4101-a372-b4ba97fafd0a","name":"Get metric details","request":{"name":"Get metric details","description":{"content":"Retrieve the details of a metric definition.","type":"text/plain"},"url":{"path":["analytics",":namespace","metrics",":metricId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"metricId","description":"(Required) Metric UUID"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"90fea57f-647b-4809-8c66-7e1ecdf973df","name":"Metric details","originalRequest":{"url":{"path":["analytics",":namespace","metrics",":metricId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"metricId","description":"(Required) Metric UUID"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"analysis\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"author\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"businessProfileId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"createdAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"description\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"directoryId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"id\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isDeleted\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isDynamicAnalytic\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isMetricHistogram\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isPredefinedAnalytic\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isReportMetric\": false,\n  \"modifier\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"name\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"namespace\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"updatedAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"usedAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9f98edec-f395-4011-a8a8-84a7c143a215","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","metrics",":metricId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"metricId","description":"(Required) Metric UUID"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"35f39f47-ad19-4197-a557-f544ecbdfb00","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","metrics",":metricId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"metricId","description":"(Required) Metric UUID"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"3a9a9d29-949f-4832-9faf-032bbe4fb079","name":"Update metric","request":{"name":"Update metric","description":{"content":"Update an existing metric definition.","type":"text/plain"},"url":{"path":["analytics",":namespace","metrics",":metricId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"metricId","description":"(Required) Metric UUID"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"comparison\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expression\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"format\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"isVisibleForClientProfile\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metricType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"93ef92a6-3595-41dc-8804-8eaf8db11353","name":"Metric details","originalRequest":{"url":{"path":["analytics",":namespace","metrics",":metricId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"metricId","description":"(Required) Metric UUID"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"comparison\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expression\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"format\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"isVisibleForClientProfile\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metricType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"analysis\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"author\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"businessProfileId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"createdAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"description\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"directoryId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"id\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isDeleted\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isDynamicAnalytic\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isMetricHistogram\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isPredefinedAnalytic\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isReportMetric\": false,\n  \"modifier\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"name\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"namespace\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"updatedAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"usedAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"efb735fc-2ab6-4efd-85eb-0568b307f2e3","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","metrics",":metricId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"metricId","description":"(Required) Metric UUID"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"comparison\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expression\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"format\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"isVisibleForClientProfile\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metricType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bda7220b-30cf-456a-ba6c-ae191184cf3f","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","metrics",":metricId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"metricId","description":"(Required) Metric UUID"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"comparison\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expression\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"format\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"isVisibleForClientProfile\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metricType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"a72974ee-7460-41c0-940f-2e10cb0e6a76","name":"Delete metric analysis","request":{"name":"Delete metric analysis","description":{},"url":{"path":["analytics",":namespace","metrics",":metricId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"metricId","description":"(Required) Metric UUID"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"93aca904-4108-4132-9e43-b73f3d4e80bc","name":"Metric deleted","originalRequest":{"url":{"path":["analytics",":namespace","metrics",":metricId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"metricId","description":"(Required) Metric UUID"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"4499ba7d-d93a-47e8-9e7c-51b6a33cfcc9","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","metrics",":metricId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"metricId","description":"(Required) Metric UUID"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"99076249-da8c-4081-a050-e8c553ca1044","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","metrics",":metricId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"metricId","description":"(Required) Metric UUID"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"474c4e9d-9170-490a-9570-6c3fb90c5c17","name":"Preview metric","request":{"name":"Preview metric","description":{"content":"Get the results of a metric. This request doesn't save the metric to the database.","type":"text/plain"},"url":{"path":["analytics","analytics","v3","metrics","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"comparison\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expression\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"format\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"isVisibleForClientProfile\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metricType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"cc3c04f3-9b35-4aab-8ee8-12fe6f476da2","name":"Metric preview result","originalRequest":{"url":{"path":["analytics","analytics","v3","metrics","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"comparison\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expression\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"format\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"isVisibleForClientProfile\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metricType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"metricData\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"format\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"initialDateFilter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"result\": 2850.6244656015488\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"55827265-d137-461e-b929-dc2accdd9553","name":"See error message for details","originalRequest":{"url":{"path":["analytics","analytics","v3","metrics","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"comparison\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expression\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"format\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"isVisibleForClientProfile\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metricType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"afc5906a-9507-400e-9043-953bd8a7f2d6","name":"See error message for details","originalRequest":{"url":{"path":["analytics","analytics","v3","metrics","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"comparison\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expression\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"format\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"isVisibleForClientProfile\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metricType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"9def67da-5105-43d9-b971-aa9106b4cf1a","name":"Calculate metric with parameter override","request":{"name":"Calculate metric with parameter override","description":{"content":"Recalculate a metric with new parameters and/or variable (dynamic key) values.","type":"text/plain"},"url":{"path":["analytics","analytics","v3","metrics",":metricId","recalculate","override"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"metricId","description":"(Required) Metric UUID"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"variables\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"dateFilter\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"aggregateDataBy\": {},\n  \"filter\": {\n    \"expressions\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"matching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expression\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"74bdfb69-b370-4b65-b715-1b9f6747b98f","name":"Metric calculation result","originalRequest":{"url":{"path":["analytics","analytics","v3","metrics",":metricId","recalculate","override"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"metricId","description":"(Required) Metric UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"variables\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"dateFilter\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"aggregateDataBy\": {},\n  \"filter\": {\n    \"expressions\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"matching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expression\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"metricData\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"format\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"initialDateFilter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"result\": 2850.6244656015488\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"23289b1a-1599-4852-b2c4-5b394e8a4c5f","name":"See error message for details","originalRequest":{"url":{"path":["analytics","analytics","v3","metrics",":metricId","recalculate","override"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"metricId","description":"(Required) Metric UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"variables\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"dateFilter\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"aggregateDataBy\": {},\n  \"filter\": {\n    \"expressions\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"matching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expression\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5205faa7-be2a-4ede-8cab-9b34a5df94d1","name":"See error message for details","originalRequest":{"url":{"path":["analytics","analytics","v3","metrics",":metricId","recalculate","override"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"metricId","description":"(Required) Metric UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"variables\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"dateFilter\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"aggregateDataBy\": {},\n  \"filter\": {\n    \"expressions\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"matching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expression\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"f98e2b3b-0d5e-47b0-a470-2c0239f5b92a","name":"Calculate metric","request":{"name":"Calculate metric","description":{"content":"Calculate a metric that was created earlier.","type":"text/plain"},"url":{"path":["analytics","analytics","v3","metrics",":metricId","recalculate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"metricId","description":"(Required) Metric UUID"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"b9e0e9cf-415c-4931-9100-0382e6e6737f","name":"Metric calculation result","originalRequest":{"url":{"path":["analytics","analytics","v3","metrics",":metricId","recalculate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"metricId","description":"(Required) Metric UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"metricData\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"format\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"initialDateFilter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"result\": 2850.6244656015488\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cfb342df-1cfc-4683-8580-a449d038c6ea","name":"See error message for details","originalRequest":{"url":{"path":["analytics","analytics","v3","metrics",":metricId","recalculate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"metricId","description":"(Required) Metric UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"39689a61-15ec-42f8-9d3b-e8249cadf2c1","name":"See error message for details","originalRequest":{"url":{"path":["analytics","analytics","v3","metrics",":metricId","recalculate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"metricId","description":"(Required) Metric UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"88d58007-c213-442a-bb24-fc0f302151fe","name":"Calculate dynamic metric","request":{"name":"Calculate dynamic metric","description":{"content":"Calculate a metric that includes variables (dynamic keys).","type":"text/plain"},"url":{"path":["analytics","analytics","v3","metrics",":metricId","dynamic","value"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"metricId","description":"(Required) Metric UUID"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"variables\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"6aaebcfd-01c7-47ad-80ea-0b6d42c687b0","name":"Metric calculation result","originalRequest":{"url":{"path":["analytics","analytics","v3","metrics",":metricId","dynamic","value"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"metricId","description":"(Required) Metric UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"variables\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"metricData\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"format\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"initialDateFilter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"result\": 2850.6244656015488\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"53e87892-de41-4ea1-9c51-aecc056d94cd","name":"See error message for details","originalRequest":{"url":{"path":["analytics","analytics","v3","metrics",":metricId","dynamic","value"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"metricId","description":"(Required) Metric UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"variables\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3daffe70-62f4-4bec-88b6-593d43d1ff63","name":"See error message for details","originalRequest":{"url":{"path":["analytics","analytics","v3","metrics",":metricId","dynamic","value"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"metricId","description":"(Required) Metric UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"variables\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c6f0d255-b371-4876-834d-ca7c1f136990","name":"Get metrics usable in histograms","request":{"name":"Get metrics usable in histograms","description":{"content":"Retrieve a list of metrics that can be used in histograms.","type":"text/plain"},"url":{"path":["analytics","analytics","v3","metrics","histogram-metrics"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json;charset=UTF-8"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"c9c7053e-eeaf-4672-9769-dad5058bd96c","name":"List of metrics","originalRequest":{"url":{"path":["analytics","analytics","v3","metrics","histogram-metrics"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json;charset=UTF-8"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"body":"[\n  {\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"isNumber\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"hashId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"action\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"eventName\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"actionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"isDynamicAnalytic\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"variables\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"isMetricHistogram\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"isNumber\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"hashId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"action\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"eventName\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"actionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"isDynamicAnalytic\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"variables\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"isMetricHistogram\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"372e6924-e39f-4fe2-9298-cf3bf2e89e82","name":"See error message for details","originalRequest":{"url":{"path":["analytics","analytics","v3","metrics","histogram-metrics"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7d1affbd-c491-4f48-a442-c8c9ce3bfbae","name":"See error message for details","originalRequest":{"url":{"path":["analytics","analytics","v3","metrics","histogram-metrics"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"0d5c8ee1-47ae-427a-8023-0aef4605501f","name":"Analytics: Reports","description":{"content":"","type":"text/plain"},"item":[{"id":"3ef94dfb-d7c6-41e0-814a-a45b11a0b2db","name":"Calculate report with override","request":{"name":"Calculate report with override","description":{"content":"Calculate a report with new parameters and/or variables (dynamic keys)","type":"text/plain"},"url":{"path":["analytics","analytics","v4","reports",":reportId","recalculate","override"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"reportId","description":"(Required) Report ID"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"variables\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"dateFilter\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"aggregateDataBy\": {},\n  \"filter\": {\n    \"expressions\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"matching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expression\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"cd082a03-baf6-46c9-b595-27c884311500","name":"Report calculation result","originalRequest":{"url":{"path":["analytics","analytics","v4","reports",":reportId","recalculate","override"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"reportId","description":"(Required) Report ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"variables\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"dateFilter\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"aggregateDataBy\": {},\n  \"filter\": {\n    \"expressions\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"matching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expression\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4286b34e-abb9-4cac-9438-5e69b6ac1363","name":"See error message for details","originalRequest":{"url":{"path":["analytics","analytics","v4","reports",":reportId","recalculate","override"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"reportId","description":"(Required) Report ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"variables\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"dateFilter\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"aggregateDataBy\": {},\n  \"filter\": {\n    \"expressions\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"matching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expression\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8ec2fc25-ed4f-4067-9c78-8528cf64dbbf","name":"See error message for details","originalRequest":{"url":{"path":["analytics","analytics","v4","reports",":reportId","recalculate","override"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"reportId","description":"(Required) Report ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"variables\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"dateFilter\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"aggregateDataBy\": {},\n  \"filter\": {\n    \"expressions\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"matching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expression\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"dcd7dd9a-d672-4875-8c4f-0579d6570fc1","name":"Recalculate report","request":{"name":"Recalculate report","description":{"content":"Retrieve the results of a previously-created report.","type":"text/plain"},"url":{"path":["analytics","analytics","v4","reports",":reportId","recalculate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"reportId","description":"(Required) Report ID"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"b0408bba-c368-4e34-8969-2149487db9f4","name":"Report calculation result","originalRequest":{"url":{"path":["analytics","analytics","v4","reports",":reportId","recalculate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"reportId","description":"(Required) Report ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cce765dc-b487-495f-91c4-98734d5ddb9c","name":"See error message for details","originalRequest":{"url":{"path":["analytics","analytics","v4","reports",":reportId","recalculate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"reportId","description":"(Required) Report ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bf5d459b-0b1e-4ea6-ab96-16ff5c9c06da","name":"See error message for details","originalRequest":{"url":{"path":["analytics","analytics","v4","reports",":reportId","recalculate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"reportId","description":"(Required) Report ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"d11db317-ae77-4ed3-98f1-1e0d3ff857b7","name":"Preview report","request":{"name":"Preview report","description":{"content":"Retrieve the results of a report. This request doesn't save the report.","type":"text/plain"},"url":{"path":["analytics","analytics","v4","reports","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"reportMetrics\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"allowNull\": true\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"76069aae-b06c-410d-b62a-b99d2cf59cd0","name":"Report calculation result","originalRequest":{"url":{"path":["analytics","analytics","v4","reports","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"reportMetrics\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"allowNull\": true\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f89ac27f-6161-44a5-91a3-65bd5c6bf9de","name":"See error message for details","originalRequest":{"url":{"path":["analytics","analytics","v4","reports","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"reportMetrics\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"allowNull\": true\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c44a5401-f5f7-4e76-9bad-0f4beee45e14","name":"See error message for details","originalRequest":{"url":{"path":["analytics","analytics","v4","reports","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"reportMetrics\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"allowNull\": true\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"5120c4c7-66d6-457a-8ce0-7ad3b66a252c","name":"Preview report as CSV","request":{"name":"Preview report as CSV","description":{"content":"Retrieve the results of a report as CSV. This request doesn't save the report.","type":"text/plain"},"url":{"path":["analytics","analytics","v4","reports","preview-csv"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/csv"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"reportMetrics\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"allowNull\": true\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"51124788-d4e2-417b-9bce-4865be16c573","name":"CSV data","originalRequest":{"url":{"path":["analytics","analytics","v4","reports","preview-csv"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/csv"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"reportMetrics\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"allowNull\": true\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/csv"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"},{"id":"6e6f6bad-1ce0-4480-b2c5-f81bd5836b34","name":"See error message for details","originalRequest":{"url":{"path":["analytics","analytics","v4","reports","preview-csv"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"reportMetrics\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"allowNull\": true\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3358ddd1-7408-41f6-8dcd-086a04a57990","name":"See error message for details","originalRequest":{"url":{"path":["analytics","analytics","v4","reports","preview-csv"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"reportMetrics\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"allowNull\": true\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"45a571c8-cf50-4416-b9e9-2463dea14612","name":"List reports","request":{"name":"List reports","description":{"content":"Returns a paginated list of reports.","type":"text/plain"},"url":{"path":["analytics",":namespace","reports"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"page","value":"1","description":"The number of the page to retrieve"},{"disabled":false,"key":"limit","value":"50","description":"Limit of items per page"},{"disabled":false,"key":"search","value":"string","description":"A string to search for in analyses' titles"},{"disabled":false,"key":"sortBy","value":"name:asc","description":"You can sort the results. The sorting direction is selected by adding `asc` or `desc`, for example `sortBy=name:desc`.\n"},{"disabled":false,"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816","description":"Unique ID of the directory to retrieve analyses from"},{"disabled":false,"key":"ids","value":"string","description":"Comma-separated list of IDs (in UUID format) to filter results through"},{"disabled":false,"key":"isMultiMetric","value":"true","description":"Filter reports by whether they have more than one metric."}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"c2b68302-1125-40c0-95bf-d92e207099eb","name":"List of reports","originalRequest":{"url":{"path":["analytics",":namespace","reports"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"},{"key":"search","value":"string"},{"key":"sortBy","value":"name:asc"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"ids","value":"string"},{"key":"isMultiMetric","value":"true"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"meta\": {\n    \"links\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"count\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"34786d0a-f879-4e14-938f-4975e07f0073","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","reports"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"},{"key":"search","value":"string"},{"key":"sortBy","value":"name:asc"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"ids","value":"string"},{"key":"isMultiMetric","value":"true"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"23975fbd-dd94-4489-a719-29f25ac3319c","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","reports"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"},{"key":"search","value":"string"},{"key":"sortBy","value":"name:asc"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"ids","value":"string"},{"key":"isMultiMetric","value":"true"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"13d12174-400e-4de4-a50e-4a8e5a6966a2","name":"Create report analysis","request":{"name":"Create report analysis","description":{},"url":{"path":["analytics",":namespace","reports"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"reportMetrics\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"allowNull\": true\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"52861652-0ca5-42fd-843c-3b3e1b504656","name":"ID of the created report","originalRequest":{"url":{"path":["analytics",":namespace","reports"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"reportMetrics\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"allowNull\": true\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"\"b93934f8-5c14-8152-c10f-869680ab446d\"","cookie":[],"_postman_previewlanguage":"json"},{"id":"8c16be2b-1e93-461a-94f5-f8151df6d419","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","reports"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"reportMetrics\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"allowNull\": true\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fa0e3616-9ba9-4e8e-bfb0-f01fcf8d2f7b","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","reports"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"reportMetrics\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"allowNull\": true\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e5b0d78c-7a5c-462f-a302-7231687ec194","name":"Get report analysis details","request":{"name":"Get report analysis details","description":{},"url":{"path":["analytics",":namespace","reports",":reportId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"reportId","description":"(Required) Report ID"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"7a80155e-cacb-4cd7-8b54-9d70d558bf9e","name":"Get report analysis details","originalRequest":{"url":{"path":["analytics",":namespace","reports",":reportId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"reportId","description":"(Required) Report ID"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"allowNull\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"analysis\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"author\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"businessProfileId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"createdAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"description\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"directoryId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"id\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isDeleted\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isDynamicAnalytic\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isPredefinedAnalytic\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"modifier\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"name\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"namespace\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"updatedAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"usedAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a6231761-94fd-47ae-8006-64698ebd9693","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","reports",":reportId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"reportId","description":"(Required) Report ID"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e4d20e8a-5f7e-4ded-a7da-4b3eb6a820df","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","reports",":reportId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"reportId","description":"(Required) Report ID"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"8cd7a95f-d1cf-48dc-a455-1586b38d6364","name":"Update report analysis","request":{"name":"Update report analysis","description":{},"url":{"path":["analytics",":namespace","reports",":reportId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"reportId","description":"(Required) Report ID"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"reportMetrics\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"allowNull\": true\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"bcfb3511-d85b-4b35-807f-49bbe467075d","name":"Report analysis updated","originalRequest":{"url":{"path":["analytics",":namespace","reports",":reportId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"reportId","description":"(Required) Report ID"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"reportMetrics\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"allowNull\": true\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"030276b7-b624-4715-8d63-65b89ba54769","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","reports",":reportId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"reportId","description":"(Required) Report ID"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"reportMetrics\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"allowNull\": true\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"95d6e04a-66ea-46cf-804f-e1d3ccce2b9d","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","reports",":reportId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"reportId","description":"(Required) Report ID"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"reportMetrics\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"allowNull\": true\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"df6587de-f831-48db-8651-77cba24746f0","name":"Delete report analysis","request":{"name":"Delete report analysis","description":{},"url":{"path":["analytics",":namespace","reports",":reportId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"reportId","description":"(Required) Report ID"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"36ad976f-4d99-45a8-b7d2-2901e8779569","name":"Report analysis deleted","originalRequest":{"url":{"path":["analytics",":namespace","reports",":reportId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"reportId","description":"(Required) Report ID"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"46034777-d404-4e7f-ba33-81cf1c4a8698","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","reports",":reportId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"reportId","description":"(Required) Report ID"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ac373b11-618e-4410-97c8-cafbe07b6dc3","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","reports",":reportId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"reportId","description":"(Required) Report ID"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"a79eac7a-9b7e-4155-9462-7c229bf593de","name":"Analytics: Expressions","description":{"content":"","type":"text/plain"},"item":[{"id":"99ee1156-8b84-4893-917c-ee0b2a80e8f1","name":"Get expressions for profile card","request":{"name":"Get expressions for profile card","description":{"content":"Retrieve expressions to display on a profile's card in the Profiles module (`\"isVisibleForClientProfile\": true` in the [expression config](https://developers.synerise.com/AnalyticsSuite/AnalyticsSuite.html#operation/addExpressionPOST)).\n","type":"text/plain"},"url":{"path":["analytics",":namespace","expressions","visible-for-client","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"identifierType","description":"(Required) Profile identifier type"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"52828223-d489-4096-8b7c-f0ce748396ac","name":"List of calculated expressions configured as visible on the profile card","originalRequest":{"url":{"path":["analytics",":namespace","expressions","visible-for-client","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"identifierType","description":"(Required) Profile identifier type"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"result\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"result\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"b9e3dec2-08d8-4129-bbac-3a2d062949f0","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","expressions","visible-for-client","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"identifierType","description":"(Required) Profile identifier type"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6b79b4a2-7d0c-46c9-9bfb-31916949d6d7","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","expressions","visible-for-client","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"identifierType","description":"(Required) Profile identifier type"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"a7cd9424-ea6d-4172-821e-8622e9dd9e16","name":"Calculate expression for profile","request":{"name":"Calculate expression for profile","description":{"content":"Calculate the result of an expression in context of a single profile.","type":"text/plain"},"url":{"path":["analytics",":namespace","expressions",":expressionId","calculate","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"expressionId","description":"(Required) Expression ID"},{"disabled":false,"type":"any","value":"<string>","key":"identifierType","description":"(Required) Profile identifier type"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"b6d4d29f-a34a-4762-8151-5319794f507c","name":"Expression result","originalRequest":{"url":{"path":["analytics",":namespace","expressions",":expressionId","calculate","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"expressionId","description":"(Required) Expression ID"},{"disabled":false,"type":"any","value":"<string>","key":"identifierType","description":"(Required) Profile identifier type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"\"string\"","cookie":[],"_postman_previewlanguage":"json"},{"id":"3e994eea-4472-41b1-ae18-619cf19d8251","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","expressions",":expressionId","calculate","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"expressionId","description":"(Required) Expression ID"},{"disabled":false,"type":"any","value":"<string>","key":"identifierType","description":"(Required) Profile identifier type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"751b3b36-1423-4ee0-b259-107967937fba","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","expressions",":expressionId","calculate","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"expressionId","description":"(Required) Expression ID"},{"disabled":false,"type":"any","value":"<string>","key":"identifierType","description":"(Required) Profile identifier type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"df5c71f6-00c3-4bbf-83d2-b114ab2a1375","name":"List expressions","request":{"name":"List expressions","description":{"content":"Returns a paginated list of expressions.","type":"text/plain"},"url":{"path":["analytics",":namespace","expressions"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"page","value":"1","description":"The number of the page to retrieve"},{"disabled":false,"key":"limit","value":"50","description":"Limit of items per page"},{"disabled":false,"key":"search","value":"string","description":"A string to search for in analyses' titles"},{"disabled":false,"key":"sortBy","value":"name:asc","description":"You can sort the results. The sorting direction is selected by adding `asc` or `desc`, for example `sortBy=name:desc`.\n"},{"disabled":false,"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816","description":"Unique ID of the directory to retrieve analyses from"},{"disabled":false,"key":"ids","value":"string","description":"Comma-separated list of IDs (in UUID format) to filter results through"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"f27d0028-b36a-40a4-b298-f405b6bdceb4","name":"List of expressions","originalRequest":{"url":{"path":["analytics",":namespace","expressions"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"},{"key":"search","value":"string"},{"key":"sortBy","value":"name:asc"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"ids","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"meta\": {\n    \"links\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"count\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0c293cfe-defd-4653-8241-d2199b3af566","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","expressions"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"},{"key":"search","value":"string"},{"key":"sortBy","value":"name:asc"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"ids","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5be6f6c4-84ce-4057-9d11-ddd82e46738f","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","expressions"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"},{"key":"search","value":"string"},{"key":"sortBy","value":"name:asc"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"ids","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"53ceb750-22b9-44e4-9fa7-8a9af8a0dfa3","name":"Create expression","request":{"name":"Create expression","description":{"content":"Create an expression that is saved in the database and can be used in other analyses.","type":"text/plain"},"url":{"path":["analytics",":namespace","expressions"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"isVisibleForClientProfile\": false,\n  \"analysis\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"10009b75-3934-447e-9977-6c3c0b823702","name":"Create expression","originalRequest":{"url":{"path":["analytics",":namespace","expressions"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"isVisibleForClientProfile\": false,\n  \"analysis\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"afaa1270-c9e7-691b-d610-bbbc27d04e67\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1910539d-b594-449c-86a3-eef6303207fa","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","expressions"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"isVisibleForClientProfile\": false,\n  \"analysis\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9dab8d1f-b40e-4be8-870a-389e05451868","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","expressions"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"isVisibleForClientProfile\": false,\n  \"analysis\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"9a1c054e-b9b8-4ffd-86b4-4336552e584f","name":"Get expression details","request":{"name":"Get expression details","description":{"content":"Retrieve information about an expression analysis","type":"text/plain"},"url":{"path":["analytics",":namespace","expressions",":expressionId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"expressionId","description":"(Required) Expression ID"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"7454e6fb-1dcd-4086-9135-ef6b83e0c618","name":"Get expression details","originalRequest":{"url":{"path":["analytics",":namespace","expressions",":expressionId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"expressionId","description":"(Required) Expression ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"analysis\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"analyticVersion\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"author\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"businessProfileId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"createdAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"description\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"directoryId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"id\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isDeleted\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isDynamicAnalytic\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isPredefinedAnalytic\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isVisibleForClientProfile\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"modifier\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"name\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"namespace\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"updatedAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"usedAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"237f3f04-8553-4a8e-a2dd-c7c73b25bf8b","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","expressions",":expressionId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"expressionId","description":"(Required) Expression ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2d7559d6-601d-4df3-bbc5-772189e2e3fe","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","expressions",":expressionId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"expressionId","description":"(Required) Expression ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"ab4701e0-b993-4fdd-aa69-a9d9539008c2","name":"Update expression","request":{"name":"Update expression","description":{"content":"Update an existing expression","type":"text/plain"},"url":{"path":["analytics",":namespace","expressions",":expressionId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"expressionId","description":"(Required) Expression ID"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"isVisibleForClientProfile\": false,\n  \"analysis\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"585c2bfc-5cb7-4266-a352-5aa31df50218","name":"Update expression","originalRequest":{"url":{"path":["analytics",":namespace","expressions",":expressionId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"expressionId","description":"(Required) Expression ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"isVisibleForClientProfile\": false,\n  \"analysis\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"00f483b9-9b3b-46a1-8054-6599de2f8759","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","expressions",":expressionId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"expressionId","description":"(Required) Expression ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"isVisibleForClientProfile\": false,\n  \"analysis\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"32adce84-3052-46e7-b044-7a486d555555","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","expressions",":expressionId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"expressionId","description":"(Required) Expression ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"isVisibleForClientProfile\": false,\n  \"analysis\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"f2afa756-8c20-4c2e-a824-131368f745ae","name":"Delete expression","request":{"name":"Delete expression","description":{},"url":{"path":["analytics",":namespace","expressions",":expressionId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"expressionId","description":"(Required) Expression ID"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"e807a98c-dff4-4003-82a6-1bf34c7297f4","name":"Delete expression","originalRequest":{"url":{"path":["analytics",":namespace","expressions",":expressionId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"expressionId","description":"(Required) Expression ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"a7ace15c-642a-4733-85bc-30d0130185e6","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","expressions",":expressionId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"expressionId","description":"(Required) Expression ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a29692e9-0d4c-4834-833a-87c7a49e1404","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","expressions",":expressionId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"expressionId","description":"(Required) Expression ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"31f540df-f2e9-46bc-8170-a2dd6fd65473","name":"Get expression preview","request":{"name":"Get expression preview","description":{"content":"Retrieve expression preview value. Previews are only available for CLIENT-type expressions. This request doesn't save the expression.","type":"text/plain"},"url":{"path":["analytics",":namespace","expressions","preview","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"<string>","key":"identifierType","description":"(Required) Profile identifier type"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"expression\": {\n    \"expression\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"identifierValue\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"cae68922-b17d-46b4-ab3c-1ccfab9c6604","name":"Expression preview result","originalRequest":{"url":{"path":["analytics",":namespace","expressions","preview","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"<string>","key":"identifierType","description":"(Required) Profile identifier type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"expression\": {\n    \"expression\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"identifierValue\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"clientId\": 7653,\n  \"expressionId\": \"e371655c-70c1-31fd-3540-df50cb7f4f2c\",\n  \"result\": \"string\",\n  \"title\": \"string\",\n  \"variables\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cb2eedaf-5b6b-4549-b560-dfbd1a7618f1","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","expressions","preview","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"<string>","key":"identifierType","description":"(Required) Profile identifier type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"expression\": {\n    \"expression\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"identifierValue\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3a640820-29e3-4bcf-bef3-b857cef8e37f","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","expressions","preview","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"<string>","key":"identifierType","description":"(Required) Profile identifier type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"expression\": {\n    \"expression\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"identifierValue\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"2d335f60-3655-4743-b3c8-d89b84db0131","name":"Analytics: Histograms","description":{"content":"","type":"text/plain"},"item":[{"id":"3c145198-c914-4802-9661-df3bcaf657f3","name":"List histograms","request":{"name":"List histograms","description":{"content":"Returns a paginated list of histograms.","type":"text/plain"},"url":{"path":["analytics",":namespace","histograms"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"page","value":"1","description":"The number of the page to retrieve"},{"disabled":false,"key":"limit","value":"50","description":"Limit of items per page"},{"disabled":false,"key":"search","value":"string","description":"A string to search for in analyses' titles"},{"disabled":false,"key":"sortBy","value":"name:asc","description":"You can sort the results. The sorting direction is selected by adding `asc` or `desc`, for example `sortBy=name:desc`.\n"},{"disabled":false,"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816","description":"Unique ID of the directory to retrieve analyses from"},{"disabled":false,"key":"ids","value":"string","description":"Comma-separated list of IDs (in UUID format) to filter results through"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"1c75cde1-f278-411e-8d37-0bfd5c059d51","name":"List of histograms","originalRequest":{"url":{"path":["analytics",":namespace","histograms"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"},{"key":"search","value":"string"},{"key":"sortBy","value":"name:asc"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"ids","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"meta\": {\n    \"links\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"count\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e8fb564b-1a9f-48e9-95cc-0e0cb5ea35dd","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","histograms"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"},{"key":"search","value":"string"},{"key":"sortBy","value":"name:asc"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"ids","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"342cd42a-30f0-4850-8cec-651b738adb63","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","histograms"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"},{"key":"search","value":"string"},{"key":"sortBy","value":"name:asc"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"ids","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c9a88944-31b2-47e3-8e16-f23dd44a92b1","name":"Create histogram","request":{"name":"Create histogram","description":{},"url":{"path":["analytics",":namespace","histograms"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"histogram\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"aced34f6-7309-4abd-871f-69a2caf25ea8","name":"Histogram created","originalRequest":{"url":{"path":["analytics",":namespace","histograms"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"histogram\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"\"b93934f8-5c14-8152-c10f-869680ab446d\"","cookie":[],"_postman_previewlanguage":"json"},{"id":"e5812417-06dd-4d61-af5d-6f8d93f88eae","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","histograms"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"histogram\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cd6f5f80-5a57-43b6-9ee4-acae5be02d5d","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","histograms"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"histogram\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"aab29eeb-45ae-4944-8b3a-4ceb2eee2336","name":"Get histogram details","request":{"name":"Get histogram details","description":{"content":"Retrieve the details of an existing histogram definition","type":"text/plain"},"url":{"path":["analytics",":namespace","histograms",":histogramId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"histogramId","description":"(Required) Histogram ID"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"e290d7d7-6dc9-441e-b2b2-b0502b84bf31","name":"Histogram analysis details","originalRequest":{"url":{"path":["analytics",":namespace","histograms",":histogramId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"histogramId","description":"(Required) Histogram ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"analysis\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"author\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"businessProfileId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"createdAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"description\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"directoryId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"id\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isDeleted\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isDynamicAnalytic\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isPredefinedAnalytic\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"modifier\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"name\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"namespace\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"updatedAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"usedAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"70772c32-52ef-4ebb-876c-7199746acee3","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","histograms",":histogramId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"histogramId","description":"(Required) Histogram ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"baf08a3e-6f8f-4d84-926b-d72e30adc01b","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","histograms",":histogramId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"histogramId","description":"(Required) Histogram ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"62fedcf9-71ff-4d76-8e35-4e58d2eb42be","name":"Update histogram analysis","request":{"name":"Update histogram analysis","description":{"content":"Update an existing histogram analysis","type":"text/plain"},"url":{"path":["analytics",":namespace","histograms",":histogramId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"histogramId","description":"(Required) Histogram ID"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"histogram\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"7a5400fd-513a-4395-bed0-0c5176930351","name":"Histogram updated","originalRequest":{"url":{"path":["analytics",":namespace","histograms",":histogramId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"histogramId","description":"(Required) Histogram ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"histogram\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"a482df40-8b84-4df0-b27f-9b90cf0204a6","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","histograms",":histogramId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"histogramId","description":"(Required) Histogram ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"histogram\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2748bb71-6221-4cd4-b9fd-7dc68680e76b","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","histograms",":histogramId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"histogramId","description":"(Required) Histogram ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"histogram\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"1b239fe8-1e66-43c1-9243-1bb07a5c22c9","name":"Delete histogram","request":{"name":"Delete histogram","description":{},"url":{"path":["analytics",":namespace","histograms",":histogramId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"histogramId","description":"(Required) Histogram ID"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"006ed3a8-42ab-4edc-bd25-8192b02b0463","name":"Histogram deleted","originalRequest":{"url":{"path":["analytics",":namespace","histograms",":histogramId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"histogramId","description":"(Required) Histogram ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"434acd14-8644-4e3d-b9be-750f65fb40de","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","histograms",":histogramId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"histogramId","description":"(Required) Histogram ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ff434aad-4c39-40ea-a41f-b9eb1e2e3bbb","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","histograms",":histogramId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"histogramId","description":"(Required) Histogram ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"a955869c-d5de-4d6d-b06c-44b076dd7582","name":"Calculate histogram with parameter override","request":{"name":"Calculate histogram with parameter override","description":{"content":"Calculate a histogram with new parameters and/or variable (dynamic key) values.","type":"text/plain"},"url":{"path":["analytics","analytics","v2","metrics","histograms",":histogramId","recalculate","override"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"histogramId","description":"(Required) Histogram ID"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"variables\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"dateFilter\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"aggregateDataBy\": {},\n  \"filter\": {\n    \"expressions\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"matching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expression\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"3746a906-2fa3-466c-9a85-fed120b7260f","name":"Histogram override calculation result","originalRequest":{"url":{"path":["analytics","analytics","v2","metrics","histograms",":histogramId","recalculate","override"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"histogramId","description":"(Required) Histogram ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"variables\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"dateFilter\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"aggregateDataBy\": {},\n  \"filter\": {\n    \"expressions\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"matching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expression\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"legends\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"metadata\": {\n    \"dateFilter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"period\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"516b8b70-c316-4fe9-b2f2-cf5db7276e92","name":"See error message for details","originalRequest":{"url":{"path":["analytics","analytics","v2","metrics","histograms",":histogramId","recalculate","override"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"histogramId","description":"(Required) Histogram ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"variables\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"dateFilter\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"aggregateDataBy\": {},\n  \"filter\": {\n    \"expressions\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"matching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expression\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d54b93c6-aec2-47f8-b5e1-a14a40fd2d29","name":"See error message for details","originalRequest":{"url":{"path":["analytics","analytics","v2","metrics","histograms",":histogramId","recalculate","override"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"histogramId","description":"(Required) Histogram ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"variables\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"dateFilter\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"aggregateDataBy\": {},\n  \"filter\": {\n    \"expressions\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"matching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expression\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"570d5510-3eec-4131-bf56-0ed6d7301a34","name":"Preview histogram","request":{"name":"Preview histogram","description":{"content":"Preview the results of a histogram. This request doesn't save the histogram.","type":"text/plain"},"url":{"path":["analytics","analytics","v2","metrics","histograms","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"histogram\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"15b390d3-3620-46ce-a9ff-ff49a02d5d64","name":"Histogram preview calculation result","originalRequest":{"url":{"path":["analytics","analytics","v2","metrics","histograms","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"histogram\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"legends\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"metadata\": {\n    \"dateFilter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"period\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bf27c555-7bf7-4274-99f0-4b212aa2d4ae","name":"See error message for details","originalRequest":{"url":{"path":["analytics","analytics","v2","metrics","histograms","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"histogram\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ff7d1079-e054-4a80-85ed-330121086df3","name":"See error message for details","originalRequest":{"url":{"path":["analytics","analytics","v2","metrics","histograms","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"histogram\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"543935c5-b5ac-4d88-94e0-4e95b733748c","name":"Analytics: Segmentations","description":{"content":"","type":"text/plain"},"item":[{"id":"373bb93e-d527-41eb-b6ea-0bc583cb0554","name":"Calculate dynamic segmentation","request":{"name":"Calculate dynamic segmentation","description":{"content":"Calculate a segmentation that includes variables (dynamic keys).","type":"text/plain"},"url":{"path":["analytics","analytics","v2","segmentations",":segmentationId","dynamic","value"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"segmentationId","description":"(Required) Segmentation UUID"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"variables\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"ea6ef65a-6ad1-4df6-932b-d18301dba43f","name":"Segmentation calculation results","originalRequest":{"url":{"path":["analytics","analytics","v2","segmentations",":segmentationId","dynamic","value"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"segmentationId","description":"(Required) Segmentation UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"variables\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"calculationResults\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"totalContacts\": 1547,\n  \"excludedContacts\": 5210,\n  \"metadata\": {\n    \"source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b519d0d5-41ca-4644-9298-7cf7efe4c756","name":"See error message for details","originalRequest":{"url":{"path":["analytics","analytics","v2","segmentations",":segmentationId","dynamic","value"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"segmentationId","description":"(Required) Segmentation UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"variables\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"af789c59-f138-4f4d-9af9-92015daa980b","name":"See error message for details","originalRequest":{"url":{"path":["analytics","analytics","v2","segmentations",":segmentationId","dynamic","value"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"segmentationId","description":"(Required) Segmentation UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"variables\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"0b677d18-9782-4a5b-9025-992bc98327a0","name":"Preview segmentation","request":{"name":"Preview segmentation","description":{"content":"Preview the results of a segmentation, with information about the results of each segment. This request does not save the analysis.","type":"text/plain"},"url":{"path":["analytics","analytics","v2","segmentations","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"unique\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"allowNull\": true\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"4cfa59e9-674c-4143-b47d-ab2313e79c80","name":"Calculation result","originalRequest":{"url":{"path":["analytics","analytics","v2","segmentations","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"unique\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"allowNull\": true\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"calculationResults\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"totalContacts\": 7029,\n  \"excludedContacts\": 6185,\n  \"metadata\": {\n    \"source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"304e7880-f454-4379-97a8-e1540d8e6974","name":"See error message for details","originalRequest":{"url":{"path":["analytics","analytics","v2","segmentations","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"unique\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"allowNull\": true\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e2038742-5d2d-4fa8-8423-68276720e8f8","name":"See error message for details","originalRequest":{"url":{"path":["analytics","analytics","v2","segmentations","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"unique\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"allowNull\": true\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"06998cfb-e6d2-4a57-a164-aa6c6123e29f","name":"Preview profiles in segmentation","request":{"name":"Preview profiles in segmentation","description":{"content":"Calculate a segmentation and get a list of profiles in each segment. This request doesn't save the segmentation in the database.","type":"text/plain"},"url":{"path":["analytics","analytics","v2","segmentations","preview","clients"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"unique\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"allowNull\": true\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"6e952759-51d6-46ed-b76c-50a989225b1b","name":"Array of segments","originalRequest":{"url":{"path":["analytics","analytics","v2","segmentations","preview","clients"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"unique\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"allowNull\": true\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  [\n    6669.82298635416,\n    1681.6210980288026\n  ],\n  [\n    5514.067181801771,\n    2600.2927243880113\n  ]\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"b976b61c-5023-4a07-903a-9ba3881e7b82","name":"See error message for details","originalRequest":{"url":{"path":["analytics","analytics","v2","segmentations","preview","clients"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"unique\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"allowNull\": true\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ad2f3eec-0dde-4487-bd10-fcd51e649950","name":"See error message for details","originalRequest":{"url":{"path":["analytics","analytics","v2","segmentations","preview","clients"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"unique\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"allowNull\": true\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"9b2f854b-9a66-4647-a577-4768cc347cf1","name":"Get first matching segmentation for profile from provided list","request":{"name":"Get first matching segmentation for profile from provided list","description":{"content":"Check a number of segmentations and return the first one that matches the selected profile. Note that `segmentations` is a list of objects to check, and each object can also refer to multiple segmentations.","type":"text/plain"},"url":{"path":["analytics","profiles","segmentations","firstMatch","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"identifierType","description":"(Required) Profile identifier type"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"segmentations\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"3f8d4742-e275-4b13-b10d-19bba349241a","name":"Identifier (`id` from the request body) of the matched entry","originalRequest":{"url":{"path":["analytics","profiles","segmentations","firstMatch","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"identifierType","description":"(Required) Profile identifier type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"segmentations\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"\"defc9b77-2f9e-8c97-1d0c-594867668816\"","cookie":[],"_postman_previewlanguage":"json"},{"id":"be4ec552-f847-47bc-86ba-48409e62657f","name":"See error message for details","originalRequest":{"url":{"path":["analytics","profiles","segmentations","firstMatch","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"identifierType","description":"(Required) Profile identifier type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"segmentations\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7cae54ce-b1ad-4650-9a45-3707788fa337","name":"See error message for details","originalRequest":{"url":{"path":["analytics","profiles","segmentations","firstMatch","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"identifierType","description":"(Required) Profile identifier type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"segmentations\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"8ba5ca26-48cf-4726-bcc2-96679bd9454f","name":"List segmentations","request":{"name":"List segmentations","description":{"content":"Returns a paginated list of segmentations.","type":"text/plain"},"url":{"path":["analytics",":namespace","segmentations"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"page","value":"1","description":"The number of the page to retrieve"},{"disabled":false,"key":"limit","value":"50","description":"Limit of items per page"},{"disabled":false,"key":"search","value":"string","description":"A string to search for in analyses' titles"},{"disabled":false,"key":"sortBy","value":"name:asc","description":"You can sort the results. The sorting direction is selected by adding `asc` or `desc`, for example `sortBy=name:desc`.\n"},{"disabled":false,"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816","description":"Unique ID of the directory to retrieve analyses from"},{"disabled":false,"key":"ids","value":"string","description":"Comma-separated list of IDs (in UUID format) to filter results through"},{"disabled":false,"key":"shareType","value":"CROSSWORKSPACE","description":"Type of sharing process"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"eb208a0b-eb9c-4878-9271-7b56437d308f","name":"List of segmentations","originalRequest":{"url":{"path":["analytics",":namespace","segmentations"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"},{"key":"search","value":"string"},{"key":"sortBy","value":"name:asc"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"ids","value":"string"},{"key":"shareType","value":"CROSSWORKSPACE"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"meta\": {\n    \"links\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"count\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"91355fba-9962-48f0-ae57-4c95a855f62f","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","segmentations"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"},{"key":"search","value":"string"},{"key":"sortBy","value":"name:asc"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"ids","value":"string"},{"key":"shareType","value":"CROSSWORKSPACE"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d4beec17-d7bf-480f-ad3f-2ef87771b436","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","segmentations"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"},{"key":"search","value":"string"},{"key":"sortBy","value":"name:asc"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"ids","value":"string"},{"key":"shareType","value":"CROSSWORKSPACE"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e3dd7b67-ce33-4e21-9324-a63fabb8fe6b","name":"Create segmentation","request":{"name":"Create segmentation","description":{"content":"Create a new segmentation","type":"text/plain"},"url":{"path":["analytics",":namespace","segmentations"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"unique\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"isVisibleForClientProfile\": true\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"8717d399-26bd-41c1-a2d3-6b9c37641112","name":"ID of the created segmentation","originalRequest":{"url":{"path":["analytics",":namespace","segmentations"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"unique\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"isVisibleForClientProfile\": true\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"\"b93934f8-5c14-8152-c10f-869680ab446d\"","cookie":[],"_postman_previewlanguage":"json"},{"id":"2bc5ea9d-3340-4fba-bf87-30cf2dea5797","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","segmentations"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"unique\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"isVisibleForClientProfile\": true\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2508e20f-861f-4238-8eed-75f504f62428","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","segmentations"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"unique\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"isVisibleForClientProfile\": true\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"a48f82fc-8a89-4037-8329-29579ed4e9ce","name":"Get segmentation details","request":{"name":"Get segmentation details","description":{"content":"Retrieve the details of a segmentation analysis","type":"text/plain"},"url":{"path":["analytics",":namespace","segmentations",":segmentationId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"segmentationId","description":"(Required) Segmentation UUID"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"a45af92e-1b7a-4323-bf08-5b6918d0dbb4","name":"Segmentation details","originalRequest":{"url":{"path":["analytics",":namespace","segmentations",":segmentationId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"segmentationId","description":"(Required) Segmentation UUID"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"analysis\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"author\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"businessProfileId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"createdAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"description\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"directoryId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"id\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isDeleted\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isDynamicAnalytic\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isPredefinedAnalytic\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isVisibleForClientProfile\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"modifier\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"name\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"namespace\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"updatedAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"usedAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"sharing\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"90cc532d-c554-4769-866e-56ccbac0bffc","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","segmentations",":segmentationId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"segmentationId","description":"(Required) Segmentation UUID"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c8004e62-9548-41e0-a739-81a8a1c0438c","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","segmentations",":segmentationId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"segmentationId","description":"(Required) Segmentation UUID"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e5841ee2-877e-41fe-b711-264bb0081593","name":"Update segmentation","request":{"name":"Update segmentation","description":{"content":"Update an existing segmentation analysis.","type":"text/plain"},"url":{"path":["analytics",":namespace","segmentations",":segmentationId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"segmentationId","description":"(Required) Segmentation UUID"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"unique\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"isVisibleForClientProfile\": true\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"af44b336-50e9-404d-971e-695b682d1577","name":"Segmentation updated","originalRequest":{"url":{"path":["analytics",":namespace","segmentations",":segmentationId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"segmentationId","description":"(Required) Segmentation UUID"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"unique\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"isVisibleForClientProfile\": true\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"a999f81b-c5e0-44a6-8040-0a4eac1de085","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","segmentations",":segmentationId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"segmentationId","description":"(Required) Segmentation UUID"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"unique\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"isVisibleForClientProfile\": true\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a5babcd8-4a93-4f1e-b3ff-d3a645913fe7","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","segmentations",":segmentationId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"segmentationId","description":"(Required) Segmentation UUID"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"unique\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"isVisibleForClientProfile\": true\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c161b3a8-a6a4-4d4a-8ba8-43df43e87ec3","name":"Delete segmentation","request":{"name":"Delete segmentation","description":{},"url":{"path":["analytics",":namespace","segmentations",":segmentationId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"segmentationId","description":"(Required) Segmentation UUID"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"4286cfe8-64c8-4194-9b9a-54cb1e59ce4d","name":"Deleted segmentation analysis","originalRequest":{"url":{"path":["analytics",":namespace","segmentations",":segmentationId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"segmentationId","description":"(Required) Segmentation UUID"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"0fb19924-5698-43e1-b91f-20ae5bf16852","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","segmentations",":segmentationId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"segmentationId","description":"(Required) Segmentation UUID"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b027a589-04d7-4fd3-aab8-a01b9a98a765","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","segmentations",":segmentationId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"segmentationId","description":"(Required) Segmentation UUID"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"7f3bcb73-c00a-41d0-928a-a09617fb32a4","name":"Get segmentations for profile card","request":{"name":"Get segmentations for profile card","description":{"content":"Retrieve segmentations to display on a profile's card in the Profiles module (`\"isVisibleForClientProfile\": true`) in the [segmentation config](https://developers.synerise.com/AnalyticsSuite/AnalyticsSuite.html#operation/addSegmentationPOST_v2)).\n","type":"text/plain"},"url":{"path":["analytics",":namespace","segmentations","visible-for-client","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"identifierType","description":"(Required) Profile identifier type"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"fa4c1f89-bae5-4231-9f09-f71a644fa533","name":"List of checked segmentations configured as visible on the profile card","originalRequest":{"url":{"path":["analytics",":namespace","segmentations","visible-for-client","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"identifierType","description":"(Required) Profile identifier type"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"result\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"result\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"c25345e2-f8e9-47dd-a804-dd2217e3b272","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","segmentations","visible-for-client","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"identifierType","description":"(Required) Profile identifier type"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1adbda91-ee0d-472e-bc62-9d6189bd6146","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","segmentations","visible-for-client","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"identifierType","description":"(Required) Profile identifier type"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"14cdc1c0-92a8-4c01-82a9-02cfcfbf22fc","name":"Check if profile in segmentations","request":{"name":"Check if profile in segmentations","description":{"content":"Check if a profile is in a number of segmentations.\n\n**IMPORTANT**: This endpoint is limited to:\n- 10 segmentations per request\n- 500 requests per second\n- 10 requests per second per profile\n","type":"text/plain"},"url":{"path":["analytics",":namespace","segmentations","check","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"identifierType","description":"(Required) Profile identifier type"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"segmentationIds\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"a5c3a925-3b19-4012-bb1d-e0790db0de7c","name":"Check results","originalRequest":{"url":{"path":["analytics",":namespace","segmentations","check","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"identifierType","description":"(Required) Profile identifier type"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"segmentationIds\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"related\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segmentationId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"related\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segmentationId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"bf08c1e9-c717-41e3-b807-8e402d4e5f52","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","segmentations","check","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"identifierType","description":"(Required) Profile identifier type"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"segmentationIds\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"60a855ca-4e5a-4de6-817b-45493c16bcf7","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","segmentations","check","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"identifierType","description":"(Required) Profile identifier type"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"segmentationIds\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"5845f187-06f0-489f-88f2-c60c56f3abf1","name":"Analytics: Aggregates","description":{"content":"","type":"text/plain"},"item":[{"id":"715be044-0822-464b-a1ec-c697607fa41e","name":"Calculate aggregate for profile with period conditions","request":{"name":"Calculate aggregate for profile with period conditions","description":{"content":"Calculate the results of an aggregate in context of a single profile. The results can be date-filtered and aggregated in time periods.","type":"text/plain"},"url":{"path":["analytics","analytics","definitions-manager","aggregates",":aggregateId","client",":clientId","calculate","histogram"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"aggregateId","description":"(Required) Aggregate ID"},{"disabled":false,"type":"any","value":"6242","key":"clientId","description":"(Required) Client ID"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"aggregateDataBy\": {\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"dateFilter\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"variables\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"23942ec6-e929-4fc3-be01-369abc6a2d80","name":"Aggregate calculation result","originalRequest":{"url":{"path":["analytics","analytics","definitions-manager","aggregates",":aggregateId","client",":clientId","calculate","histogram"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"aggregateId","description":"(Required) Aggregate ID"},{"disabled":false,"type":"any","value":"6242","key":"clientId","description":"(Required) Client ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"aggregateDataBy\": {\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"dateFilter\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"variables\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"metadata\": {\n    \"dateFilter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"period\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"07d97588-e25b-48d1-9d5a-183b1c22688d","name":"See error message for details","originalRequest":{"url":{"path":["analytics","analytics","definitions-manager","aggregates",":aggregateId","client",":clientId","calculate","histogram"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"aggregateId","description":"(Required) Aggregate ID"},{"disabled":false,"type":"any","value":"6242","key":"clientId","description":"(Required) Client ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"aggregateDataBy\": {\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"dateFilter\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"variables\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9064f2fb-e3f8-42c3-a7e6-e9f60ff812b1","name":"See error message for details","originalRequest":{"url":{"path":["analytics","analytics","definitions-manager","aggregates",":aggregateId","client",":clientId","calculate","histogram"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"aggregateId","description":"(Required) Aggregate ID"},{"disabled":false,"type":"any","value":"6242","key":"clientId","description":"(Required) Client ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"aggregateDataBy\": {\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"dateFilter\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"variables\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e6ad198e-ccf7-471c-afbb-30caed5f2ff9","name":"Get aggregate preview","request":{"name":"Get aggregate preview","description":{"content":"Retrieve aggregate preview value. Previews are only available for the AGGREGATE type (profile aggregate). This request doesn't save an aggregate to the database.","type":"text/plain"},"url":{"path":["analytics",":namespace","aggregates","preview","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) Profile identifier type"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"aggregate\": {\n    \"oldId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"identifierValue\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"5975dbf7-15b6-4723-a79a-6d77c1d92c53","name":"Aggregate preview","originalRequest":{"url":{"path":["analytics",":namespace","aggregates","preview","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) Profile identifier type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"aggregate\": {\n    \"oldId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"identifierValue\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"aggregateId\": \"2ea1ef25-0b7b-3b10-413a-0c702a5d2782\",\n  \"aggregateuuid\": \"71ee5515-15eb-f58f-e391-2a87051bad8a\",\n  \"clientId\": 2243.2097122616933,\n  \"title\": \"string\",\n  \"result\": {},\n  \"variables\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"dateFilter\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"analyticVersion\": \"f8d0c898-541d-0c1a-7a88-288971344f83\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"50880104-64fc-4a75-8f17-ed3a1704e34d","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","aggregates","preview","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) Profile identifier type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"aggregate\": {\n    \"oldId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"identifierValue\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"52fe4ab8-9ec8-4fa3-8e99-580c68887c0a","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","aggregates","preview","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) Profile identifier type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"aggregate\": {\n    \"oldId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"identifierValue\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c92733e9-3a3f-4014-8333-f36a554d30bc","name":"Get aggregates for profile card","request":{"name":"Get aggregates for profile card","description":{"content":"Retrieve aggregates to display on a profile's card in the Profiles module (`\"isVisibleForClientProfile\": true`) in the [expression config](https://developers.synerise.com/AnalyticsSuite/AnalyticsSuite.html#operation/addAggregatePOST)).\n","type":"text/plain"},"url":{"path":["analytics",":namespace","aggregates","visible-for-client","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"identifierType","description":"(Required) Profile identifier type"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"6ab9090c-5d06-439f-a38c-8cd909b6c51a","name":"List of calculated aggregates configured as visible on the profile card","originalRequest":{"url":{"path":["analytics",":namespace","aggregates","visible-for-client","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"identifierType","description":"(Required) Profile identifier type"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"result\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"result\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"731c0256-b039-4d7f-9f75-e1417605dba9","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","aggregates","visible-for-client","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"identifierType","description":"(Required) Profile identifier type"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"833190c3-a018-4cc9-8b2f-e06553b8930b","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","aggregates","visible-for-client","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"identifierType","description":"(Required) Profile identifier type"},{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"745922ec-bf11-447b-b232-e71017139eaa","name":"Calculate aggregate for profile","request":{"name":"Calculate aggregate for profile","description":{"content":"Calculate the result of an existing aggregate in context of a single profile.","type":"text/plain"},"url":{"path":["analytics",":namespace","aggregates",":aggregateId","calculate","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"aggregateId","description":"(Required) Aggregate ID"},{"disabled":false,"type":"any","value":"<string>","key":"identifierType","description":"(Required) Profile identifier type"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"119df2dc-e4fc-4286-9154-0df756bbb8dd","name":"Aggregate result","originalRequest":{"url":{"path":["analytics",":namespace","aggregates",":aggregateId","calculate","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"aggregateId","description":"(Required) Aggregate ID"},{"disabled":false,"type":"any","value":"<string>","key":"identifierType","description":"(Required) Profile identifier type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"aggregateId\": \"a79b867c-10b2-c850-2d2d-441a3e57c485\",\n  \"clientId\": 1088,\n  \"name\": \"string\",\n  \"result\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1e96d279-145d-4502-98f4-503903f720d9","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","aggregates",":aggregateId","calculate","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"aggregateId","description":"(Required) Aggregate ID"},{"disabled":false,"type":"any","value":"<string>","key":"identifierType","description":"(Required) Profile identifier type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"da94cb5d-9854-4220-bbf4-3f26c707f654","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","aggregates",":aggregateId","calculate","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"aggregateId","description":"(Required) Aggregate ID"},{"disabled":false,"type":"any","value":"<string>","key":"identifierType","description":"(Required) Profile identifier type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"46031a94-5853-49a3-9db1-e96742088bf1","name":"List aggregates","request":{"name":"List aggregates","description":{"content":"Returns a paginated list of aggregates.","type":"text/plain"},"url":{"path":["analytics",":namespace","aggregates"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"page","value":"1","description":"The number of the page to retrieve"},{"disabled":false,"key":"limit","value":"50","description":"Limit of items per page"},{"disabled":false,"key":"search","value":"string","description":"A string to search for in analyses' titles"},{"disabled":false,"key":"sortBy","value":"name:asc","description":"You can sort the results. The sorting direction is selected by adding `asc` or `desc`, for example `sortBy=name:desc`.\n"},{"disabled":false,"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816","description":"Unique ID of the directory to retrieve analyses from"},{"disabled":false,"key":"ids","value":"string","description":"Comma-separated list of IDs (in UUID format) to filter results through"},{"disabled":false,"key":"aggregateType","value":"AGGREGATE","description":"Filter by aggregate type"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"309cac83-9ab6-457d-a0e0-bdb3aaa49cfd","name":"List of aggregates","originalRequest":{"url":{"path":["analytics",":namespace","aggregates"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"},{"key":"search","value":"string"},{"key":"sortBy","value":"name:asc"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"ids","value":"string"},{"key":"aggregateType","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"meta\": {\n    \"links\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"count\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e9cf01b1-e8c4-4997-b50e-1389131252ec","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","aggregates"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"},{"key":"search","value":"string"},{"key":"sortBy","value":"name:asc"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"ids","value":"string"},{"key":"aggregateType","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2e8df789-59b3-4309-9b36-5b716f110c93","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","aggregates"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"},{"key":"search","value":"string"},{"key":"sortBy","value":"name:asc"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"ids","value":"string"},{"key":"aggregateType","value":"<string>"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"8980b400-39ec-4f90-ad45-758ec9f5be5a","name":"Create aggregate","request":{"name":"Create aggregate","description":{"content":"Create an aggregate analysis and save it to the database.","type":"text/plain"},"url":{"path":["analytics",":namespace","aggregates"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isVisibleForClientProfile\": false,\n  \"previewDefaultObjectId\": 4518.762034693795\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"cee10788-3f72-4eb6-8b60-dd03bec00e30","name":"Aggregate has been created","originalRequest":{"url":{"path":["analytics",":namespace","aggregates"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isVisibleForClientProfile\": false,\n  \"previewDefaultObjectId\": 4518.762034693795\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json"}],"body":"\"de4e418d-2795-8bb6-790c-d40d0e0486ff\"","cookie":[],"_postman_previewlanguage":"json"},{"id":"83b9f162-3115-4c78-b629-b580af55ce80","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","aggregates"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isVisibleForClientProfile\": false,\n  \"previewDefaultObjectId\": 4518.762034693795\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6f5e55d1-004f-4631-a1a7-60f0112b1dc4","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","aggregates"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isVisibleForClientProfile\": false,\n  \"previewDefaultObjectId\": 4518.762034693795\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"2a78eba3-239f-4d39-a390-142277491128","name":"Get aggregate details","request":{"name":"Get aggregate details","description":{"content":"Retrieve all data about an aggregate definition.","type":"text/plain"},"url":{"path":["analytics",":namespace","aggregates",":aggregateId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"aggregateId","description":"(Required) Aggregate ID"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"95630c4e-5595-4844-8a3d-b92cb570b49f","name":"Details of the aggregate","originalRequest":{"url":{"path":["analytics",":namespace","aggregates",":aggregateId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"aggregateId","description":"(Required) Aggregate ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"aggregateType\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"analysis\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"analyticVersion\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"author\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"businessProfileId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"createdAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"description\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"directoryId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"id\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isDeleted\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isDynamicAnalytic\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isPredefinedAnalytic\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isVisibleForClientProfile\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"modifier\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"name\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"namespace\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"oldId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"updatedAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"usedAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"previewDefaultObjectId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"01c4c4fd-570f-47fd-92da-cfeb4f2ac7df","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","aggregates",":aggregateId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"aggregateId","description":"(Required) Aggregate ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"852c4882-aea1-4365-bb43-ba1b0cf23a1c","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","aggregates",":aggregateId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"aggregateId","description":"(Required) Aggregate ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"5deed826-3dc1-43f7-b5f5-15b63ce240f6","name":"Update aggregate","request":{"name":"Update aggregate","description":{"content":"Update an aggregate.","type":"text/plain"},"url":{"path":["analytics",":namespace","aggregates",":aggregateId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"aggregateId","description":"(Required) Aggregate ID"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"oldId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"isVisibleForClientProfile\": false,\n  \"previewDefaultObjectId\": 5552.470232947513\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"a1bc5eaa-5435-4bfa-9849-aa687f19a7db","name":"Aggregate updated","originalRequest":{"url":{"path":["analytics",":namespace","aggregates",":aggregateId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"aggregateId","description":"(Required) Aggregate ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"oldId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"isVisibleForClientProfile\": false,\n  \"previewDefaultObjectId\": 5552.470232947513\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"96b8ff7f-a9fb-4cf8-ab88-68719d62d629","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","aggregates",":aggregateId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"aggregateId","description":"(Required) Aggregate ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"oldId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"isVisibleForClientProfile\": false,\n  \"previewDefaultObjectId\": 5552.470232947513\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"61314223-8979-41dc-8f37-904c4a38c56b","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","aggregates",":aggregateId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"aggregateId","description":"(Required) Aggregate ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"oldId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"isVisibleForClientProfile\": false,\n  \"previewDefaultObjectId\": 5552.470232947513\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"1ebb417c-adfb-4512-a669-e158421ec95b","name":"Delete aggregate","request":{"name":"Delete aggregate","description":{},"url":{"path":["analytics",":namespace","aggregates",":aggregateId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"aggregateId","description":"(Required) Aggregate ID"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"3c0a81c0-054e-4fff-90ed-067cc5510165","name":"Aggregate deleted","originalRequest":{"url":{"path":["analytics",":namespace","aggregates",":aggregateId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"aggregateId","description":"(Required) Aggregate ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"8504c5c2-82b1-4c06-b576-64395b03c55a","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","aggregates",":aggregateId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"aggregateId","description":"(Required) Aggregate ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"583969aa-14aa-4866-bc5f-c223b297c72b","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","aggregates",":aggregateId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"aggregateId","description":"(Required) Aggregate ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"5a721702-ca6d-486e-b786-21614e37ede4","name":"Analytics: Sankeys","description":{"content":"","type":"text/plain"},"item":[{"id":"bc222b23-3e1e-4780-8f6d-ba09b2aa8d33","name":"Preview Sankey analysis","request":{"name":"Preview Sankey analysis","description":{"content":"Preview the results of a Sankey analysis. This request doesn't save the analysis.","type":"text/plain"},"url":{"path":["analytics","analytics","v2","sankeys","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json;charset=UTF-8"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"dateFilter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"drillDown\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"eventFilters\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"excludeEvents\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"firstOccurrenceOnly\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"reverseOrder\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sourceEvent\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"numberOfSteps\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"numberOfPaths\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"drillDownCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"7c352bb8-ca11-41c1-9c64-276d158e2787","name":"Calculation results","originalRequest":{"url":{"path":["analytics","analytics","v2","sankeys","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json;charset=UTF-8"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"dateFilter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"drillDown\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"eventFilters\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"excludeEvents\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"firstOccurrenceOnly\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"reverseOrder\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sourceEvent\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"numberOfSteps\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"numberOfPaths\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"drillDownCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"body":"{\n  \"results\": [\n    [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ]\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e7412c19-4175-41d8-a8d9-9ce187ca71ee","name":"See error message for details","originalRequest":{"url":{"path":["analytics","analytics","v2","sankeys","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"dateFilter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"drillDown\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"eventFilters\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"excludeEvents\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"firstOccurrenceOnly\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"reverseOrder\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sourceEvent\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"numberOfSteps\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"numberOfPaths\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"drillDownCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"390c313c-dac4-4d3f-b255-31af57c58223","name":"See error message for details","originalRequest":{"url":{"path":["analytics","analytics","v2","sankeys","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"dateFilter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"drillDown\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"eventFilters\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"excludeEvents\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"firstOccurrenceOnly\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"reverseOrder\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sourceEvent\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"numberOfSteps\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"numberOfPaths\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"drillDownCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"f8344e89-747f-4958-b29b-5e3838aafb56","name":"List Sankeys","request":{"name":"List Sankeys","description":{"content":"Returns a paginated list of Sankey analyses.","type":"text/plain"},"url":{"path":["analytics",":namespace","sankeys"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"page","value":"1","description":"The number of the page to retrieve"},{"disabled":false,"key":"limit","value":"50","description":"Limit of items per page"},{"disabled":false,"key":"search","value":"string","description":"A string to search for in analyses' titles"},{"disabled":false,"key":"sortBy","value":"name:asc","description":"You can sort the results. The sorting direction is selected by adding `asc` or `desc`, for example `sortBy=name:desc`.\n"},{"disabled":false,"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816","description":"Unique ID of the directory to retrieve analyses from"},{"disabled":false,"key":"ids","value":"string","description":"Comma-separated list of IDs (in UUID format) to filter results through"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"7cae641e-97bc-484b-8bff-0a533d6262c5","name":"List of sankeys","originalRequest":{"url":{"path":["analytics",":namespace","sankeys"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"},{"key":"search","value":"string"},{"key":"sortBy","value":"name:asc"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"ids","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"meta\": {\n    \"links\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"count\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f041b59b-5757-4dbc-89b0-d34295b38669","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","sankeys"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"},{"key":"search","value":"string"},{"key":"sortBy","value":"name:asc"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"ids","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c2d3f44d-4a1f-43e8-b558-53ead48de8eb","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","sankeys"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"},{"key":"search","value":"string"},{"key":"sortBy","value":"name:asc"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"ids","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"6cf40faa-4539-4620-a8ed-2fe4a8697cf5","name":"Create Sankey analysis","request":{"name":"Create Sankey analysis","description":{"content":"Create sankey analysis","type":"text/plain"},"url":{"path":["analytics",":namespace","sankeys"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"dateFilter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"drillDown\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"eventFilters\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"excludeEvents\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"firstOccurrenceOnly\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"reverseOrder\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sourceEvent\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"numberOfSteps\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"numberOfPaths\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"drillDownCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"525cb15f-3aeb-4976-ad1e-0264ee5298de","name":"ID of the created analysis","originalRequest":{"url":{"path":["analytics",":namespace","sankeys"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"dateFilter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"drillDown\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"eventFilters\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"excludeEvents\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"firstOccurrenceOnly\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"reverseOrder\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sourceEvent\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"numberOfSteps\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"numberOfPaths\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"drillDownCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"\"b93934f8-5c14-8152-c10f-869680ab446d\"","cookie":[],"_postman_previewlanguage":"json"},{"id":"80c40f7f-62d5-44e9-9f02-799e72e33af4","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","sankeys"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"dateFilter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"drillDown\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"eventFilters\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"excludeEvents\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"firstOccurrenceOnly\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"reverseOrder\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sourceEvent\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"numberOfSteps\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"numberOfPaths\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"drillDownCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f280f7df-c39d-4013-b7b7-ec199e1b1d6f","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","sankeys"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"dateFilter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"drillDown\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"eventFilters\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"excludeEvents\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"firstOccurrenceOnly\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"reverseOrder\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sourceEvent\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"numberOfSteps\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"numberOfPaths\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"drillDownCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"5fccca7a-7ab9-40ea-be81-daceb664d7db","name":"Get Sankey details","request":{"name":"Get Sankey details","description":{"content":"Retrieve the details of a Sankey analysis","type":"text/plain"},"url":{"path":["analytics",":namespace","sankeys",":sankeyId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"sankeyId","description":"(Required) Sankey UUID"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"494e49c1-c886-47a3-ae50-be47def91222","name":"Sankey analysis details","originalRequest":{"url":{"path":["analytics",":namespace","sankeys",":sankeyId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"sankeyId","description":"(Required) Sankey UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"analysis\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"author\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"businessProfileId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"createdAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"description\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"directoryId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"id\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isDeleted\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isDynamicAnalytic\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isPredefinedAnalytic\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"modifier\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"name\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"namespace\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"updatedAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"usedAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"396c1a9e-012b-45a2-8d1b-f9eba10b6d78","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","sankeys",":sankeyId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"sankeyId","description":"(Required) Sankey UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cd447094-3f08-4e4f-9e63-eba73f7a83a0","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","sankeys",":sankeyId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"sankeyId","description":"(Required) Sankey UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"9a47140f-c8b9-4fdf-844e-e79d39ddbb2b","name":"Update Sankey","request":{"name":"Update Sankey","description":{"content":"Update an existing Sankey analysis","type":"text/plain"},"url":{"path":["analytics",":namespace","sankeys",":sankeyId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"sankeyId","description":"(Required) Sankey UUID"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"dateFilter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"drillDown\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"eventFilters\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"excludeEvents\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"firstOccurrenceOnly\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"reverseOrder\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sourceEvent\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"numberOfSteps\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"numberOfPaths\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"drillDownCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"826d0b4e-416c-4c56-898f-770c327a01cf","name":"Analysis updated","originalRequest":{"url":{"path":["analytics",":namespace","sankeys",":sankeyId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"sankeyId","description":"(Required) Sankey UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"dateFilter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"drillDown\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"eventFilters\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"excludeEvents\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"firstOccurrenceOnly\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"reverseOrder\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sourceEvent\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"numberOfSteps\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"numberOfPaths\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"drillDownCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"d6ab8297-2f1b-4f2f-a0c8-669e9590297a","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","sankeys",":sankeyId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"sankeyId","description":"(Required) Sankey UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"dateFilter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"drillDown\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"eventFilters\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"excludeEvents\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"firstOccurrenceOnly\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"reverseOrder\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sourceEvent\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"numberOfSteps\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"numberOfPaths\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"drillDownCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"146e5207-f026-41aa-8714-c0e5e8a53e36","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","sankeys",":sankeyId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"sankeyId","description":"(Required) Sankey UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"dateFilter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"drillDown\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"eventFilters\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"excludeEvents\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"firstOccurrenceOnly\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"reverseOrder\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sourceEvent\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"numberOfSteps\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"numberOfPaths\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"drillDownCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"37a4ca10-0999-4f0d-8c66-72f0b2ee48e5","name":"Delete Sankey","request":{"name":"Delete Sankey","description":{"content":"Delete a Sankey analysis","type":"text/plain"},"url":{"path":["analytics",":namespace","sankeys",":sankeyId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"sankeyId","description":"(Required) Sankey UUID"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"03337f6e-e863-4769-beab-677e7300f4c4","name":"Deleted sankeys analysis","originalRequest":{"url":{"path":["analytics",":namespace","sankeys",":sankeyId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"sankeyId","description":"(Required) Sankey UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"c209c52c-6281-4e2f-b867-dd807f8b6b1b","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","sankeys",":sankeyId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"sankeyId","description":"(Required) Sankey UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3336d5ad-b297-4a9f-a90d-5db60427f534","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","sankeys",":sankeyId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"sankeyId","description":"(Required) Sankey UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"13fae637-a3b8-497b-9b49-e8e97868c615","name":"Analytics: Funnels","description":{"content":"","type":"text/plain"},"item":[{"id":"5266e06d-1285-4514-b679-5fe91b0c8a4f","name":"Preview funnel calculation","request":{"name":"Preview funnel calculation","description":{"content":"Preview the results of a funnel. This request doesn't save the funnel.","type":"text/plain"},"url":{"path":["analytics","analytics","v2","funnels","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"funnel\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"e3d502a0-7966-4411-9631-49cf18e1d37a","name":"Preview of the results","originalRequest":{"url":{"path":["analytics","analytics","v2","funnels","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"funnel\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"calculationResult\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"metadata\": {\n    \"source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"timeBetweenSteps\": [\n    {\n      \"avg\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"max\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"min\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"avg\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"max\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"min\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"14014b47-bb87-42c8-b4e0-ccbc1781a43a","name":"See error message for details","originalRequest":{"url":{"path":["analytics","analytics","v2","funnels","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"funnel\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9af88f0e-8b35-4591-917e-c9cfb0beed31","name":"See error message for details","originalRequest":{"url":{"path":["analytics","analytics","v2","funnels","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"funnel\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e34ad3b6-7a84-4dce-bad0-56e66f9a6e88","name":"Recalculate funnel with parameter override","request":{"name":"Recalculate funnel with parameter override","description":{"content":"Recalculate a funnel with new parameters and/or variable (dynamic key) values.","type":"text/plain"},"url":{"path":["analytics","analytics","v2","funnels",":funnelId","recalculate","override"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"funnelId","description":"(Required) Funnel UUID"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json;charset=UTF-8"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"variables\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"dateFilter\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"aggregateDataBy\": {},\n  \"filter\": {\n    \"expressions\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"matching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expression\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"f0c04847-d390-4d8f-8d84-02558d926f4d","name":"Funnel results","originalRequest":{"url":{"path":["analytics","analytics","v2","funnels",":funnelId","recalculate","override"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"funnelId","description":"(Required) Funnel UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json;charset=UTF-8"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"variables\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"dateFilter\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"aggregateDataBy\": {},\n  \"filter\": {\n    \"expressions\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"matching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expression\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"body":"{\n  \"calculationResult\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"metadata\": {\n    \"source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"timeBetweenSteps\": [\n    {\n      \"avg\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"max\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"min\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"avg\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"max\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"min\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"038654f6-67da-484f-b30e-2f4d92e5e62a","name":"See error message for details","originalRequest":{"url":{"path":["analytics","analytics","v2","funnels",":funnelId","recalculate","override"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"funnelId","description":"(Required) Funnel UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"variables\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"dateFilter\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"aggregateDataBy\": {},\n  \"filter\": {\n    \"expressions\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"matching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expression\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a0857b67-3c27-4afa-a0d7-0d4848d5462a","name":"See error message for details","originalRequest":{"url":{"path":["analytics","analytics","v2","funnels",":funnelId","recalculate","override"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"funnelId","description":"(Required) Funnel UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"variables\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"dateFilter\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"aggregateDataBy\": {},\n  \"filter\": {\n    \"expressions\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"matching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expression\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e0c964b8-45a6-429f-944b-f7b91bde2836","name":"List funnels","request":{"name":"List funnels","description":{"content":"Returns a paginated list of funnels.","type":"text/plain"},"url":{"path":["analytics",":namespace","funnels"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"page","value":"1","description":"The number of the page to retrieve"},{"disabled":false,"key":"limit","value":"50","description":"Limit of items per page"},{"disabled":false,"key":"search","value":"string","description":"A string to search for in analyses' titles"},{"disabled":false,"key":"sortBy","value":"name:asc","description":"You can sort the results. The sorting direction is selected by adding `asc` or `desc`, for example `sortBy=name:desc`.\n"},{"disabled":false,"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816","description":"Unique ID of the directory to retrieve analyses from"},{"disabled":false,"key":"ids","value":"string","description":"Comma-separated list of IDs (in UUID format) to filter results through"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"5b913d60-f8a5-491c-b21a-3bf9b93e3379","name":"List of funnels","originalRequest":{"url":{"path":["analytics",":namespace","funnels"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"},{"key":"search","value":"string"},{"key":"sortBy","value":"name:asc"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"ids","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"meta\": {\n    \"links\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"count\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8ecd36cf-6f19-4a80-a510-35163195e3ed","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","funnels"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"},{"key":"search","value":"string"},{"key":"sortBy","value":"name:asc"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"ids","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e96baf97-4c99-4fcf-8385-6d5c89650947","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","funnels"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"},{"key":"search","value":"string"},{"key":"sortBy","value":"name:asc"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"ids","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"2836b6a4-7401-41cb-9bd0-5af356b01aa2","name":"Create a funnel","request":{"name":"Create a funnel","description":{"content":"Create a funnel.","type":"text/plain"},"url":{"path":["analytics",":namespace","funnels"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"funnel\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"832d5697-8e35-42a4-b40b-a3752c8677b9","name":"Funnel created","originalRequest":{"url":{"path":["analytics",":namespace","funnels"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"funnel\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json"}],"body":"\"b93934f8-5c14-8152-c10f-869680ab446d\"","cookie":[],"_postman_previewlanguage":"json"},{"id":"695fba78-c853-437f-ab97-49f24cfa9ee5","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","funnels"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"funnel\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4b312eed-9cc9-44b4-8a86-eec82daaa87c","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","funnels"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"funnel\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"877cc0fa-8506-463f-b228-79c356b95c00","name":"Get funnel details","request":{"name":"Get funnel details","description":{"content":"Retrieve the definition of a single funnel","type":"text/plain"},"url":{"path":["analytics",":namespace","funnels",":funnelId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"funnelId","description":"(Required) Funnel UUID"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"b9a07ac9-65ea-44cb-9cc7-79404b528e47","name":"Details of the funnel","originalRequest":{"url":{"path":["analytics",":namespace","funnels",":funnelId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"funnelId","description":"(Required) Funnel UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"analysis\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"author\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"businessProfileId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"createdAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"description\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"directoryId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"id\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isDeleted\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isDynamicAnalytic\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isPredefinedAnalytic\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"modifier\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"name\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"namespace\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"updatedAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"usedAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bef970bc-bd76-4315-b89a-b3f03ac6b2cc","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","funnels",":funnelId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"funnelId","description":"(Required) Funnel UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c9fe2554-deb9-4c1d-9d5b-7255298e7c5a","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","funnels",":funnelId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"funnelId","description":"(Required) Funnel UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"09b184c9-764e-461d-a989-cad27f3855b0","name":"Update funnel","request":{"name":"Update funnel","description":{"content":"Update a funnel definition","type":"text/plain"},"url":{"path":["analytics",":namespace","funnels",":funnelId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"funnelId","description":"(Required) Funnel UUID"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"funnel\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"d0281c9e-b070-4258-a412-00078f8869ea","name":"Funnel updated","originalRequest":{"url":{"path":["analytics",":namespace","funnels",":funnelId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"funnelId","description":"(Required) Funnel UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"funnel\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"8f51fe90-45e7-49b8-ab6d-74ce84ab61e2","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","funnels",":funnelId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"funnelId","description":"(Required) Funnel UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"funnel\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6aaf66df-ca4f-4f2d-9dcf-979246bc7c1c","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","funnels",":funnelId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"funnelId","description":"(Required) Funnel UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"funnel\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b9df2a3a-99e0-499a-ace7-53dfdf6f686c","name":"Delete funnel","request":{"name":"Delete funnel","description":{"content":"Delete a funnel.","type":"text/plain"},"url":{"path":["analytics",":namespace","funnels",":funnelId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"funnelId","description":"(Required) Funnel UUID"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"b6b099b8-debd-4a1c-a76a-f540d0ee900f","name":"Funnel deleted","originalRequest":{"url":{"path":["analytics",":namespace","funnels",":funnelId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"funnelId","description":"(Required) Funnel UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"f29f7513-8114-4fa2-ad0f-103076b5cd56","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","funnels",":funnelId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"funnelId","description":"(Required) Funnel UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d0ef6c78-3705-4957-9d30-657bd07db947","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","funnels",":funnelId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"funnelId","description":"(Required) Funnel UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"23e0d53a-0cec-479e-b6f1-d1f6615b59d4","name":"Analytics: Trends","description":{"content":"","type":"text/plain"},"item":[{"id":"5937ea54-ae0e-4ef5-8433-112fa107f2b8","name":"List trends","request":{"name":"List trends","description":{"content":"Returns a paginated list of trends.","type":"text/plain"},"url":{"path":["analytics",":namespace","trends"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"page","value":"1","description":"The number of the page to retrieve"},{"disabled":false,"key":"limit","value":"50","description":"Limit of items per page"},{"disabled":false,"key":"search","value":"string","description":"A string to search for in analyses' titles"},{"disabled":false,"key":"sortBy","value":"name:asc","description":"You can sort the results. The sorting direction is selected by adding `asc` or `desc`, for example `sortBy=name:desc`.\n"},{"disabled":false,"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816","description":"Unique ID of the directory to retrieve analyses from"},{"disabled":false,"key":"ids","value":"string","description":"Comma-separated list of IDs (in UUID format) to filter results through"}],"variable":[{"disabled":false,"type":"any","value":"profiles","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"dbd547a7-d879-4757-96df-93430d607b5d","name":"List of trends","originalRequest":{"url":{"path":["analytics",":namespace","trends"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"},{"key":"search","value":"string"},{"key":"sortBy","value":"name:asc"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"ids","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"profiles","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"meta\": {\n    \"links\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"count\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1149c760-528d-45b6-97fe-41fe880850f9","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","trends"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"},{"key":"search","value":"string"},{"key":"sortBy","value":"name:asc"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"ids","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"profiles","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"93cec6be-9033-4654-9a98-ddffbb0d042d","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","trends"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"},{"key":"search","value":"string"},{"key":"sortBy","value":"name:asc"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"ids","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"profiles","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"f83cbf6d-8b61-4936-8568-b409c21a0c58","name":"Create a trend","request":{"name":"Create a trend","description":{"content":"Create a trend.","type":"text/plain"},"url":{"path":["analytics",":namespace","trends"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"trend\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"fc8d0a3d-ea8a-4f15-8f2d-b288ddcc11c8","name":"Trend created","originalRequest":{"url":{"path":["analytics",":namespace","trends"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"trend\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"\"b93934f8-5c14-8152-c10f-869680ab446d\"","cookie":[],"_postman_previewlanguage":"json"},{"id":"e0345679-dfa0-4875-9b58-34bedcb56163","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","trends"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"trend\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f47541f4-0f43-4453-9dc2-8f6873bbd3d1","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","trends"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"trend\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"f57ce1c3-25fd-4464-9727-0089d64821a0","name":"Get trend details","request":{"name":"Get trend details","description":{"content":"Retrieve the definition of a single trend","type":"text/plain"},"url":{"path":["analytics",":namespace","trends",":trendId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"trendId","description":"(Required) Trend UUID"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"ddfb3ba1-6f66-4d54-9736-f400076c871f","name":"Details of a trend","originalRequest":{"url":{"path":["analytics",":namespace","trends",":trendId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"trendId","description":"(Required) Trend UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"analysis\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"author\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"businessProfileId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"createdAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"description\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"directoryId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"id\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isDeleted\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isDynamicAnalytic\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"isPredefinedAnalytic\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"modifier\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"name\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"namespace\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"updatedAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"usedAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"deddb4c2-383f-4ab2-81b1-7e2baa73e655","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","trends",":trendId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"trendId","description":"(Required) Trend UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"039781a1-6251-45b0-8721-2d9f96f34714","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","trends",":trendId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"trendId","description":"(Required) Trend UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"77593fa9-a1c5-4249-911a-46ec1a8e35f9","name":"Update trend","request":{"name":"Update trend","description":{"content":"Update an existing trend","type":"text/plain"},"url":{"path":["analytics",":namespace","trends",":trendId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"trendId","description":"(Required) Trend UUID"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"trend\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"74c68214-f873-45a0-8a08-5787cb1390bd","name":"Trend updated","originalRequest":{"url":{"path":["analytics",":namespace","trends",":trendId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"trendId","description":"(Required) Trend UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"trend\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"c0144abc-f042-484d-8eee-873c67665372","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","trends",":trendId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"trendId","description":"(Required) Trend UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"trend\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fc473ceb-5627-4e40-9c28-445129da7647","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","trends",":trendId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"trendId","description":"(Required) Trend UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"trend\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"3356711a-f87f-495d-8c4e-82b5f4624ff7","name":"Delete trend","request":{"name":"Delete trend","description":{"content":"Delete a trend.","type":"text/plain"},"url":{"path":["analytics",":namespace","trends",":trendId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"trendId","description":"(Required) Trend UUID"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"e8a52f1c-6991-47f2-83e8-7a778552ad35","name":"Trend deleted","originalRequest":{"url":{"path":["analytics",":namespace","trends",":trendId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"trendId","description":"(Required) Trend UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"d4d35e87-9d85-45f3-b8a6-b2f7d3b1cb27","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","trends",":trendId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"trendId","description":"(Required) Trend UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"84a56db5-ca1f-458b-b251-d110e9719c82","name":"See error message for details","originalRequest":{"url":{"path":["analytics",":namespace","trends",":trendId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"<string>","key":"namespace","description":"(Required) Namespace. Currently, only `profiles` is available."},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"trendId","description":"(Required) Trend UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"89983815-0f17-45a5-a9e0-2df57b6652a1","name":"Calculate trend with parameter override","request":{"name":"Calculate trend with parameter override","description":{"content":"Recalculate a trend with new parameters and/or variable (dynamic key) values.","type":"text/plain"},"url":{"path":["analytics","analytics","v2","trends",":trendId","recalculate","override"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"trendId","description":"(Required) Trend UUID"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"variables\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"dateFilter\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"aggregateDataBy\": {},\n  \"filter\": {\n    \"expressions\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"matching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expression\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"0bb68794-9649-4672-8d39-be2f4ebbb5ca","name":"Trend calculation result","originalRequest":{"url":{"path":["analytics","analytics","v2","trends",":trendId","recalculate","override"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"trendId","description":"(Required) Trend UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"variables\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"dateFilter\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"aggregateDataBy\": {},\n  \"filter\": {\n    \"expressions\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"matching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expression\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"legends\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"metadata\": {\n    \"aggregateDataBy\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"dateFilter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"name\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b838458d-50a9-4d82-9165-dc95df3d812e","name":"See error message for details","originalRequest":{"url":{"path":["analytics","analytics","v2","trends",":trendId","recalculate","override"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"trendId","description":"(Required) Trend UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"variables\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"dateFilter\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"aggregateDataBy\": {},\n  \"filter\": {\n    \"expressions\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"matching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expression\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d49bd1b4-73ff-4be8-8a91-4d2adca019df","name":"See error message for details","originalRequest":{"url":{"path":["analytics","analytics","v2","trends",":trendId","recalculate","override"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"trendId","description":"(Required) Trend UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"variables\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"dateFilter\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"aggregateDataBy\": {},\n  \"filter\": {\n    \"expressions\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"matching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expression\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"33f547f9-b58f-4a6a-85b5-01782f0e610f","name":"Preview trend calculation","request":{"name":"Preview trend calculation","description":{},"url":{"path":["analytics","analytics","v2","trends","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"trend\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"77546026-4b2f-4e1d-b407-3750571768ac","name":"Calculation result","originalRequest":{"url":{"path":["analytics","analytics","v2","trends","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"trend\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"legends\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"metadata\": {\n    \"aggregateDataBy\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"dateFilter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"name\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"05c338e2-edd6-4290-965a-0cc83f7046a1","name":"See error message for details","originalRequest":{"url":{"path":["analytics","analytics","v2","trends","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"trend\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6088f0fd-a9ad-4b45-95f2-231a5375f7e9","name":"See error message for details","originalRequest":{"url":{"path":["analytics","analytics","v2","trends","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"analysis\": {\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"trend\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"httpStatus\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"help\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"c9763efe-806b-4802-ba4f-20d004a37859","name":"Events","description":{"content":"","type":"text/plain"},"item":[{"id":"30a2d9c4-4edb-47ae-98eb-d4a93c77ff11","name":"Create a transaction","request":{"name":"Create a transaction","description":{"content":"Create a transaction record in the database.\n\nFor each transaction, a `transaction.charge` event is generated automatically. In addition, each item in the `products` array produces a `product.buy` event.\n\nAll monetary values must use the same currency and be greater\nthan or equal to zero. `discountAmount` must be greater than zero\nor omitted.\n","type":"text/plain"},"url":{"path":["v4","transactions"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"customId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"orderId\": \"be466362-71e9-4bdd-ad11-bfacead5276b\",\n  \"paymentInfo\": {\n    \"method\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"products\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"revenue\": {\n    \"amount\": 64.25,\n    \"currency\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"value\": {\n    \"amount\": 112.25,\n    \"currency\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"source\": \"MOBILE\",\n  \"discountAmount\": {\n    \"amount\": 7620.9588843375595,\n    \"currency\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"metadata\": {\n    \"promotionCode\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"quantityToRedeem\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"recordedAt\": \"2019-02-07T09:53:56.999+00:00\",\n  \"eventSalt\": \"972346context.action2019-02-07T09:53:56.999+00:00\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"93a1ecaf-0276-4779-b527-8dd39621ff2a","name":"Accepted","originalRequest":{"url":{"path":["v4","transactions"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"customId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"orderId\": \"be466362-71e9-4bdd-ad11-bfacead5276b\",\n  \"paymentInfo\": {\n    \"method\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"products\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"revenue\": {\n    \"amount\": 64.25,\n    \"currency\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"value\": {\n    \"amount\": 112.25,\n    \"currency\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"source\": \"MOBILE\",\n  \"discountAmount\": {\n    \"amount\": 7150.115837648983,\n    \"currency\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"metadata\": {\n    \"promotionCode\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"quantityToRedeem\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"recordedAt\": \"2019-02-07T09:53:56.999+00:00\",\n  \"eventSalt\": \"972346context.action2019-02-07T09:53:56.999+00:00\"\n}","options":{"raw":{"language":"json"}}}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"83c7b3ba-0e27-4d2e-9ee1-a052bbf91c99","name":"Bad Request","originalRequest":{"url":{"path":["v4","transactions"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"customId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"orderId\": \"be466362-71e9-4bdd-ad11-bfacead5276b\",\n  \"paymentInfo\": {\n    \"method\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"products\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"revenue\": {\n    \"amount\": 64.25,\n    \"currency\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"value\": {\n    \"amount\": 112.25,\n    \"currency\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"source\": \"MOBILE\",\n  \"discountAmount\": {\n    \"amount\": 7150.115837648983,\n    \"currency\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"metadata\": {\n    \"promotionCode\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"quantityToRedeem\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"recordedAt\": \"2019-02-07T09:53:56.999+00:00\",\n  \"eventSalt\": \"972346context.action2019-02-07T09:53:56.999+00:00\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2020-10-28T12:14:45.364+00:00\",\n  \"status\": 400,\n  \"error\": \"Bad Request\",\n  \"message\": \"JSON parse error: Missing property: 'currency'; nested exception is com.fasterxml.jackson.databind.JsonMappingException: Missing property: 'currency'\\n at [Source: (PushbackInputStream); line: 13, column: 14] (through reference chain: com.synerise.api.endpoint.transactions.domain.model.IdentifiedTransactionData[\\\"products\\\"]->java.util.ArrayList[0]->com.synerise.api.endpoint.transactions.domain.model.ProductData[\\\"finalUnitPrice\\\"])\",\n  \"path\": \"/transactions\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6116f325-1c2c-4fff-bd3f-76f12b09bf6c","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","transactions"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"customId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"orderId\": \"be466362-71e9-4bdd-ad11-bfacead5276b\",\n  \"paymentInfo\": {\n    \"method\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"products\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"revenue\": {\n    \"amount\": 64.25,\n    \"currency\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"value\": {\n    \"amount\": 112.25,\n    \"currency\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"source\": \"MOBILE\",\n  \"discountAmount\": {\n    \"amount\": 7150.115837648983,\n    \"currency\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"metadata\": {\n    \"promotionCode\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"quantityToRedeem\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"recordedAt\": \"2019-02-07T09:53:56.999+00:00\",\n  \"eventSalt\": \"972346context.action2019-02-07T09:53:56.999+00:00\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"192aa476-c14e-4f78-85bd-4ca8eaed9ffe","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","transactions"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"customId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"orderId\": \"be466362-71e9-4bdd-ad11-bfacead5276b\",\n  \"paymentInfo\": {\n    \"method\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"products\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"revenue\": {\n    \"amount\": 64.25,\n    \"currency\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"value\": {\n    \"amount\": 112.25,\n    \"currency\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"source\": \"MOBILE\",\n  \"discountAmount\": {\n    \"amount\": 7150.115837648983,\n    \"currency\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"metadata\": {\n    \"promotionCode\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"quantityToRedeem\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"recordedAt\": \"2019-02-07T09:53:56.999+00:00\",\n  \"eventSalt\": \"972346context.action2019-02-07T09:53:56.999+00:00\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1ab10ebb-9b3a-4b8f-a42d-4b69848961e5","name":"Profile not found or access blocked by PII protection settings","originalRequest":{"url":{"path":["v4","transactions"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"customId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"orderId\": \"be466362-71e9-4bdd-ad11-bfacead5276b\",\n  \"paymentInfo\": {\n    \"method\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"products\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"revenue\": {\n    \"amount\": 64.25,\n    \"currency\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"value\": {\n    \"amount\": 112.25,\n    \"currency\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"source\": \"MOBILE\",\n  \"discountAmount\": {\n    \"amount\": 7150.115837648983,\n    \"currency\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"metadata\": {\n    \"promotionCode\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"quantityToRedeem\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"recordedAt\": \"2019-02-07T09:53:56.999+00:00\",\n  \"eventSalt\": \"972346context.action2019-02-07T09:53:56.999+00:00\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"\"Client 5005535044 not found\"","cookie":[],"_postman_previewlanguage":"json"},{"id":"7e2f0b5f-9593-4641-a06f-3e50fc554e3b","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","transactions"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"customId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"orderId\": \"be466362-71e9-4bdd-ad11-bfacead5276b\",\n  \"paymentInfo\": {\n    \"method\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"products\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"revenue\": {\n    \"amount\": 64.25,\n    \"currency\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"value\": {\n    \"amount\": 112.25,\n    \"currency\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"source\": \"MOBILE\",\n  \"discountAmount\": {\n    \"amount\": 7150.115837648983,\n    \"currency\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"metadata\": {\n    \"promotionCode\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"quantityToRedeem\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"recordedAt\": \"2019-02-07T09:53:56.999+00:00\",\n  \"eventSalt\": \"972346context.action2019-02-07T09:53:56.999+00:00\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"23171920-564d-48f4-8446-cfc61063aec0","name":"Batch add or update transactions","request":{"name":"Batch add or update transactions","description":{"content":"Enqueue a number of add/update operations in the Synerise\napplication database. \n\nFor each transaction, a `transaction.charge` event is generated automatically. In addition, each item in the `products` array produces a `product.buy` event.\n\nIf you don't have some information about a transaction, don't insert a null-value parameter - omit the parameter entirely. Sending a null value <strong>deletes an attribute</strong> (if it's a custom attribute) or <strong>sets it to null/default value</strong> (if the attribute is Synerise-native).\n\n\n\nThe body contains an array of objects to update. The objects are\nthe same as in the *Update transaction* and *Create transaction*\nendpoints.\n\n\n\nAll monetary values must use the same currency and be greater\nthan or equal to zero. `discountAmount` must be greater than zero\nor omitted.\n","type":"text/plain"},"url":{"path":["v4","transactions","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"[\n  {\n    \"client\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"orderId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"paymentInfo\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"products\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"revenue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountAmount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metadata\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"recordedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"eventSalt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"client\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"orderId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"paymentInfo\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"products\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"revenue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountAmount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metadata\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"recordedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"eventSalt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"response":[{"id":"a640eb4b-9dc4-42d0-b91f-d46cec282413","name":"Accepted","originalRequest":{"url":{"path":["v4","transactions","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"client\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"orderId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"paymentInfo\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"products\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"revenue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountAmount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metadata\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"recordedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"eventSalt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"client\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"orderId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"paymentInfo\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"products\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"revenue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountAmount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metadata\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"recordedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"eventSalt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"9e04668c-c9f9-4bc4-8da4-df6d4764bd7b","name":"Bad Request","originalRequest":{"url":{"path":["v4","transactions","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"client\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"orderId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"paymentInfo\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"products\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"revenue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountAmount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metadata\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"recordedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"eventSalt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"client\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"orderId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"paymentInfo\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"products\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"revenue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountAmount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metadata\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"recordedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"eventSalt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-28T12:24:24.444Z\",\n  \"path\": \"/transactions\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 14191,\n      \"field\": \"client\",\n      \"message\": \"Client cannot have null value\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ef4bfc56-f3ba-419d-a7b7-4b82ec590a7e","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","transactions","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"client\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"orderId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"paymentInfo\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"products\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"revenue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountAmount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metadata\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"recordedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"eventSalt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"client\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"orderId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"paymentInfo\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"products\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"revenue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountAmount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metadata\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"recordedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"eventSalt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"adef6bfb-ee6f-4ba3-88a8-1d129aa15e1a","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","transactions","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"client\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"orderId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"paymentInfo\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"products\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"revenue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountAmount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metadata\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"recordedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"eventSalt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"client\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"orderId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"paymentInfo\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"products\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"revenue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountAmount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metadata\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"recordedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"eventSalt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2ada580a-f8b7-46ba-a7cf-767c480c0d99","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","transactions","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"client\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"orderId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"paymentInfo\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"products\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"revenue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountAmount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metadata\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"recordedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"eventSalt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"client\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"orderId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"paymentInfo\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"products\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"revenue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountAmount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metadata\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"recordedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"eventSalt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"583ae45e-8fea-4f24-81f7-79970b469d00","name":"Get Profile events as Workspace","request":{"name":"Get Profile events as Workspace","description":{"content":"**This endpoint is deprecated. Use [/activities-api/events/by/{identifierType}](https://developers.synerise.com/DataManagement/DataManagement.html#operation/getEventsByIdentifier) instead.**  \n\nRetrieve a list of events saved in a Profile.\n","type":"text/plain"},"url":{"path":["v4","events","by-client",":clientId"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"time[from]","value":"1989-10-06T15:46:26.244Z","description":"Start of the time range to query. UTC time in ISO 8601 (for example, `2020-10-19T13:47:53Z`). If no value is provided, the results are returned starting with the oldest entry in the database."},{"disabled":false,"key":"time[to]","value":"1989-10-06T15:46:26.244Z","description":"End of the time range to query. UTC time in ISO 8601 (for example, `2020-10-19T13:47:53Z`). If no value is provided, the current time applies."},{"disabled":false,"key":"action","value":"transaction.charge","description":"Filter events by action type. For example, to retrieve completed transactions, enter `transaction.charge`"},{"disabled":false,"key":"limit","value":"311","description":"The number of events to retrieve"}],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"}]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"c55bb0c3-5b17-4dab-bc4a-b0440854aa1d","name":"A list of events","originalRequest":{"url":{"path":["v4","events","by-client",":clientId"],"host":["{{baseUrl}}"],"query":[{"key":"time[from]","value":"1989-10-06T15:46:26.244Z"},{"key":"time[to]","value":"1989-10-06T15:46:26.244Z"},{"key":"action","value":"transaction.charge"},{"key":"limit","value":"311"}],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"time\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"action\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"label\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"client\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"params\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"time\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"action\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"label\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"client\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"params\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"7eaeb903-89d2-4934-9689-3bce0c2891c9","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","events","by-client",":clientId"],"host":["{{baseUrl}}"],"query":[{"key":"time[from]","value":"1989-10-06T15:46:26.244Z"},{"key":"time[to]","value":"1989-10-06T15:46:26.244Z"},{"key":"action","value":"transaction.charge"},{"key":"limit","value":"311"}],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"23d1ef14-6cda-4e46-a3ef-88268f0ec762","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","events","by-client",":clientId"],"host":["{{baseUrl}}"],"query":[{"key":"time[from]","value":"1989-10-06T15:46:26.244Z"},{"key":"time[to]","value":"1989-10-06T15:46:26.244Z"},{"key":"action","value":"transaction.charge"},{"key":"limit","value":"311"}],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"77f92b00-ed19-4dca-849e-c07f643c3ee7","name":"Get Profile's own events","request":{"name":"Get Profile's own events","description":{"content":"**This endpoint is deprecated. Use [/activities-api/events](https://developers.synerise.com/DataManagement/DataManagement.html#operation/getEvents) instead.**  \n\nA Profile can retrieve a list of its own events saved in the database.\n","type":"text/plain"},"url":{"path":["v4","events"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"time[from]","value":"1989-10-06T15:46:26.244Z","description":"Start of the time range to query. UTC time in ISO 8601 (for example, `2020-10-19T13:47:53Z`). If no value is provided, the results are returned starting with the oldest entry in the database."},{"disabled":false,"key":"time[to]","value":"1989-10-06T15:46:26.244Z","description":"End of the time range to query. UTC time in ISO 8601 (for example, `2020-10-19T13:47:53Z`). If no value is provided, the current time applies."},{"disabled":false,"key":"action","value":"transaction.charge","description":"Filter events by action type. For example, to retrieve completed transactions, enter `transaction.charge`"},{"disabled":false,"key":"limit","value":"311","description":"The number of events to retrieve"}],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"82382c21-081b-429a-b23a-6826b2104f62","name":"A list of events","originalRequest":{"url":{"path":["v4","events"],"host":["{{baseUrl}}"],"query":[{"key":"time[from]","value":"1989-10-06T15:46:26.244Z"},{"key":"time[to]","value":"1989-10-06T15:46:26.244Z"},{"key":"action","value":"transaction.charge"},{"key":"limit","value":"311"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"time\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"action\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"label\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"client\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"params\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"time\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"action\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"label\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"client\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"params\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"69603e9c-9182-4543-be0e-552f486406bb","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","events"],"host":["{{baseUrl}}"],"query":[{"key":"time[from]","value":"1989-10-06T15:46:26.244Z"},{"key":"time[to]","value":"1989-10-06T15:46:26.244Z"},{"key":"action","value":"transaction.charge"},{"key":"limit","value":"311"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d2e311a9-60df-4771-ae83-720110887e41","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","events"],"host":["{{baseUrl}}"],"query":[{"key":"time[from]","value":"1989-10-06T15:46:26.244Z"},{"key":"time[to]","value":"1989-10-06T15:46:26.244Z"},{"key":"action","value":"transaction.charge"},{"key":"limit","value":"311"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ae4ffe84-b29b-49e5-a3e7-cb7cfbe406d8","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","events"],"host":["{{baseUrl}}"],"query":[{"key":"time[from]","value":"1989-10-06T15:46:26.244Z"},{"key":"time[to]","value":"1989-10-06T15:46:26.244Z"},{"key":"action","value":"transaction.charge"},{"key":"limit","value":"311"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c510077f-443c-4987-85ad-39e9c10f172f","name":"Internal Server Error","originalRequest":{"url":{"path":["v4","events"],"host":["{{baseUrl}}"],"query":[{"key":"time[from]","value":"1989-10-06T15:46:26.244Z"},{"key":"time[to]","value":"1989-10-06T15:46:26.244Z"},{"key":"action","value":"transaction.charge"},{"key":"limit","value":"311"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T09:50:43.947+00:00\",\n  \"status\": 500,\n  \"error\": \"Internal Server Error\",\n  \"message\": \"Duration between time[from] and time[to] cannot be greater than 7 days\",\n  \"path\": \"/events/by-client/525446574\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"7fae7c3d-ae85-4b53-99a8-a9a0c320120a","name":"Application started","request":{"name":"Application started","description":{"content":"Send a 'client application started' event.\n\nThis endpoint is available from API version 4.1.2.\n\nWhen you send an event to this endpoint, the `action` field is set to `client.applicationStarted` by the backend.","type":"text/plain"},"url":{"path":["v4","events","application-started"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"dc110177-d316-4545-88f6-c626748f28e8","name":"Accepted","originalRequest":{"url":{"path":["v4","events","application-started"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"32f3aae3-59bf-4a51-a479-8099044b64a5","name":"Bad request: input data missing or malformed","originalRequest":{"url":{"path":["v4","events","application-started"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:28:26.078+00:00\",\n  \"status\": 400,\n  \"error\": \"Bad Request\",\n  \"message\": \"Version header content is invalid\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6b6f9061-0e38-429a-b61d-8a767fab894b","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","events","application-started"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5941685f-4956-4264-b280-a26c07de9cd9","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","events","application-started"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1275a190-70c3-45db-b226-46621ab1e982","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","events","application-started"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"da56f91d-e24b-4cfb-a018-d782d56583fc","name":"Internal Server Error","originalRequest":{"url":{"path":["v4","events","application-started"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T09:53:56.999+00:00\",\n  \"status\": 500,\n  \"error\": \"Internal Server Error\",\n  \"message\": \"Error occurred during event publication\",\n  \"path\": \"/events/application-started\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"17b82cf9-19f9-48db-850b-059860845b34","name":"Profile account registered","request":{"name":"Profile account registered","description":{"content":"Send a 'profile account registered' event. <br/><br/>If you don't have a value for a field, omit that field. Do not send null values.\n\nWhen you send an event to this endpoint, the `action` field is set to `client.register` by the backend.","type":"text/plain"},"url":{"path":["v4","events","registered"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"3c0a3d40-600b-405c-ac7d-a9b6e09af515","name":"Accepted","originalRequest":{"url":{"path":["v4","events","registered"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"56212cfb-8c42-4647-90aa-dd552b33e8c0","name":"Bad request: input data missing or malformed","originalRequest":{"url":{"path":["v4","events","registered"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:28:26.078+00:00\",\n  \"status\": 400,\n  \"error\": \"Bad Request\",\n  \"message\": \"Version header content is invalid\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"27e80a24-c21d-4c8f-8954-3cfa2aa8f580","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","events","registered"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1e6923b1-70df-4798-98b7-8d50eae2f968","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","events","registered"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5f5874fe-99c9-455a-93c2-1508d8dbf9dd","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","events","registered"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"5cb4459c-1f48-4cf2-8a80-b050e89778f4","name":"Profile logged in","request":{"name":"Profile logged in","description":{"content":"Send a 'profile logged in' event. <br/><br/>If you don't have a value for a field, omit that field. Do not send null values.\n\nWhen you send an event to this endpoint, the `action` field is set to `client.login` by the backend.","type":"text/plain"},"url":{"path":["v4","events","logged-in"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"fa3d8812-1641-4985-bcd7-1a6754748e15","name":"Accepted","originalRequest":{"url":{"path":["v4","events","logged-in"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"074b4c9c-1f75-477f-954b-2b208b7cf01c","name":"Bad request: input data missing or malformed","originalRequest":{"url":{"path":["v4","events","logged-in"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:28:26.078+00:00\",\n  \"status\": 400,\n  \"error\": \"Bad Request\",\n  \"message\": \"Version header content is invalid\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f3019581-9cb8-4a9e-85f0-1d1253fa5730","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","events","logged-in"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7be2dce5-8258-4a2f-85db-0207ac1eb305","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","events","logged-in"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fb608555-a550-4441-a266-8205f237bbc9","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","events","logged-in"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"95a53d45-0092-4ee0-92a2-16c7c4a59685","name":"Profile logged out","request":{"name":"Profile logged out","description":{"content":"Send a 'profile logged out' event. <br/><br/>If you don't have a value for a field, omit that field. Do not send null values.\n\nWhen you send an event to this endpoint, the `action` field is set to `client.logout` by the backend.","type":"text/plain"},"url":{"path":["v4","events","logged-out"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"8bb87a1b-498f-4b49-b9ed-7671653ab170","name":"Accepted","originalRequest":{"url":{"path":["v4","events","logged-out"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"f9ee653a-e50e-43ed-bd52-1e76acbac7ce","name":"Bad request: input data missing or malformed","originalRequest":{"url":{"path":["v4","events","logged-out"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:28:26.078+00:00\",\n  \"status\": 400,\n  \"error\": \"Bad Request\",\n  \"message\": \"Version header content is invalid\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b39cde54-36bf-4796-9061-50f49e5fa7d2","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","events","logged-out"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fee6417e-3fa1-45ec-ad96-fd20b84e7323","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","events","logged-out"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"71ee11eb-346f-4412-bf0c-35c866183edc","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","events","logged-out"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"ddec0102-81ed-4e5d-a743-8b93c87cc6b7","name":"Item added to cart","request":{"name":"Item added to cart","description":{"content":"Send an 'item added to cart' event. <br/><br/>If you don't have a value for a field, omit that field. Do not send null values.\n\n\nWhen you send an event to this endpoint, the `action` field is set to `product.addToCart` by the backend.","type":"text/plain"},"url":{"path":["v4","events","added-to-cart"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"sku\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"finalUnitPrice\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"quantity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"category\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"categories\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"offline\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"regularUnitPrice\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountedUnitPrice\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"ItemUrlAddress\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"producer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"d8ca6da0-8d2e-4c0e-b173-743c05ebc8ca","name":"Accepted","originalRequest":{"url":{"path":["v4","events","added-to-cart"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"sku\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"finalUnitPrice\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"quantity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"category\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"categories\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"offline\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"regularUnitPrice\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountedUnitPrice\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"ItemUrlAddress\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"producer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"a06d86d3-9b06-4595-a787-d053d80a500f","name":"Bad request: input data missing or malformed","originalRequest":{"url":{"path":["v4","events","added-to-cart"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"sku\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"finalUnitPrice\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"quantity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"category\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"categories\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"offline\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"regularUnitPrice\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountedUnitPrice\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"ItemUrlAddress\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"producer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2018-06-07T09:55:20.563Z\",\n  \"message\": \"Some fields did not pass validation\",\n  \"path\": \"/events/added-to-cart\",\n  \"errors\": [\n    {\n      \"path\": \"label\",\n      \"message\": \"cannot be empty\",\n      \"rejectedValue\": \"\"\n    },\n    {\n      \"path\": \"label\",\n      \"message\": \"length must be between 1 and 64\",\n      \"rejectedValue\": \"\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ee487c1f-c0d2-48f2-8319-65b29ee83c0e","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","events","added-to-cart"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"sku\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"finalUnitPrice\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"quantity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"category\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"categories\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"offline\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"regularUnitPrice\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountedUnitPrice\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"ItemUrlAddress\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"producer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0945abe0-8085-4caa-86c0-48081c4b9e31","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","events","added-to-cart"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"sku\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"finalUnitPrice\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"quantity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"category\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"categories\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"offline\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"regularUnitPrice\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountedUnitPrice\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"ItemUrlAddress\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"producer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"132da6c5-a1e2-4dab-bbf1-e9b1363af752","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","events","added-to-cart"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"sku\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"finalUnitPrice\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"quantity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"category\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"categories\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"offline\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"regularUnitPrice\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountedUnitPrice\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"ItemUrlAddress\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"producer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b07982ed-4204-48ea-a30f-de6db396afe6","name":"Item removed from cart","request":{"name":"Item removed from cart","description":{"content":"Send an 'item removed from cart' event. <br/><br/>If you don't have a value for a field, omit that field. Do not send null values.\n\n\nWhen you send an event to this endpoint, the `action` field is set to `product.removeFromCart` by the backend.","type":"text/plain"},"url":{"path":["v4","events","removed-from-cart"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"sku\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"finalUnitPrice\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"quantity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"category\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"categories\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"offline\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"regularUnitPrice\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountedUnitPrice\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"ItemUrlAddress\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"producer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"883c53d4-6716-431d-bc85-2ea2048a9d5a","name":"Accepted","originalRequest":{"url":{"path":["v4","events","removed-from-cart"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"sku\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"finalUnitPrice\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"quantity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"category\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"categories\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"offline\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"regularUnitPrice\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountedUnitPrice\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"ItemUrlAddress\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"producer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"0727a1c3-d4b4-45be-a700-bc693b412229","name":"Bad request: input data missing or malformed","originalRequest":{"url":{"path":["v4","events","removed-from-cart"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"sku\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"finalUnitPrice\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"quantity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"category\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"categories\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"offline\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"regularUnitPrice\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountedUnitPrice\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"ItemUrlAddress\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"producer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:28:26.078+00:00\",\n  \"status\": 400,\n  \"error\": \"Bad Request\",\n  \"message\": \"Version header content is invalid\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"152bc923-abbf-48dc-8e6e-164bdd6587cc","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","events","removed-from-cart"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"sku\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"finalUnitPrice\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"quantity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"category\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"categories\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"offline\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"regularUnitPrice\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountedUnitPrice\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"ItemUrlAddress\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"producer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0382b412-904f-40cf-b7fb-c8c2a1b15793","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","events","removed-from-cart"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"sku\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"finalUnitPrice\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"quantity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"category\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"categories\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"offline\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"regularUnitPrice\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountedUnitPrice\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"ItemUrlAddress\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"producer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b29a3d8a-789f-4db6-ba2d-db29ab0ef95c","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","events","removed-from-cart"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"sku\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"finalUnitPrice\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"quantity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"category\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"categories\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"offline\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"regularUnitPrice\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountedUnitPrice\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"ItemUrlAddress\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"producer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b19e3056-c218-4552-b679-30a2cde62167","name":"Product added to favorites","request":{"name":"Product added to favorites","description":{"content":"Send an 'item added to favorites' event. <br/><br/>If you don't have a value for a field, omit that field. Do not send null values.\n\n\nWhen you send an event to this endpoint, the `action` field is set to `product.addToFavorite` by the backend.","type":"text/plain"},"url":{"path":["v4","events","added-to-favorites"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"4bf066e5-114c-4f04-924f-00dec248c0b6","name":"Accepted","originalRequest":{"url":{"path":["v4","events","added-to-favorites"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"b7841018-3720-42fa-91e5-1b63cb2ab191","name":"Bad request: input data missing or malformed","originalRequest":{"url":{"path":["v4","events","added-to-favorites"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:28:26.078+00:00\",\n  \"status\": 400,\n  \"error\": \"Bad Request\",\n  \"message\": \"Version header content is invalid\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"67f087dc-4170-4d72-9dea-88484e5c0769","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","events","added-to-favorites"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7d40d3b1-c76f-4e51-b0fe-464917230560","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","events","added-to-favorites"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9349ccc3-4965-42b8-a8a8-9b7457350022","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","events","added-to-favorites"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"53c7b152-4d76-4bfe-8840-7d0a62a578b3","name":"Item viewed","request":{"name":"Item viewed","description":{"content":"Send an 'item viewed' event.\n\nWhen you send an event to this endpoint, the `action` field is set to `product.view` by the backend.","type":"text/plain"},"url":{"path":["v4","events","product-view"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"productId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fromRecommendation\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"category\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"url\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"campaignHash\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"99692d11-3897-4c90-8e88-0421adfa1d0a","name":"Accepted","originalRequest":{"url":{"path":["v4","events","product-view"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"productId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fromRecommendation\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"category\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"url\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"campaignHash\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"99901451-577f-4f4f-ad2c-a0f110492669","name":"Bad request: input data missing or malformed","originalRequest":{"url":{"path":["v4","events","product-view"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"productId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fromRecommendation\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"category\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"url\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"campaignHash\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:28:26.078+00:00\",\n  \"status\": 400,\n  \"error\": \"Bad Request\",\n  \"message\": \"Version header content is invalid\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"afac9d65-51ba-4060-8107-2ca785ec80e6","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","events","product-view"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"productId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fromRecommendation\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"category\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"url\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"campaignHash\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7416da14-8656-4420-8ddb-5939b4291517","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","events","product-view"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"productId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fromRecommendation\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"category\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"url\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"campaignHash\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"97c90b60-4531-4aa5-9cbc-2bd03cbaafd9","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","events","product-view"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"productId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fromRecommendation\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"category\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"url\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"campaignHash\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"4875cfc1-4dea-45cd-b8b4-bb43f557147e","name":"Profile assigned to company","request":{"name":"Profile assigned to company","description":{"content":"Send a 'profile assigned to company' event.\n\nWhen you send an event to this endpoint, the `action` field is set to `client.assignToCompany` by the backend.","type":"text/plain"},"url":{"path":["v4","events","assigned-to-company"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"companyId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_0\": 3520.8676409131067,\n    \"key_1\": 3050,\n    \"key_2\": \"string\",\n    \"key_3\": \"string\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"5ef24b2d-99b5-4e18-986e-476546c28809","name":"Accepted","originalRequest":{"url":{"path":["v4","events","assigned-to-company"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"companyId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_0\": 3520.8676409131067,\n    \"key_1\": 3050,\n    \"key_2\": \"string\",\n    \"key_3\": \"string\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"abb17f07-8d62-4774-b45d-13c038db370c","name":"Bad request: input data missing or malformed","originalRequest":{"url":{"path":["v4","events","assigned-to-company"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"companyId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_0\": 3520.8676409131067,\n    \"key_1\": 3050,\n    \"key_2\": \"string\",\n    \"key_3\": \"string\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:28:26.078+00:00\",\n  \"status\": 400,\n  \"error\": \"Bad Request\",\n  \"message\": \"Version header content is invalid\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9b9fc3f4-68b8-498d-86f1-6e106fb09d58","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","events","assigned-to-company"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"companyId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_0\": 3520.8676409131067,\n    \"key_1\": 3050,\n    \"key_2\": \"string\",\n    \"key_3\": \"string\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5e5be172-f035-4ea6-91c2-5ba867275647","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","events","assigned-to-company"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"companyId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_0\": 3520.8676409131067,\n    \"key_1\": 3050,\n    \"key_2\": \"string\",\n    \"key_3\": \"string\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"35a9546f-1274-408c-b688-05717868e5a9","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","events","assigned-to-company"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"companyId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_0\": 3520.8676409131067,\n    \"key_1\": 3050,\n    \"key_2\": \"string\",\n    \"key_3\": \"string\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"eada00a3-aa01-45bc-a7c7-9d5703f6b56d","name":"Profile logged location","request":{"name":"Profile logged location","description":{"content":"Send an event when a profile submits its location. <br/><br/>If you don't have a value for a field, omit that field. Do not send null values.\n\nWhen you send an event to this endpoint, the `action` field is set to `client.location` by the backend.","type":"text/plain"},"url":{"path":["v4","events","appeared-in-location"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"lat\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"lon\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"1d2ac750-42e7-4485-b3e5-2b3e46532085","name":"Accepted","originalRequest":{"url":{"path":["v4","events","appeared-in-location"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"lat\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"lon\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"75abf39d-fe41-4f48-9ed3-7b27760dfef8","name":"Bad request: input data missing or malformed","originalRequest":{"url":{"path":["v4","events","appeared-in-location"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"lat\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"lon\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:28:26.078+00:00\",\n  \"status\": 400,\n  \"error\": \"Bad Request\",\n  \"message\": \"Version header content is invalid\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5d860deb-00f9-4b2f-b8cb-bb0e2130c82b","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","events","appeared-in-location"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"lat\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"lon\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5367efdd-c6dd-44f5-a40c-140c54cba6f8","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","events","appeared-in-location"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"lat\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"lon\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5b04a2fd-9930-4d0d-8ed0-58e4ae56dc5d","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","events","appeared-in-location"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"lat\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"lon\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"bde1f420-3322-4845-921a-030408e44fcf","name":"Push notification received","request":{"name":"Push notification received","description":{"content":"Record a 'push notification was received' event. It is used for push message interaction tracking.\n\nThis endpoint is available from API version 4.1.2.\n\nWhen you send an event to this endpoint, the `action` field is set to `push.receiveInBackground` by the backend.","type":"text/plain"},"url":{"path":["v4","events","push","received"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"1a5b0d94-edf6-4e18-9651-c7f3597e56f1","name":"Accepted","originalRequest":{"url":{"path":["v4","events","push","received"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"3985fae8-d930-4db8-81e8-ee66604c1a64","name":"Bad request: input data missing or malformed","originalRequest":{"url":{"path":["v4","events","push","received"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:28:26.078+00:00\",\n  \"status\": 400,\n  \"error\": \"Bad Request\",\n  \"message\": \"Version header content is invalid\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7cdd1afc-6fa5-4915-815c-1404e134752d","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","events","push","received"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1897afa1-a690-49b4-a970-64dbef95b8a4","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","events","push","received"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"28911281-6770-4691-9144-e0c148200dab","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","events","push","received"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"ed7ac6d3-2b84-4e0c-95d9-e468c198a07e","name":"Push notification viewed","request":{"name":"Push notification viewed","description":{"content":"Record a 'push notification was viewed' event. It is used for push message interaction tracking.\n\nWhen you send an event to this endpoint, the `action` field is set to `push.view` by the backend.","type":"text/plain"},"url":{"path":["v4","events","push","viewed"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"abc0e40f-f365-4ba6-a006-cc08fc76b21e","name":"Accepted","originalRequest":{"url":{"path":["v4","events","push","viewed"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"e01eac4d-dd30-43f2-a17c-7d055c326f0a","name":"Bad request: input data missing or malformed","originalRequest":{"url":{"path":["v4","events","push","viewed"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:28:26.078+00:00\",\n  \"status\": 400,\n  \"error\": \"Bad Request\",\n  \"message\": \"Version header content is invalid\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2024051f-3729-4fbd-890f-96d27da422e8","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","events","push","viewed"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b380de73-93e2-4415-8682-d8a4f6be6477","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","events","push","viewed"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5d7edbea-15e7-498e-b211-4f65826f3858","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","events","push","viewed"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e285f054-bdc5-457a-a699-59b665d3a0af","name":"Push notification clicked","request":{"name":"Push notification clicked","description":{"content":"Send a 'Push notification was clicked' event. It's used for push message interaction tracking.\n\nWhen you send an event to this endpoint, the `action` field is set to `push.click` by the backend.","type":"text/plain"},"url":{"path":["v4","events","push","clicked"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"dc92f7e2-3b22-444c-a163-6a7bf0e2a6eb","name":"Accepted","originalRequest":{"url":{"path":["v4","events","push","clicked"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"90dc40d8-2734-40ac-85e9-e4a2977a2467","name":"Bad request: input data missing or malformed","originalRequest":{"url":{"path":["v4","events","push","clicked"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:28:26.078+00:00\",\n  \"status\": 400,\n  \"error\": \"Bad Request\",\n  \"message\": \"Version header content is invalid\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5651d50d-c4ca-4912-8b32-a01a891aee1e","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","events","push","clicked"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"51914964-ca27-4caa-b73f-5597315763aa","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","events","push","clicked"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"04a90504-6aa7-4876-b67f-2f04ecc543a2","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","events","push","clicked"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"d2ef08f1-90f9-4a40-8ce1-040abad17eb4","name":"Push notifications cancelled","request":{"name":"Push notifications cancelled","description":{"content":"Send a 'push notifications cancelled' event. It's used for push message interaction tracking.\n\nWhen you send an event to this endpoint, the `action` field is set to `push.cancel` by the backend.","type":"text/plain"},"url":{"path":["v4","events","push","cancelled"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"7b1a4e08-2781-40f3-b18f-1d0a6e855399","name":"Accepted","originalRequest":{"url":{"path":["v4","events","push","cancelled"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"51e539f6-f47c-4ea0-b5cd-3cb5d2a8d097","name":"Bad request: input data missing or malformed","originalRequest":{"url":{"path":["v4","events","push","cancelled"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:28:26.078+00:00\",\n  \"status\": 400,\n  \"error\": \"Bad Request\",\n  \"message\": \"Version header content is invalid\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c5b410f6-0e67-4f32-bf5d-5ccc95f99978","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","events","push","cancelled"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4505c58f-ab86-461f-bb04-30160ba16380","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","events","push","cancelled"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d6ba44d0-c7be-46e4-996f-a639f0df62d6","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","events","push","cancelled"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"ec9df1b8-d28a-4af0-9d4c-0cc1bcfcec64","name":"Transaction cancelled","request":{"name":"Transaction cancelled","description":{"content":"Send a 'transaction cancelled' event. <br/><br/>If you don't have a value for a field, omit that field. Do not send null values.\n\nWhen you send an event to this endpoint, the `action` field is set to `transaction.cancel` by the backend.","type":"text/plain"},"url":{"path":["v4","events","cancelled-transaction"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"orderId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"orderStatus\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountAmount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountPercent\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountCode\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"revenue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"products\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"paymentInfo\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"6d30f85f-6fcc-4f7a-bcde-56cf406dd786","name":"Accepted","originalRequest":{"url":{"path":["v4","events","cancelled-transaction"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"orderId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"orderStatus\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountAmount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountPercent\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountCode\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"revenue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"products\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"paymentInfo\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"acafeee3-cb34-4049-a2fd-90e7103a3521","name":"Bad request: input data missing or malformed","originalRequest":{"url":{"path":["v4","events","cancelled-transaction"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"orderId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"orderStatus\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountAmount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountPercent\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountCode\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"revenue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"products\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"paymentInfo\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:28:26.078+00:00\",\n  \"status\": 400,\n  \"error\": \"Bad Request\",\n  \"message\": \"Version header content is invalid\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c41b1d0a-eace-4183-b87a-e9bdbf36ae3a","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","events","cancelled-transaction"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"orderId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"orderStatus\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountAmount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountPercent\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountCode\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"revenue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"products\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"paymentInfo\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"efd55168-f94c-4e36-af6a-d25ccc3b265a","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","events","cancelled-transaction"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"orderId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"orderStatus\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountAmount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountPercent\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountCode\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"revenue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"products\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"paymentInfo\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c5d8218b-1a33-4309-8004-a8c02d96b8d1","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","events","cancelled-transaction"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"orderId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"orderStatus\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountAmount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountPercent\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountCode\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"revenue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"products\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"paymentInfo\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"2f5c90df-e5c2-4e04-8d12-b5c8f124c4dc","name":"Timer hit","request":{"name":"Timer hit","description":{"content":"Send a 'timer' event.\n\n\nTimers are used for analytics. For example, if you send a event when a profiles starts doing something and another one when they finish, you can collect data about average activity time. <br/><br/>If you don't have a value for a field, omit that field. Do not send null values.\n\n\nWhen you send an event to this endpoint, the `action` field is set to `client.hitTimer` by the backend.","type":"text/plain"},"url":{"path":["v4","events","hit-timer"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"74ffaf41-8558-40a4-b132-108dc95a2f79","name":"Accepted","originalRequest":{"url":{"path":["v4","events","hit-timer"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"b5c602bc-74bf-4324-b933-1a96026316ba","name":"Bad request: input data missing or malformed","originalRequest":{"url":{"path":["v4","events","hit-timer"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:28:26.078+00:00\",\n  \"status\": 400,\n  \"error\": \"Bad Request\",\n  \"message\": \"Version header content is invalid\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f1f4783a-27b1-489c-8fa9-7a21389d6cd1","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","events","hit-timer"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ca8d3f99-890d-45b4-8b61-02a5f52d8946","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","events","hit-timer"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7542960b-be54-49c3-a3f4-207433409af2","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","events","hit-timer"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"6e6955b1-232c-4c0c-952c-83867a29c76e","name":"Search requested","request":{"name":"Search requested","description":{"content":"Send a 'search requested' event. <br/><br/>If you don't have a value for a field, omit that field. Do not send null values.\n\n\nWhen you send an event to this endpoint, the `action` field is set to `client.search` by the backend.","type":"text/plain"},"url":{"path":["v4","events","searched"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"275a2638-29c6-42dc-b8bc-53cacac9e984","name":"Accepted","originalRequest":{"url":{"path":["v4","events","searched"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"c288006e-4aaf-4126-9b34-9e620f4d6491","name":"Bad request: input data missing or malformed","originalRequest":{"url":{"path":["v4","events","searched"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:28:26.078+00:00\",\n  \"status\": 400,\n  \"error\": \"Bad Request\",\n  \"message\": \"Version header content is invalid\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6dcf9ec1-73a7-46c6-bd61-f66d12587c3d","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","events","searched"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0f74e13a-7ba4-4a27-8bea-0ff19420633e","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","events","searched"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f3e80051-7885-4ca0-9f71-84eeaa7038de","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","events","searched"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"51e1348b-0249-4f6b-a1bd-df06b7335b64","name":"Content shared","request":{"name":"Content shared","description":{"content":"Send a 'content shared' event. <br/><br/>If you don't have a value for a field, omit that field. Do not send null values.\n\n\nWhen you send an event to this endpoint, the `action` field is set to `client.shared` by the backend.","type":"text/plain"},"url":{"path":["v4","events","shared"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"b3431953-940a-4144-b7b0-ebd810b267f7","name":"Accepted","originalRequest":{"url":{"path":["v4","events","shared"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"6c7ec767-af98-4248-8a12-ca528b4dee6b","name":"Bad request: input data missing or malformed","originalRequest":{"url":{"path":["v4","events","shared"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:28:26.078+00:00\",\n  \"status\": 400,\n  \"error\": \"Bad Request\",\n  \"message\": \"Version header content is invalid\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"43a35b46-6750-460a-b851-62bc3afcf14e","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","events","shared"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"16bc1356-55e1-401d-ab56-4eae6376ec1d","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","events","shared"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e270c131-2ec2-4b47-8188-781db28e65d3","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","events","shared"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e4ea1080-93d6-49c7-a6ee-b7d5d77bf38c","name":"Recommendation viewed","request":{"name":"Recommendation viewed","description":{"content":"This endpoint is deprecated. Use the [AI Events](https://developers.synerise.com/DataManagement/DataManagement.html#tag/AI-Events) endpoints instead.\n\nSend a 'recommendation was viewed' event.\n\n\nWhen you send an event to this endpoint, the `action` field is set to `recommendation.view` by the backend.","type":"text/plain"},"url":{"path":["v4","events","recommendation-seen"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"552ba5e9-c71a-48b3-9352-f9c7016af161","name":"Accepted","originalRequest":{"url":{"path":["v4","events","recommendation-seen"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"226d0df2-b063-4828-b84b-559a1843584d","name":"Bad request: input data missing or malformed","originalRequest":{"url":{"path":["v4","events","recommendation-seen"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:28:26.078+00:00\",\n  \"status\": 400,\n  \"error\": \"Bad Request\",\n  \"message\": \"Version header content is invalid\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e3c8a872-7b2a-42fc-b3b2-7b1d83b64f68","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","events","recommendation-seen"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"04c31628-4095-4ca8-87ba-d3605128079f","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","events","recommendation-seen"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d4fdf5f6-b4a5-46be-88a3-d2616b296640","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","events","recommendation-seen"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"7ed7ae41-2bae-467d-a8f8-ec08f3d79ea8","name":"Recommendation clicked","request":{"name":"Recommendation clicked","description":{"content":"Send a 'recommendation clicked' event.\nThis endpoint is deprecated. Use the [AI Events](https://developers.synerise.com/DataManagement/DataManagement.html#tag/AI-Events) endpoints instead.\n\n\nWhen you send an event to this endpoint, the `action` field is set to `recommendation.click` by the backend.","type":"text/plain"},"url":{"path":["v4","events","recommendation-click"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"6889f0d5-2679-466b-a817-ea0bc1203331","name":"Accepted","originalRequest":{"url":{"path":["v4","events","recommendation-click"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"8bd3fa96-1a22-481c-a217-4522e0a6fc4a","name":"Bad request: input data missing or malformed","originalRequest":{"url":{"path":["v4","events","recommendation-click"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:28:26.078+00:00\",\n  \"status\": 400,\n  \"error\": \"Bad Request\",\n  \"message\": \"Version header content is invalid\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"acc8cc65-2fd0-4e02-9819-095d238f7313","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","events","recommendation-click"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"efbd1b03-4972-4ed5-aa40-4138dc79a062","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","events","recommendation-click"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e36878d4-fe68-4d21-b8ff-ebc5c09c802f","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","events","recommendation-click"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"4b292fe2-79f8-409c-91bb-12b3a70114e6","name":"Mobile app screen visited","request":{"name":"Mobile app screen visited","description":{"content":"Send a 'screen in a mobile app was visited' event. This can be used for mobile screen usage tracking. <br/><br/>If you don't have a value for a field, omit that field. Do not send null values.\n\nWhen you send an event to this endpoint, the `action` field is set to `screen.view` by the backend.","type":"text/plain"},"url":{"path":["v4","events","visited-screen"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"cf2acb39-a198-439b-aa61-18c61f291a30","name":"Accepted","originalRequest":{"url":{"path":["v4","events","visited-screen"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"74621ea1-8d63-4e29-89e5-c817301d9ab2","name":"Bad request: input data missing or malformed","originalRequest":{"url":{"path":["v4","events","visited-screen"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:28:26.078+00:00\",\n  \"status\": 400,\n  \"error\": \"Bad Request\",\n  \"message\": \"Version header content is invalid\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e1d4f1f5-dd60-45a0-bd2e-27943a77143b","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","events","visited-screen"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e3e9b929-328b-4e37-ac36-ce9b1b7533df","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","events","visited-screen"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d129cb47-4323-4a38-81c8-809d11812cc5","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","events","visited-screen"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"6ffdc156-1840-4580-9280-924df6954225","name":"Custom event","request":{"name":"Custom event","description":{"content":"Send a custom event.\n\n<span style=\"color:red\"><strong>WARNING:</strong></span> This endpoint doesn't create `product.buy` events from `transaction.charge` events! Use [Create a transaction](#operation/CreateATransaction) or [Batch add or update transactions](#operation/BatchAddOrUpdateTransactions) instead.\n\nIf you don't have a value for a field, omit that field. Do not send null values.\n","type":"text/plain"},"url":{"path":["v4","events","custom"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"action\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"3825c831-ad43-4b86-b5fa-783e8b45f2d7","name":"Accepted","originalRequest":{"url":{"path":["v4","events","custom"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"action\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"86ad5448-9c6a-4f08-88d5-e69849511793","name":"Bad request: input data missing or malformed","originalRequest":{"url":{"path":["v4","events","custom"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"action\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:28:26.078+00:00\",\n  \"status\": 400,\n  \"error\": \"Bad Request\",\n  \"message\": \"Version header content is invalid\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bccaf3b8-3a81-4e95-8b1e-31811d9e2ce8","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","events","custom"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"action\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"99d7cc9f-c7cf-401e-9696-8f38e8a90550","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","events","custom"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"action\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"90129964-cead-40e5-aeb8-2aa7b646d6fd","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","events","custom"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"action\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c162a800-a59c-416e-a641-7d3c5b14ed24","name":"Batch send events","request":{"name":"Batch send events","description":{"content":"Send a batch of events as an array of objects. You can send up to a 1000 events and the size of the request can't be more than 1 MB.\n\n<span style=\"color:red\"><strong>WARNING:</strong></span> This endpoint doesn't create `product.buy` events from `transaction.charge` events! Use [Create a transaction](#operation/CreateATransaction) or [Batch add or update transactions](#operation/BatchAddOrUpdateTransactions) instead.\n\nIf you don't have a value for a field, omit that field. Do not\nsend null values.\n","type":"text/plain"},"url":{"path":["v4","events","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"[\n  {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n]","options":{"raw":{"language":"json"}}}},"response":[{"id":"05511176-a497-4f7e-ba10-f9d45d97a900","name":"Accepted","originalRequest":{"url":{"path":["v4","events","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"d41e6f23-10d9-4936-b328-5844e246b900","name":"Bad request: input data missing or malformed","originalRequest":{"url":{"path":["v4","events","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:28:26.078+00:00\",\n  \"status\": 400,\n  \"error\": \"Bad Request\",\n  \"message\": \"Version header content is invalid\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fa7d6176-79f9-487a-b0bf-6e8f80007451","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","events","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"953ec1f3-851f-4622-968e-58441e1a0de1","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","events","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a64f60b1-0c49-4083-99d9-aafd2e32850c","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","events","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"813895ab-a4c8-4877-8d5a-bdf99e5fa30e","name":"Get server time","request":{"name":"Get server time","description":{"content":"Get current server time, needed to send events with a correct timestamp.","type":"text/plain"},"url":{"path":["v4","server","time"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"9a225e39-58ff-4d41-ba8f-fbffaf38e4de","name":"OK","originalRequest":{"url":{"path":["v4","server","time"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"serverTime\": \"1999-03-21T18:09:19.613Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"711124de-4c9b-4b90-93dd-409e18e9614c","name":"Bad Request","originalRequest":{"url":{"path":["v4","server","time"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 7668,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"33850d67-6d44-4e50-b6e2-8eabb8031d71","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","server","time"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8bbf53e7-c640-4e3e-a01e-9ba006c1c3cf","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","server","time"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"ccbabbb5-1d27-45fd-bb08-f9ea03becd4d","name":"Recommendation viewed","request":{"name":"Recommendation viewed","description":{"content":"A recommendation was displayed to a customer.","type":"text/plain"},"url":{"path":["v4","events","recommendation-view"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"items\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"correlationId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"campaignId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"1ef8540e-0356-47bd-a8d6-70581c99d13d","name":"OK","originalRequest":{"url":{"path":["v4","events","recommendation-view"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"items\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"correlationId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"campaignId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"98ddd2fa-3227-445a-bc18-b96e78d4bf4a","name":"Bad request: input data missing or malformed","originalRequest":{"url":{"path":["v4","events","recommendation-view"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"items\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"correlationId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"campaignId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:28:26.078+00:00\",\n  \"status\": 400,\n  \"error\": \"Bad Request\",\n  \"message\": \"Version header content is invalid\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"94a2df58-c117-48f7-bd58-9041535f4944","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","events","recommendation-view"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"items\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"correlationId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"campaignId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"dde31ec6-7529-48a7-8ca5-c307bd4f216a","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","events","recommendation-view"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"items\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"correlationId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"campaignId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"82300aa0-d9f9-40d9-9cd2-bcb4a207a0c6","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","events","recommendation-view"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"items\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"correlationId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"campaignId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"a2211caa-153f-466b-a819-029738d73100","name":"Search result clicked","request":{"name":"Search result clicked","description":{"content":"An item in a search result was clicked or tapped.","type":"text/plain"},"url":{"path":["v4","events","item-search-click"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"item\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"correlationId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"position\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"searchType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"810f1663-2620-4d3f-bbdf-f362c608bd24","name":"OK","originalRequest":{"url":{"path":["v4","events","item-search-click"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"item\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"correlationId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"position\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"searchType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"10b70835-1df3-4f7e-a299-4735058761fe","name":"Bad request: input data missing or malformed","originalRequest":{"url":{"path":["v4","events","item-search-click"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"item\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"correlationId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"position\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"searchType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:28:26.078+00:00\",\n  \"status\": 400,\n  \"error\": \"Bad Request\",\n  \"message\": \"Version header content is invalid\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d6bd85dd-12a0-42cb-8789-0f017bf15504","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","events","item-search-click"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"item\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"correlationId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"position\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"searchType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"051b03b7-0d11-41b9-b743-4ee3c905e1fe","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","events","item-search-click"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"item\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"correlationId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"position\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"searchType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"52379d0a-4bc9-40d7-8175-fe27decb786a","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","events","item-search-click"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"client\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"label\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"item\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"correlationId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"position\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"searchType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"time\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"eventSalt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"fc9e8c8a-cff0-4f4a-8b79-d59df7048904","name":"Profile management","description":{"content":"","type":"text/plain"},"item":[{"id":"1776982a-f1c3-4cb4-bc6d-5c9338e11e94","name":"Create or update a Profile","request":{"name":"Create or update a Profile","description":{"content":"Create a new profile in the Synerise application database or update an existing one. If you don't have some information about the profile, don't insert a null-value parameter - omit the parameter entirely.\n\nThis is an asynchronous operation. After the request body is validated, the request is added to the queue (HTTP 202).\n","type":"text/plain"},"url":{"path":["v4","clients"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"email\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"phone\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"customId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"firstName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"lastName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"uuid\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"avatarUrl\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"birthDate\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"company\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"city\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"address\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"zipCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"province\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"countryCode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"sex\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"agreements\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"attributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"tags\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"9b8f52cb-c9e8-4214-9fdf-c429ecebd5ae","name":"Accepted, queued for processing","originalRequest":{"url":{"path":["v4","clients"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"}],"method":"POST","body":{}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"3ea94994-2631-4110-8fdf-f664189067f1","name":"Bad Request","originalRequest":{"url":{"path":["v4","clients"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2019-03-18T13:15:39.84Z\",\n  \"path\": \"/clients\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 12082,\n      \"field\": \"countryCode\",\n      \"message\": \"Country Code must have 0 or 3 characters as per ISO format.\",\n      \"rejectedValue\": \"string\"\n    },\n    {\n      \"code\": 120,\n      \"field\": \"avatarUrl\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"string\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"071a1f5d-6ba5-4a2c-a69f-d950a669e1b9","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","clients"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c4d9f584-511b-421a-8183-53aa1449abc1","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","clients"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"54bb7fba-f00e-4f7e-b916-b52b59c7af20","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","clients"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e4f1728e-7828-4e8d-967a-83435d8f8ab1","name":"Merge profiles by customId","request":{"name":"Merge profiles by customId","description":{"content":"Moves profile UUIDs to a single profile (which must already exist) and removes the profiles that were merged.  \n\nThe event history of the source profiles is moved to the target profile.\n\nThe attributes (data from the `attributes` object) that don't exist in the target profile are copied to the target profile. If an attribute already exists in the target profile, the value from the source profile is lost.\n\nThe properties and tags of the source profiles are lost, even if they don't have a value in the target profile.\n\n <p style='color:red'><strong>WARNING:</strong> This operation is irreversible. Use it carefully.</p>\n <p style='color:red'><strong>WARNING:</strong> You should not try to merge more than 10-20 profiles at once.</p>\n\n For more details, see the [Developer Guide](https://hub.synerise.com/developers/api/clients/profiles/merging-profiles/).\n","type":"text/plain"},"url":{"path":["v4","clients","merge","from","custom-ids",":sourceCustomIDs","to","custom-id",":targetCustomID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"customIdExample,customIdExample2,customIdExample3,customIdExample4,customIdExample5","key":"sourceCustomIDs","description":"(Required) Comma-delimited string with custom IDs of the profiles to merge"},{"disabled":false,"type":"any","value":"customIdExample","key":"targetCustomID","description":"(Required) The custom ID of the profile to merge the `sourceCustomIDs` into"}]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"b92a700a-4cb0-421a-80db-cc3a09be67d1","name":"Request completed","originalRequest":{"url":{"path":["v4","clients","merge","from","custom-ids",":sourceCustomIDs","to","custom-id",":targetCustomID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"customIdExample,customIdExample2,customIdExample3,customIdExample4,customIdExample5","key":"sourceCustomIDs","description":"(Required) Comma-delimited string with custom IDs of the profiles to merge"},{"disabled":false,"type":"any","value":"customIdExample","key":"targetCustomID","description":"(Required) The custom ID of the profile to merge the `sourceCustomIDs` into"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"clientId\": 433230297,\n  \"email\": \"string\",\n  \"phone\": \"+48111222333\",\n  \"customId\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"displayName\": \"string\",\n  \"company\": \"string\",\n  \"address\": \"string\",\n  \"city\": \"string\",\n  \"province\": \"string\",\n  \"zipCode\": \"string\",\n  \"countryCode\": \"PL\",\n  \"birthDate\": \"1987-10-24\",\n  \"sex\": \"MALE\",\n  \"avatarUrl\": \"string\",\n  \"anonymous\": false,\n  \"agreements\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sms\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"push\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"webPush\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bluetooth\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"rfid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"wifi\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"previousClients\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"lastActivityDate\": \"2019-03-19T14:05:39Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"94a9e807-1553-4e25-973d-06056698e326","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","clients","merge","from","custom-ids",":sourceCustomIDs","to","custom-id",":targetCustomID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"customIdExample,customIdExample2,customIdExample3,customIdExample4,customIdExample5","key":"sourceCustomIDs","description":"(Required) Comma-delimited string with custom IDs of the profiles to merge"},{"disabled":false,"type":"any","value":"customIdExample","key":"targetCustomID","description":"(Required) The custom ID of the profile to merge the `sourceCustomIDs` into"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9954de9e-eaa0-4342-9bc1-856853ebe89c","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","clients","merge","from","custom-ids",":sourceCustomIDs","to","custom-id",":targetCustomID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"customIdExample,customIdExample2,customIdExample3,customIdExample4,customIdExample5","key":"sourceCustomIDs","description":"(Required) Comma-delimited string with custom IDs of the profiles to merge"},{"disabled":false,"type":"any","value":"customIdExample","key":"targetCustomID","description":"(Required) The custom ID of the profile to merge the `sourceCustomIDs` into"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cee771c9-1a77-4c81-bee7-7be4d0f4f1eb","name":"Source and/or target profile(s) not found.","originalRequest":{"url":{"path":["v4","clients","merge","from","custom-ids",":sourceCustomIDs","to","custom-id",":targetCustomID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"customIdExample,customIdExample2,customIdExample3,customIdExample4,customIdExample5","key":"sourceCustomIDs","description":"(Required) Comma-delimited string with custom IDs of the profiles to merge"},{"disabled":false,"type":"any","value":"customIdExample","key":"targetCustomID","description":"(Required) The custom ID of the profile to merge the `sourceCustomIDs` into"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 7668,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"0093be6e-46df-450b-911f-7d8ab5a2d598","name":"Merge profiles by clientId","request":{"name":"Merge profiles by clientId","description":{"content":"Moves profile UUIDs to a single profile (which must already exist) and removes the profiles that were merged.  \n\nThe event history of the source profiles is moved to the target profile.\n\nThe attributes (data from the `attributes` object) that don't exist in the target profile are copied to the target profile. If an attribute already exists in the target profile, the value from the source profile is lost.\n\nThe properties and tags of the source profiles are lost, even if they don't have a value in the target profile.\n\n <p style='color:red'><strong>WARNING:</strong> This operation is irreversible. Use it carefully.</p>\n <p style='color:red'><strong>WARNING:</strong> You should not try to merge more than 10-20 profiles at once.</p>\n\n For more details, see the [Developer Guide](https://hub.synerise.com/developers/api/clients/profiles/merging-profiles/).\n","type":"text/plain"},"url":{"path":["v4","clients","merge","from","ids",":fromClientIds","to","id",":toClientId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563,33322211,232212342","key":"fromClientIds","description":"(Required) Comma-delimited string with client IDs of the profiles to merge"},{"disabled":false,"type":"any","value":"434428563","key":"toClientId","description":"(Required) The ID of the profile to merge the `fromClientIds` into"}]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"a5fdf600-431a-41b5-b3ec-dc7c467b0ad7","name":"Request completed","originalRequest":{"url":{"path":["v4","clients","merge","from","ids",":fromClientIds","to","id",":toClientId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563,33322211,232212342","key":"fromClientIds","description":"(Required) Comma-delimited string with client IDs of the profiles to merge"},{"disabled":false,"type":"any","value":"434428563","key":"toClientId","description":"(Required) The ID of the profile to merge the `fromClientIds` into"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"clientId\": 433230297,\n  \"email\": \"string\",\n  \"phone\": \"+48111222333\",\n  \"customId\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"displayName\": \"string\",\n  \"company\": \"string\",\n  \"address\": \"string\",\n  \"city\": \"string\",\n  \"province\": \"string\",\n  \"zipCode\": \"string\",\n  \"countryCode\": \"PL\",\n  \"birthDate\": \"1987-10-24\",\n  \"sex\": \"MALE\",\n  \"avatarUrl\": \"string\",\n  \"anonymous\": false,\n  \"agreements\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sms\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"push\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"webPush\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bluetooth\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"rfid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"wifi\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"previousClients\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"lastActivityDate\": \"2019-03-19T14:05:39Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1413d25d-9ad4-49e5-921a-fc2f150a51af","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","clients","merge","from","ids",":fromClientIds","to","id",":toClientId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563,33322211,232212342","key":"fromClientIds","description":"(Required) Comma-delimited string with client IDs of the profiles to merge"},{"disabled":false,"type":"any","value":"434428563","key":"toClientId","description":"(Required) The ID of the profile to merge the `fromClientIds` into"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"614bf6aa-a69d-420f-82d3-39c8e5d073dc","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","clients","merge","from","ids",":fromClientIds","to","id",":toClientId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563,33322211,232212342","key":"fromClientIds","description":"(Required) Comma-delimited string with client IDs of the profiles to merge"},{"disabled":false,"type":"any","value":"434428563","key":"toClientId","description":"(Required) The ID of the profile to merge the `fromClientIds` into"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fa5226d0-b685-4fbe-9600-83c6c121e677","name":"Source and/or target profile(s) not found.","originalRequest":{"url":{"path":["v4","clients","merge","from","ids",":fromClientIds","to","id",":toClientId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563,33322211,232212342","key":"fromClientIds","description":"(Required) Comma-delimited string with client IDs of the profiles to merge"},{"disabled":false,"type":"any","value":"434428563","key":"toClientId","description":"(Required) The ID of the profile to merge the `fromClientIds` into"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 7668,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"1a18cb07-14c1-48a2-bddf-f60adf8b3569","name":"Batch add or update profiles","request":{"name":"Batch add or update profiles","description":{"content":" Enqueue a number of add/update operations in the Synerise application database. <br/><br/>If you don't have some information about a profile, don't insert a null-value parameter - omit the parameter entirely. Sending a null value <strong>deletes an attribute</strong> (if it's a custom attribute) or <strong>sets it to null/default value</strong> (if the attribute is Synerise-native).\n\n\nThe body contains an array of objects to update. The objects are the same as in the *Create a Profile* and *Update a Profile* endpoints.\n\n<span style='color:red'><strong>IMPORTANT:</strong></span> The request body cannot contain more than 1000 items or exceed 1 MB in size.\n\nThis is an asynchronous operation. After the request body is validated, the request is added to the queue (HTTP 202).","type":"text/plain"},"url":{"path":["v4","clients","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"[\n  {\n    \"clientId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"response":[{"id":"a47fd9e0-8e1e-494d-bec0-76e0989329bd","name":"Request accepted. IMPORTANT: this does not mean that all profiles were created/updated successfully. The data is sent for further processing in other elements of the infrastructure.","originalRequest":{"url":{"path":["v4","clients","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"clientId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"51433c95-6b38-4732-9dcb-04c871273c4a","name":"Invalid data in some entries. Correct entries are sent for further processing, the invalid ones are rejected.","originalRequest":{"url":{"path":["v4","clients","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"clientId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Multi-Status (WebDAV) (RFC 4918)","code":207,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"rejectedValue\": \"de73b3490c4-bb8c0d8\",\n    \"field\": \"list[0].uuid\",\n    \"status\": 400,\n    \"message\": \"UUID must be well-formed value as per RFC 4122\"\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"631c7535-c353-41eb-aeb3-68c7cb8dc46c","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","clients","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"clientId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"913a7686-7b19-4faa-be7b-40dd97c80438","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","clients","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"clientId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"992b9e0c-e860-4b58-9860-fd8badcf21cb","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","clients","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"clientId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"26457329-a901-4c76-80d5-ef70a952660e","name":"Get profile data","request":{"name":"Get profile data","description":{"content":"Retrieve profile data by profile ID. If PII protection is enabled and your API key/user doesn't have the required permissions, this endpoint can only return test profiles; other profiles return error 404.","type":"text/plain"},"url":{"path":["v4","clients",":clientId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"}]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"d63bbf48-f9d3-4a89-b30c-56a20c089b7c","name":"Details of a single profile","originalRequest":{"url":{"path":["v4","clients",":clientId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"clientId\": 433230297,\n  \"email\": \"string\",\n  \"phone\": \"+48111222333\",\n  \"customId\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"displayName\": \"string\",\n  \"company\": \"string\",\n  \"address\": \"string\",\n  \"city\": \"string\",\n  \"province\": \"string\",\n  \"zipCode\": \"string\",\n  \"countryCode\": \"PL\",\n  \"birthDate\": \"1987-10-24\",\n  \"sex\": \"MALE\",\n  \"avatarUrl\": \"string\",\n  \"anonymous\": false,\n  \"agreements\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sms\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"push\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"webPush\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bluetooth\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"rfid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"wifi\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"previousClients\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"lastActivityDate\": \"2019-03-19T14:05:39Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d04638f9-489d-4e55-9a08-8d816175f0c3","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","clients",":clientId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"98c212ba-b0fb-415b-be3e-6e9ccf6ef258","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","clients",":clientId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9601a27e-26d2-4342-a44a-b09e1c52298d","name":"Profile not found or access blocked by PII protection settings","originalRequest":{"url":{"path":["v4","clients",":clientId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"\"Client 5005535044 not found\"","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e127903d-3898-4dc5-ad46-1c5efe63c048","name":"Update a profile (identify by ID)","request":{"name":"Update a profile (identify by ID)","description":{"content":"Change the details of a profile in the Synerise application database. <br/><br/>Sending a null value <strong>deletes an attribute</strong> (if it's a custom attribute) or <strong>sets it to null/default value</strong> (if the attribute is Synerise-native).\n\nThe `attributes` object can be used to add custom attributes of your choice. For example, `\"hasDog\":true`.\n\nThe `tags` array contains custom tags of your choice.\n\nThis is an asynchronous operation. After the request body is validated, the request is added to the queue (HTTP 202).","type":"text/plain"},"url":{"path":["v4","clients",":clientId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"}]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"phone\": \"+48111222333\",\n  \"customId\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"displayName\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"avatarUrl\": \"string\",\n  \"birthDate\": \"1987-10-24\",\n  \"company\": \"string\",\n  \"city\": \"string\",\n  \"address\": \"string\",\n  \"zipCode\": \"string\",\n  \"province\": \"string\",\n  \"countryCode\": \"PL\",\n  \"sex\": \"MALE\",\n  \"agreements\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sms\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"push\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"webPush\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bluetooth\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"rfid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"wifi\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"2f6fb515-3a7c-44c3-b17b-f18f483e182e","name":"Accepted, queued for processing","originalRequest":{"url":{"path":["v4","clients",":clientId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"phone\": \"+48111222333\",\n  \"customId\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"displayName\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"avatarUrl\": \"string\",\n  \"birthDate\": \"1987-10-24\",\n  \"company\": \"string\",\n  \"city\": \"string\",\n  \"address\": \"string\",\n  \"zipCode\": \"string\",\n  \"province\": \"string\",\n  \"countryCode\": \"PL\",\n  \"sex\": \"MALE\",\n  \"agreements\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sms\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"push\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"webPush\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bluetooth\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"rfid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"wifi\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"47fa6b83-96e7-4325-8ff7-d410f6725106","name":"Bad Request","originalRequest":{"url":{"path":["v4","clients",":clientId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"phone\": \"+48111222333\",\n  \"customId\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"displayName\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"avatarUrl\": \"string\",\n  \"birthDate\": \"1987-10-24\",\n  \"company\": \"string\",\n  \"city\": \"string\",\n  \"address\": \"string\",\n  \"zipCode\": \"string\",\n  \"province\": \"string\",\n  \"countryCode\": \"PL\",\n  \"sex\": \"MALE\",\n  \"agreements\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sms\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"push\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"webPush\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bluetooth\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"rfid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"wifi\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2019-03-21T08:37:34.526Z\",\n  \"path\": \"/clients/1234\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 12053,\n      \"field\": \"uuid\",\n      \"message\": \"UUID must be well-formed value as per RFC 4122\",\n      \"rejectedValue\": \"4321\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a93abe6b-3c9f-442a-a1ae-8884185268dc","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","clients",":clientId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"phone\": \"+48111222333\",\n  \"customId\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"displayName\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"avatarUrl\": \"string\",\n  \"birthDate\": \"1987-10-24\",\n  \"company\": \"string\",\n  \"city\": \"string\",\n  \"address\": \"string\",\n  \"zipCode\": \"string\",\n  \"province\": \"string\",\n  \"countryCode\": \"PL\",\n  \"sex\": \"MALE\",\n  \"agreements\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sms\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"push\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"webPush\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bluetooth\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"rfid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"wifi\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b30d3a8d-37ac-4604-af28-158080a9f881","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","clients",":clientId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"phone\": \"+48111222333\",\n  \"customId\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"displayName\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"avatarUrl\": \"string\",\n  \"birthDate\": \"1987-10-24\",\n  \"company\": \"string\",\n  \"city\": \"string\",\n  \"address\": \"string\",\n  \"zipCode\": \"string\",\n  \"province\": \"string\",\n  \"countryCode\": \"PL\",\n  \"sex\": \"MALE\",\n  \"agreements\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sms\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"push\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"webPush\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bluetooth\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"rfid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"wifi\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"20114249-dbce-4165-ba53-ae45e1475a22","name":"Profile not found","originalRequest":{"url":{"path":["v4","clients",":clientId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"phone\": \"+48111222333\",\n  \"customId\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"displayName\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"avatarUrl\": \"string\",\n  \"birthDate\": \"1987-10-24\",\n  \"company\": \"string\",\n  \"city\": \"string\",\n  \"address\": \"string\",\n  \"zipCode\": \"string\",\n  \"province\": \"string\",\n  \"countryCode\": \"PL\",\n  \"sex\": \"MALE\",\n  \"agreements\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sms\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"push\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"webPush\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bluetooth\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"rfid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"wifi\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T09:48:56.522+00:00\",\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"Client 525446575 not found\",\n  \"path\": \"/clients/525446575\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2298c791-e986-4095-afda-b5f105d0ee99","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","clients",":clientId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"phone\": \"+48111222333\",\n  \"customId\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"displayName\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"avatarUrl\": \"string\",\n  \"birthDate\": \"1987-10-24\",\n  \"company\": \"string\",\n  \"city\": \"string\",\n  \"address\": \"string\",\n  \"zipCode\": \"string\",\n  \"province\": \"string\",\n  \"countryCode\": \"PL\",\n  \"sex\": \"MALE\",\n  \"agreements\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sms\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"push\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"webPush\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bluetooth\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"rfid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"wifi\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"636f58c8-3090-4e23-aa2f-e54818f9a221","name":"Delete a profile","request":{"name":"Delete a profile","description":{"content":"Delete a profile from the database.","type":"text/plain"},"url":{"path":["v4","clients",":clientId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"}]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"da897d24-de83-4242-89bc-ab44a6f324de","name":"Accepted","originalRequest":{"url":{"path":["v4","clients",":clientId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"}],"method":"DELETE","body":{}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"9b916d7d-e160-46bc-82ea-62f4fb9342ac","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","clients",":clientId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9f7d76c7-63ac-4ac8-972b-b527bed844bd","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","clients",":clientId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5f878987-3b01-4dd9-aebd-8ae457864bba","name":"Profile not found","originalRequest":{"url":{"path":["v4","clients",":clientId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T09:48:56.522+00:00\",\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"Client 525446575 not found\",\n  \"path\": \"/clients/525446575\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"7dae17e8-ded0-4810-92bc-ae8f140fe53c","name":"Update a profile (identify by email)","request":{"name":"Update a profile (identify by email)","description":{"content":"Change the details of a profile in the Synerise application database. <br/><br/>Sending a null value <strong>deletes an attribute</strong> (if it's a custom attribute) or <strong>sets it to null/default value</strong> (if the attribute is Synerise-native).\n\nThe `attributes` object can be used to add custom attributes of your choice. For example, `\"hasDog\":true`.\n\nThe `tags` array contains custom tags of your choice.\n\nThis is an asynchronous operation. After the request body is validated, the request is added to the queue (HTTP 202).","type":"text/plain"},"url":{"path":["v4","clients","by-email",":clientEmail"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"clientemail@synerise.com","key":"clientEmail","description":"(Required) The profile's email address\n\n- Must match the pattern (ECMA flavor): `/^(([^<>()[\\]\\\\.,;:\\s@\\\\\"]+(\\.[^<>()[\\]\\\\.,;:\\s@\\\\\"]+)*)|(\\\\\".+\\\\\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$/`\n- The value can't include any characters that match the patternn (ECMA flavor): `/([\\uD800-\\uDBFF][\\uDC00-\\uDFFF])|([\\r\\n\\u2028\\u2029\\u00AD]|[\\uFE00-\\uFE0F]|[\\u0000])/`\n"}]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"phone\": \"+48111222333\",\n  \"customId\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"displayName\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"avatarUrl\": \"string\",\n  \"birthDate\": \"1987-10-24\",\n  \"company\": \"string\",\n  \"city\": \"string\",\n  \"address\": \"string\",\n  \"zipCode\": \"string\",\n  \"province\": \"string\",\n  \"countryCode\": \"PL\",\n  \"sex\": \"MALE\",\n  \"agreements\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sms\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"push\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"webPush\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bluetooth\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"rfid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"wifi\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"135563c5-a8c4-4dc5-99de-7ba8dd2d19b1","name":"Accepted, queued for processing","originalRequest":{"url":{"path":["v4","clients","by-email",":clientEmail"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"clientemail@synerise.com","key":"clientEmail","description":"(Required) The profile's email address\n\n- Must match the pattern (ECMA flavor): `/^(([^<>()[\\]\\\\.,;:\\s@\\\\\"]+(\\.[^<>()[\\]\\\\.,;:\\s@\\\\\"]+)*)|(\\\\\".+\\\\\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$/`\n- The value can't include any characters that match the patternn (ECMA flavor): `/([\\uD800-\\uDBFF][\\uDC00-\\uDFFF])|([\\r\\n\\u2028\\u2029\\u00AD]|[\\uFE00-\\uFE0F]|[\\u0000])/`\n"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"phone\": \"+48111222333\",\n  \"customId\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"displayName\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"avatarUrl\": \"string\",\n  \"birthDate\": \"1987-10-24\",\n  \"company\": \"string\",\n  \"city\": \"string\",\n  \"address\": \"string\",\n  \"zipCode\": \"string\",\n  \"province\": \"string\",\n  \"countryCode\": \"PL\",\n  \"sex\": \"MALE\",\n  \"agreements\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sms\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"push\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"webPush\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bluetooth\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"rfid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"wifi\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"7103cc7c-fd14-40a2-901d-6786b548fe15","name":"Bad Request","originalRequest":{"url":{"path":["v4","clients","by-email",":clientEmail"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"clientemail@synerise.com","key":"clientEmail","description":"(Required) The profile's email address\n\n- Must match the pattern (ECMA flavor): `/^(([^<>()[\\]\\\\.,;:\\s@\\\\\"]+(\\.[^<>()[\\]\\\\.,;:\\s@\\\\\"]+)*)|(\\\\\".+\\\\\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$/`\n- The value can't include any characters that match the patternn (ECMA flavor): `/([\\uD800-\\uDBFF][\\uDC00-\\uDFFF])|([\\r\\n\\u2028\\u2029\\u00AD]|[\\uFE00-\\uFE0F]|[\\u0000])/`\n"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"phone\": \"+48111222333\",\n  \"customId\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"displayName\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"avatarUrl\": \"string\",\n  \"birthDate\": \"1987-10-24\",\n  \"company\": \"string\",\n  \"city\": \"string\",\n  \"address\": \"string\",\n  \"zipCode\": \"string\",\n  \"province\": \"string\",\n  \"countryCode\": \"PL\",\n  \"sex\": \"MALE\",\n  \"agreements\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sms\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"push\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"webPush\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bluetooth\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"rfid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"wifi\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2019-03-21T08:37:34.526Z\",\n  \"path\": \"/clients/by-email/client@synerise.com\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 12053,\n      \"field\": \"uuid\",\n      \"message\": \"UUID must be well-formed value as per RFC 4122\",\n      \"rejectedValue\": \"4321\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"14135b30-0db9-410e-8b2b-729abd9daffe","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","clients","by-email",":clientEmail"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"clientemail@synerise.com","key":"clientEmail","description":"(Required) The profile's email address\n\n- Must match the pattern (ECMA flavor): `/^(([^<>()[\\]\\\\.,;:\\s@\\\\\"]+(\\.[^<>()[\\]\\\\.,;:\\s@\\\\\"]+)*)|(\\\\\".+\\\\\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$/`\n- The value can't include any characters that match the patternn (ECMA flavor): `/([\\uD800-\\uDBFF][\\uDC00-\\uDFFF])|([\\r\\n\\u2028\\u2029\\u00AD]|[\\uFE00-\\uFE0F]|[\\u0000])/`\n"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"phone\": \"+48111222333\",\n  \"customId\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"displayName\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"avatarUrl\": \"string\",\n  \"birthDate\": \"1987-10-24\",\n  \"company\": \"string\",\n  \"city\": \"string\",\n  \"address\": \"string\",\n  \"zipCode\": \"string\",\n  \"province\": \"string\",\n  \"countryCode\": \"PL\",\n  \"sex\": \"MALE\",\n  \"agreements\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sms\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"push\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"webPush\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bluetooth\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"rfid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"wifi\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f283f728-0241-4768-9a4a-85a11e2662d2","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","clients","by-email",":clientEmail"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"clientemail@synerise.com","key":"clientEmail","description":"(Required) The profile's email address\n\n- Must match the pattern (ECMA flavor): `/^(([^<>()[\\]\\\\.,;:\\s@\\\\\"]+(\\.[^<>()[\\]\\\\.,;:\\s@\\\\\"]+)*)|(\\\\\".+\\\\\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$/`\n- The value can't include any characters that match the patternn (ECMA flavor): `/([\\uD800-\\uDBFF][\\uDC00-\\uDFFF])|([\\r\\n\\u2028\\u2029\\u00AD]|[\\uFE00-\\uFE0F]|[\\u0000])/`\n"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"phone\": \"+48111222333\",\n  \"customId\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"displayName\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"avatarUrl\": \"string\",\n  \"birthDate\": \"1987-10-24\",\n  \"company\": \"string\",\n  \"city\": \"string\",\n  \"address\": \"string\",\n  \"zipCode\": \"string\",\n  \"province\": \"string\",\n  \"countryCode\": \"PL\",\n  \"sex\": \"MALE\",\n  \"agreements\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sms\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"push\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"webPush\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bluetooth\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"rfid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"wifi\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e56debb2-4b87-42c7-9b65-de35d2dcf0f6","name":"Profile not found","originalRequest":{"url":{"path":["v4","clients","by-email",":clientEmail"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"clientemail@synerise.com","key":"clientEmail","description":"(Required) The profile's email address\n\n- Must match the pattern (ECMA flavor): `/^(([^<>()[\\]\\\\.,;:\\s@\\\\\"]+(\\.[^<>()[\\]\\\\.,;:\\s@\\\\\"]+)*)|(\\\\\".+\\\\\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$/`\n- The value can't include any characters that match the patternn (ECMA flavor): `/([\\uD800-\\uDBFF][\\uDC00-\\uDFFF])|([\\r\\n\\u2028\\u2029\\u00AD]|[\\uFE00-\\uFE0F]|[\\u0000])/`\n"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"phone\": \"+48111222333\",\n  \"customId\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"displayName\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"avatarUrl\": \"string\",\n  \"birthDate\": \"1987-10-24\",\n  \"company\": \"string\",\n  \"city\": \"string\",\n  \"address\": \"string\",\n  \"zipCode\": \"string\",\n  \"province\": \"string\",\n  \"countryCode\": \"PL\",\n  \"sex\": \"MALE\",\n  \"agreements\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sms\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"push\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"webPush\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bluetooth\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"rfid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"wifi\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T09:48:56.522+00:00\",\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No client record found for email: client@synerise.com\",\n  \"path\": \"/clients/by-email/client@synerise.com\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"48eed990-d4a1-458d-9411-cccef796e1a5","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","clients","by-email",":clientEmail"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"clientemail@synerise.com","key":"clientEmail","description":"(Required) The profile's email address\n\n- Must match the pattern (ECMA flavor): `/^(([^<>()[\\]\\\\.,;:\\s@\\\\\"]+(\\.[^<>()[\\]\\\\.,;:\\s@\\\\\"]+)*)|(\\\\\".+\\\\\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$/`\n- The value can't include any characters that match the patternn (ECMA flavor): `/([\\uD800-\\uDBFF][\\uDC00-\\uDFFF])|([\\r\\n\\u2028\\u2029\\u00AD]|[\\uFE00-\\uFE0F]|[\\u0000])/`\n"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"phone\": \"+48111222333\",\n  \"customId\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"displayName\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"avatarUrl\": \"string\",\n  \"birthDate\": \"1987-10-24\",\n  \"company\": \"string\",\n  \"city\": \"string\",\n  \"address\": \"string\",\n  \"zipCode\": \"string\",\n  \"province\": \"string\",\n  \"countryCode\": \"PL\",\n  \"sex\": \"MALE\",\n  \"agreements\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sms\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"push\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"webPush\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bluetooth\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"rfid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"wifi\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"0152a5ac-e2df-4296-aae1-9941ab4405b7","name":"Update a profile (identify by customId)","request":{"name":"Update a profile (identify by customId)","description":{"content":"Change the details of a profile in the Synerise application database. <br/><br/>Sending a null value <strong>deletes an attribute</strong> (if it's a custom attribute) or <strong>sets it to null/default value</strong> (if the attribute is Synerise-native).\n \nThe `attributes` object can be used to add custom attributes of your choice. For example, `\"hasDog\":true`.\n\nThe `tags` array contains custom tags of your choice.\n\nThis is an asynchronous operation. After the request body is validated, the request is added to the queue (HTTP 202).","type":"text/plain"},"url":{"path":["v4","clients","by-customid",":customId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"customIdExample","key":"customId","description":"(Required) The custom ID of the profile"}]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"phone\": \"+48111222333\",\n  \"customId\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"displayName\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"avatarUrl\": \"string\",\n  \"birthDate\": \"1987-10-24\",\n  \"company\": \"string\",\n  \"city\": \"string\",\n  \"address\": \"string\",\n  \"zipCode\": \"string\",\n  \"province\": \"string\",\n  \"countryCode\": \"PL\",\n  \"sex\": \"MALE\",\n  \"agreements\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sms\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"push\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"webPush\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bluetooth\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"rfid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"wifi\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"3c780550-ae03-4638-9369-e2e32bbdd28f","name":"Accepted, queued for processing","originalRequest":{"url":{"path":["v4","clients","by-customid",":customId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"customIdExample","key":"customId","description":"(Required) The custom ID of the profile"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"phone\": \"+48111222333\",\n  \"customId\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"displayName\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"avatarUrl\": \"string\",\n  \"birthDate\": \"1987-10-24\",\n  \"company\": \"string\",\n  \"city\": \"string\",\n  \"address\": \"string\",\n  \"zipCode\": \"string\",\n  \"province\": \"string\",\n  \"countryCode\": \"PL\",\n  \"sex\": \"MALE\",\n  \"agreements\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sms\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"push\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"webPush\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bluetooth\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"rfid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"wifi\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"a2200755-00dc-45c0-9e96-182f95b79bcd","name":"Bad Request","originalRequest":{"url":{"path":["v4","clients","by-customid",":customId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"customIdExample","key":"customId","description":"(Required) The custom ID of the profile"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"phone\": \"+48111222333\",\n  \"customId\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"displayName\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"avatarUrl\": \"string\",\n  \"birthDate\": \"1987-10-24\",\n  \"company\": \"string\",\n  \"city\": \"string\",\n  \"address\": \"string\",\n  \"zipCode\": \"string\",\n  \"province\": \"string\",\n  \"countryCode\": \"PL\",\n  \"sex\": \"MALE\",\n  \"agreements\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sms\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"push\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"webPush\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bluetooth\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"rfid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"wifi\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2019-03-21T08:37:34.526Z\",\n  \"path\": \"/clients/by-customid/customId1234\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 12053,\n      \"field\": \"uuid\",\n      \"message\": \"UUID must be well-formed value as per RFC 4122\",\n      \"rejectedValue\": \"4321\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e02cc481-2fce-447d-ad22-3f3aa2bfb6ab","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","clients","by-customid",":customId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"customIdExample","key":"customId","description":"(Required) The custom ID of the profile"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"phone\": \"+48111222333\",\n  \"customId\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"displayName\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"avatarUrl\": \"string\",\n  \"birthDate\": \"1987-10-24\",\n  \"company\": \"string\",\n  \"city\": \"string\",\n  \"address\": \"string\",\n  \"zipCode\": \"string\",\n  \"province\": \"string\",\n  \"countryCode\": \"PL\",\n  \"sex\": \"MALE\",\n  \"agreements\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sms\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"push\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"webPush\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bluetooth\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"rfid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"wifi\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c9e862f3-e2e2-4438-93bf-be401f53e32e","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","clients","by-customid",":customId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"customIdExample","key":"customId","description":"(Required) The custom ID of the profile"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"phone\": \"+48111222333\",\n  \"customId\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"displayName\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"avatarUrl\": \"string\",\n  \"birthDate\": \"1987-10-24\",\n  \"company\": \"string\",\n  \"city\": \"string\",\n  \"address\": \"string\",\n  \"zipCode\": \"string\",\n  \"province\": \"string\",\n  \"countryCode\": \"PL\",\n  \"sex\": \"MALE\",\n  \"agreements\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sms\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"push\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"webPush\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bluetooth\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"rfid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"wifi\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3dd3b787-8d95-47f5-a4c6-889211cf2a99","name":"Profile not found","originalRequest":{"url":{"path":["v4","clients","by-customid",":customId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"customIdExample","key":"customId","description":"(Required) The custom ID of the profile"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"phone\": \"+48111222333\",\n  \"customId\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"displayName\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"avatarUrl\": \"string\",\n  \"birthDate\": \"1987-10-24\",\n  \"company\": \"string\",\n  \"city\": \"string\",\n  \"address\": \"string\",\n  \"zipCode\": \"string\",\n  \"province\": \"string\",\n  \"countryCode\": \"PL\",\n  \"sex\": \"MALE\",\n  \"agreements\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sms\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"push\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"webPush\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bluetooth\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"rfid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"wifi\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T09:48:56.522+00:00\",\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No client record found for customId: customId1234\",\n  \"path\": \"/clients/by-customid/customId1234\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1164dfab-c7c5-43c0-9fb1-32b172af50f8","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","clients","by-customid",":customId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"customIdExample","key":"customId","description":"(Required) The custom ID of the profile"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"phone\": \"+48111222333\",\n  \"customId\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"displayName\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"avatarUrl\": \"string\",\n  \"birthDate\": \"1987-10-24\",\n  \"company\": \"string\",\n  \"city\": \"string\",\n  \"address\": \"string\",\n  \"zipCode\": \"string\",\n  \"province\": \"string\",\n  \"countryCode\": \"PL\",\n  \"sex\": \"MALE\",\n  \"agreements\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sms\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"push\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"webPush\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bluetooth\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"rfid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"wifi\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"fc2a0286-e027-4fc3-975c-81eb9547db1e","name":"Delete a profile (identify by customId)","request":{"name":"Delete a profile (identify by customId)","description":{"content":"Delete a profile from the database.","type":"text/plain"},"url":{"path":["v4","clients","by-custom-id",":customId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"customIdExample","key":"customId","description":"(Required) The custom ID of the profile"}]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"3ce19e42-f676-4dd1-967c-cd97b8b4c214","name":"Accepted","originalRequest":{"url":{"path":["v4","clients","by-custom-id",":customId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"customIdExample","key":"customId","description":"(Required) The custom ID of the profile"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"}],"method":"DELETE","body":{}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"4b787882-f90c-49db-9b58-0c92e16db4ec","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","clients","by-custom-id",":customId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"customIdExample","key":"customId","description":"(Required) The custom ID of the profile"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"271c07a4-36dd-4969-b8be-5a8ead1f365f","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","clients","by-custom-id",":customId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"customIdExample","key":"customId","description":"(Required) The custom ID of the profile"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e5a4b38f-7b4b-44ad-a2cd-0c4f0ad68c76","name":"Profile not found","originalRequest":{"url":{"path":["v4","clients","by-custom-id",":customId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"customIdExample","key":"customId","description":"(Required) The custom ID of the profile"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T09:48:56.522+00:00\",\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No client record found for customId: customId1234\",\n  \"path\": \"/clients/by-customid/customId1234\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"19d57c41-0ea6-4931-809c-8c3a34a6eb17","name":"Fetch profile data","request":{"name":"Fetch profile data","description":{"content":" Get the details of a single profile. If PII protection is enabled and your API key/user doesn't have the required permissions, this endpoint can only return test profiles; other profiles return error 404.","type":"text/plain"},"url":{"path":["v4","clients",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"by-email","key":"identifierType","description":"(Required) The type of profile identifier to use for the request"},{"disabled":false,"type":"any","value":"address@domain.com","key":"identifierValue","description":"(Required) The value of the selected identifier. The value must be URL-encoded."}]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"4f6baeab-0f23-4311-9ec3-8eb91d24e969","name":"Details of a single profile","originalRequest":{"url":{"path":["v4","clients",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"by-email","key":"identifierType","description":"(Required) The type of profile identifier to use for the request"},{"disabled":false,"type":"any","value":"address@domain.com","key":"identifierValue","description":"(Required) The value of the selected identifier. The value must be URL-encoded."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"clientId\": 433230297,\n  \"email\": \"string\",\n  \"phone\": \"+48111222333\",\n  \"customId\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"displayName\": \"string\",\n  \"company\": \"string\",\n  \"address\": \"string\",\n  \"city\": \"string\",\n  \"province\": \"string\",\n  \"zipCode\": \"string\",\n  \"countryCode\": \"PL\",\n  \"birthDate\": \"1987-10-24\",\n  \"sex\": \"MALE\",\n  \"avatarUrl\": \"string\",\n  \"anonymous\": false,\n  \"agreements\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sms\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"push\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"webPush\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bluetooth\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"rfid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"wifi\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"previousClients\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"lastActivityDate\": \"2019-03-19T14:05:39Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f6cb0d38-7707-4a1e-9c4c-b31cd6b66d64","name":"Bad Request","originalRequest":{"url":{"path":["v4","clients",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"by-email","key":"identifierType","description":"(Required) The type of profile identifier to use for the request"},{"disabled":false,"type":"any","value":"address@domain.com","key":"identifierValue","description":"(Required) The value of the selected identifier. The value must be URL-encoded."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"path\": \"/clients/by-custom-id/444555\",\n  \"message\": \"Api-Version header is required\",\n  \"error\": \"Bad Request\",\n  \"timestamp\": \"2018-06-07T09:33:59.183Z\",\n  \"status\": 400\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"079c1796-9578-4b7d-90c6-1ec74a4cbc77","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","clients",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"by-email","key":"identifierType","description":"(Required) The type of profile identifier to use for the request"},{"disabled":false,"type":"any","value":"address@domain.com","key":"identifierValue","description":"(Required) The value of the selected identifier. The value must be URL-encoded."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"02a7f0c7-55ad-47ca-a8c3-6e0e03036e90","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","clients",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"by-email","key":"identifierType","description":"(Required) The type of profile identifier to use for the request"},{"disabled":false,"type":"any","value":"address@domain.com","key":"identifierValue","description":"(Required) The value of the selected identifier. The value must be URL-encoded."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"56ead17f-ab23-4dd4-884c-bd89463b6aac","name":"Profile not found or access blocked by PII protection settings","originalRequest":{"url":{"path":["v4","clients",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"by-email","key":"identifierType","description":"(Required) The type of profile identifier to use for the request"},{"disabled":false,"type":"any","value":"address@domain.com","key":"identifierValue","description":"(Required) The value of the selected identifier. The value must be URL-encoded."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"\"Client 5005535044 not found\"","cookie":[],"_postman_previewlanguage":"json"},{"id":"681ddbca-eb67-4480-a00b-77358ac3e96c","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","clients",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"by-email","key":"identifierType","description":"(Required) The type of profile identifier to use for the request"},{"disabled":false,"type":"any","value":"address@domain.com","key":"identifierValue","description":"(Required) The value of the selected identifier. The value must be URL-encoded."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"338ba6b7-f62f-4693-b482-2e2b75912049","name":"Batch fetch profiles by phone number","request":{"name":"Batch fetch profiles by phone number","description":{"content":" Returns a detailed list of profiles associated with the provided phone number. The number saved in the profile must exactly match the number from the request. If no profiles match the criteria, an empty list is returned.","type":"text/plain"},"url":{"path":["v4","clients","batch","by-phone",":phoneNumber"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"phoneNumber","description":"(Required) The phone number to search for in profiles. Must be an exact match. The value must be URL-encoded."}]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"504474e2-868c-4e71-b5d8-163caf5293c1","name":"Returns an array of profile details.","originalRequest":{"url":{"path":["v4","clients","batch","by-phone",":phoneNumber"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"phoneNumber","description":"(Required) The phone number to search for in profiles. Must be an exact match. The value must be URL-encoded."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"clientId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"phone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"customId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"firstName\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"lastName\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"displayName\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"address\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"city\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"province\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zipCode\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"countryCode\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"birthDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sex\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"avatarUrl\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"anonymous\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"agreements\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"attributes\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"tags\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"previousClients\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"lastActivityDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"clientId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"phone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"customId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"firstName\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"lastName\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"displayName\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"address\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"city\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"province\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zipCode\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"countryCode\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"birthDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sex\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"avatarUrl\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"anonymous\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"agreements\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"attributes\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"tags\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"previousClients\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"lastActivityDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"50bd4675-e508-406a-a377-75bf957f99a2","name":"Bad Request","originalRequest":{"url":{"path":["v4","clients","batch","by-phone",":phoneNumber"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"phoneNumber","description":"(Required) The phone number to search for in profiles. Must be an exact match. The value must be URL-encoded."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"path\": \"/clients/by-phone/+12065550100/batch\",\n  \"message\": \"Api-Version header is required\",\n  \"error\": \"Bad Request\",\n  \"timestamp\": \"2018-06-07T09:33:59.183Z\",\n  \"status\": 400\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"56a0d8de-3de0-4abb-b2fe-886e8c0fdd34","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","clients","batch","by-phone",":phoneNumber"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"phoneNumber","description":"(Required) The phone number to search for in profiles. Must be an exact match. The value must be URL-encoded."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fa25febc-3955-4c22-b159-3c60458b6c07","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","clients","batch","by-phone",":phoneNumber"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"phoneNumber","description":"(Required) The phone number to search for in profiles. Must be an exact match. The value must be URL-encoded."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"406d88c2-a02c-4447-960b-359232bbae11","name":"Profile not found or access blocked by PII protection settings","originalRequest":{"url":{"path":["v4","clients","batch","by-phone",":phoneNumber"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"phoneNumber","description":"(Required) The phone number to search for in profiles. Must be an exact match. The value must be URL-encoded."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"\"Client 5005535044 not found\"","cookie":[],"_postman_previewlanguage":"json"},{"id":"63d78643-50c6-4440-a5ac-bd8739003631","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","clients","batch","by-phone",":phoneNumber"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"phoneNumber","description":"(Required) The phone number to search for in profiles. Must be an exact match. The value must be URL-encoded."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"d9edef33-cff8-4847-a8ce-8ec04a929407","name":"Get Profile details","request":{"name":"Get Profile details","description":{"content":"<span style=\"color:red\">This method is deprecated. It will be disabled on August 30, 2026.</span>  \n\nYou can use these methods instead:\n  - [GET /v4/clients/{clientId}](#operation/GetClientData)\n  - [GET /v4/clients/{identifierType}/{identifierValue}](#operation/FindAClient)\n\nRetrieve the details of a Profile.\n","type":"text/plain"},"url":{"path":["crm","v1","clients",":clientId","contacts"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"clientId","description":"(Required) Profile ID"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"f576e3f6-44bb-4cd6-97b8-cee0e5870cda","name":"Profile details","originalRequest":{"url":{"path":["crm","v1","clients",":clientId","contacts"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"clientId","description":"(Required) Profile ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"base\": {\n    \"key_0\": {\n      \"label\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"value\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  },\n  \"tags\": [\n    \"string\",\n    \"string\"\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e0463e08-950a-4f4a-940e-08e0f65d0b4b","name":"Resource not found or access blocked by PII protection settings","originalRequest":{"url":{"path":["crm","v1","clients",":clientId","contacts"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"clientId","description":"(Required) Profile ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"a5cdb773-426f-4763-a335-488950da3961","name":"Update Profile","request":{"name":"Update Profile","description":{"content":"<span style=\"color:red\">This method is deprecated. It will be disabled on August 16, 2026</span>  \nUse one of these endpoints instead:\n  - [POST /v4/clients/{clientId}](#operation/UpdateAClient)\n  - [POST /v4/clients/by-email/{clientEmail}](#operation/UpdateAClientByEmail)\n  - [POST /v4/clients/by-customid/{customId}](#operation/UpdateAClientByCustomId)\n\nSending a null value **deletes** an attribute (if it's a custom attribute) or **sets it to null/default value** (if the attribute is Synerise-native)\n","type":"text/plain"},"url":{"path":["crm","v1","contacts",":clientId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"clientId","description":"(Required) Profile ID"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"email\": \"string\",\n  \"firstname\": \"string\",\n  \"lastName\": \"string\",\n  \"custom_identify\": \"string\",\n  \"company\": \"string\",\n  \"phone\": \"string\",\n  \"address\": \"string\",\n  \"birthdate\": \"1972-10-13\",\n  \"city\": \"string\",\n  \"zipCode\": \"string\",\n  \"province\": \"string\",\n  \"country_id\": \"string\",\n  \"countryCode\": \"PL\",\n  \"avatarUrl\": \"string\",\n  \"sex\": \"3\",\n  \"tags\": [\n    \"string\",\n    \"string\"\n  ],\n  \"additionalProperties\": {}\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"aed0748c-dc72-4571-9325-6f4750553a46","name":"Profile details","originalRequest":{"url":{"path":["crm","v1","contacts",":clientId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"clientId","description":"(Required) Profile ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"email\": \"string\",\n  \"firstname\": \"string\",\n  \"lastName\": \"string\",\n  \"custom_identify\": \"string\",\n  \"company\": \"string\",\n  \"phone\": \"string\",\n  \"address\": \"string\",\n  \"birthdate\": \"1968-08-18\",\n  \"city\": \"string\",\n  \"zipCode\": \"string\",\n  \"province\": \"string\",\n  \"country_id\": \"string\",\n  \"countryCode\": \"PL\",\n  \"avatarUrl\": \"string\",\n  \"sex\": \"3\",\n  \"tags\": [\n    \"string\",\n    \"string\"\n  ],\n  \"additionalProperties\": {}\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"base\": {\n    \"key_0\": {\n      \"label\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"value\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    \"key_1\": {\n      \"label\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"value\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    \"key_2\": {\n      \"label\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"value\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  },\n  \"tags\": [\n    \"string\",\n    \"string\"\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"4f5b8b3c-c98d-4f82-bb2f-b2e9d6a482dc","name":"Create and run profile export","request":{"name":"Create and run profile export","description":{"content":"Request an export of profiles. The group of profiles to export is selected by pointing to a segmentation. After the export is completed, you can access the data with [GET /exports/clients/{taskId}/data](#operation/getExportedProfileData) or from [https://app.synerise.com/assets/exports](https://app.synerise.com/assets/exports).","type":"text/plain"},"url":{"path":["morph","exports","clients","segmentation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"fields\": [\n    \"id\",\n    \"attr1\",\n    \"attr2\"\n  ],\n  \"agreementFilter\": \"RECOGNIZED\",\n  \"segmentationHash\": \"f7e68b5c-2971-31f0-bad6-78074b15b347\",\n  \"excludedIds\": [\n    2440.927153625324,\n    984.9950328277667\n  ],\n  \"tags\": [\n    \"string\",\n    \"string\"\n  ],\n  \"expressions\": [\n    \"43485cc7-b0a5-c8c6-fb5a-6cb4d98d003a\",\n    \"37678c56-9ac3-ab22-66c2-f5046445d945\"\n  ],\n  \"aggregates\": [\n    \"0eb08da7-c3e3-874e-ae56-ef9a02d754c8\",\n    \"bf185cdb-4097-3ec8-9e1c-23933e0dc6b1\"\n  ],\n  \"segmentations\": [\n    \"445d728c-55a2-3881-eb7a-f9a07b1a018d\",\n    \"0ca6b432-1d23-b901-d8a0-d444c1b40256\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"94c5850a-b00a-45b3-b9b3-0c22dd6bd169","name":"Export task created and queued","originalRequest":{"url":{"path":["morph","exports","clients","segmentation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"fields\": [\n    \"id\",\n    \"attr1\",\n    \"attr2\"\n  ],\n  \"agreementFilter\": \"WEB_PUSH\",\n  \"segmentationHash\": \"8f761799-ffb7-5c31-41ff-6365d9ac20c0\",\n  \"excludedIds\": [\n    5873.401158499242,\n    1893.3140131906634\n  ],\n  \"tags\": [\n    \"string\",\n    \"string\"\n  ],\n  \"expressions\": [\n    \"63a83660-5166-009a-f681-d143aa5b4250\",\n    \"a5008bdd-0da6-7be3-9aba-7a1ebb899100\"\n  ],\n  \"aggregates\": [\n    \"c7eccbcc-fc93-e815-b4db-5a4ffc9d872b\",\n    \"cbef374d-6ac9-8c94-e0f3-1db6ced4182c\"\n  ],\n  \"segmentations\": [\n    \"6f8684ad-c25c-2468-d7d0-2884467ddb58\",\n    \"4afa27f8-4e3a-0c76-11e0-471445c335f2\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"taskId\": \"b40c9627-0ade-4b78-5c35-4801bae562a1\",\n  \"columnOrder\": [\n    \"string\",\n    \"string\"\n  ],\n  \"estimatedCount\": 754.0191292373732\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"12ce7fdc-325d-4979-9666-931383c0097f","name":"Invalid request","originalRequest":{"url":{"path":["morph","exports","clients","segmentation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"fields\": [\n    \"id\",\n    \"attr1\",\n    \"attr2\"\n  ],\n  \"agreementFilter\": \"WEB_PUSH\",\n  \"segmentationHash\": \"8f761799-ffb7-5c31-41ff-6365d9ac20c0\",\n  \"excludedIds\": [\n    5873.401158499242,\n    1893.3140131906634\n  ],\n  \"tags\": [\n    \"string\",\n    \"string\"\n  ],\n  \"expressions\": [\n    \"63a83660-5166-009a-f681-d143aa5b4250\",\n    \"a5008bdd-0da6-7be3-9aba-7a1ebb899100\"\n  ],\n  \"aggregates\": [\n    \"c7eccbcc-fc93-e815-b4db-5a4ffc9d872b\",\n    \"cbef374d-6ac9-8c94-e0f3-1db6ced4182c\"\n  ],\n  \"segmentations\": [\n    \"6f8684ad-c25c-2468-d7d0-2884467ddb58\",\n    \"4afa27f8-4e3a-0c76-11e0-471445c335f2\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2021-01-04T16:15:51.703Z\",\n  \"message\": \"Message describing issue with provided request\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c3710112-4013-4838-b569-7806ef933494","name":"Check profile export status","request":{"name":"Check profile export status","description":{"content":"After creating an export with [POST /exports/clients/segmentation](#operation/runProfileExport), you can check its status. When the export is ready, you can access the data with [GET /exports/clients/{taskId}/data](#operation/getExportedProfileData).","type":"text/plain"},"url":{"path":["morph","exports","clients",":taskId","status"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"taskId","description":"(Required) Unique ID of the export task"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"aa2657d2-2b00-4df2-911a-19c495787e1b","name":"Status of the export task","originalRequest":{"url":{"path":["morph","exports","clients",":taskId","status"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"taskId","description":"(Required) Unique ID of the export task"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"\"Pending\"","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"74ae706a-5872-4193-be94-807854d07838","name":"Get exported profiles","request":{"name":"Get exported profiles","description":{"content":"Get exported profiles as a list. To create the export, use [POST /exports/clients/segmentation](#operation/runProfileExport).\n\n**Tip**: If you want to download a CSV, JSON, or JSONL, find your export in [https://app.synerise.com/assets/exports](https://app.synerise.com/assets/exports).\n","type":"text/plain"},"url":{"path":["morph","exports","clients",":taskId","data"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"offset","value":"1604.0973883872068","description":"(Required) The index of the first record to retrieve. Use this to paginate the exported data."},{"disabled":false,"key":"limit","value":"4068","description":"(Required) The number of records to retrieve. Use this to paginate the exported data."}],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"taskId","description":"(Required) Unique ID of the export task"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"713bdbf1-99c7-445a-ab4d-6cd903564862","name":"Exported profile data","originalRequest":{"url":{"path":["morph","exports","clients",":taskId","data"],"host":["{{baseUrl}}"],"query":[{"key":"offset","value":"1604.0973883872068"},{"key":"limit","value":"4068"}],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"taskId","description":"(Required) Unique ID of the export task"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"exampleAttribute\": \"foo\",\n    \"exampleTag\": \"true\",\n    \"exampleExpression\": \"23\",\n    \"exampleAggregate\": \"74\",\n    \"exampleSegmentation\": \"false\"\n  },\n  {\n    \"exampleAttribute\": \"foo\",\n    \"exampleTag\": \"true\",\n    \"exampleExpression\": \"23\",\n    \"exampleAggregate\": \"74\",\n    \"exampleSegmentation\": \"false\"\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"57fa1449-15a6-4f72-9f7f-64bc8d6b2977","name":"Invalid request","originalRequest":{"url":{"path":["morph","exports","clients",":taskId","data"],"host":["{{baseUrl}}"],"query":[{"key":"offset","value":"1604.0973883872068"},{"key":"limit","value":"4068"}],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"taskId","description":"(Required) Unique ID of the export task"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2021-01-04T16:15:51.703Z\",\n  \"message\": \"Message describing issue with provided request\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"03f414ef-1b16-478d-a75b-f56305b533bf","name":"Get all Profile notes","request":{"name":"Get all Profile notes","description":{"content":"Retrieve all notes associated with a single profile.","type":"text/plain"},"url":{"path":["notes-service","by-id",":clientId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"clientId","description":"(Required) Profile ID"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"733192d0-44d5-4693-a4cc-0c3e18f36045","name":"An array of notes","originalRequest":{"url":{"path":["notes-service","by-id",":clientId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"clientId","description":"(Required) Profile ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"body\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"created\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createdBy\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"subject\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"updated\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"updatedBy\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"userId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"body\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"created\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createdBy\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"subject\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"updated\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"updatedBy\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"userId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"f28a4191-b2de-4aa6-a621-3d0a1272004b","name":"Unauthorized","originalRequest":{"url":{"path":["notes-service","by-id",":clientId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"clientId","description":"(Required) Profile ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"6f8e5b7d-c474-4241-bfc7-bb27939fce51","name":"Forbidden","originalRequest":{"url":{"path":["notes-service","by-id",":clientId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"clientId","description":"(Required) Profile ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"d89f5d91-817c-41f8-8027-5cf76b2cceb1","name":"Not Found","originalRequest":{"url":{"path":["notes-service","by-id",":clientId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"clientId","description":"(Required) Profile ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"042edaf7-539e-430c-847d-d9984b7d41d7","name":"Create a note","request":{"name":"Create a note","description":{"content":"Create a new note in the profile","type":"text/plain"},"url":{"path":["notes-service","by-id",":clientId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"clientId","description":"(Required) Profile ID"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"subject\": \"Note 1\",\n  \"body\": \"<h1>NOTE 1</h1>\\\\n<p>Some text</p>\\\\n<ul>\\\\n<li>1</li>\\\\n<li>2</li>\\\\n<li>3</li>\\\\n</ul>\\\\n<blockquote>Lorem ipsum in quote</blockquote>\\\\n<p><strong>Lorem ipsum in bold</strong></p>\\\\n\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"fe065afe-ed42-413b-8b7d-598f3b61de67","name":"OK","originalRequest":{"url":{"path":["notes-service","by-id",":clientId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"clientId","description":"(Required) Profile ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"subject\": \"Note 1\",\n  \"body\": \"<h1>NOTE 1</h1>\\\\n<p>Some text</p>\\\\n<ul>\\\\n<li>1</li>\\\\n<li>2</li>\\\\n<li>3</li>\\\\n</ul>\\\\n<blockquote>Lorem ipsum in quote</blockquote>\\\\n<p><strong>Lorem ipsum in bold</strong></p>\\\\n\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"body\": \"<h1>NOTE 1</h1>\\\\n<p>Some text</p>\\\\n<ul>\\\\n<li>1</li>\\\\n<li>2</li>\\\\n<li>3</li>\\\\n</ul>\\\\n<blockquote>Lorem ipsum in quote</blockquote>\\\\n<p><strong>Lorem ipsum in bold</strong></p>\\\\n\",\n  \"created\": \"2019-08-01T08:03:31.556Z\",\n  \"createdBy\": \"example@example.com\",\n  \"id\": \"69b0e925-086a-4964-b8dc-4c9e58213cf5\",\n  \"subject\": \"Note 1\",\n  \"updated\": \"2019-08-01T08:03:38.556Z\",\n  \"updatedBy\": \"example@example.com\",\n  \"userId\": 11405\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"93e89fd5-d435-464c-9b50-b44d2a080422","name":"Created","originalRequest":{"url":{"path":["notes-service","by-id",":clientId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"clientId","description":"(Required) Profile ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"subject\": \"Note 1\",\n  \"body\": \"<h1>NOTE 1</h1>\\\\n<p>Some text</p>\\\\n<ul>\\\\n<li>1</li>\\\\n<li>2</li>\\\\n<li>3</li>\\\\n</ul>\\\\n<blockquote>Lorem ipsum in quote</blockquote>\\\\n<p><strong>Lorem ipsum in bold</strong></p>\\\\n\"\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"d2ae5a24-1b67-4c5b-8728-c46ed2872564","name":"Unauthorized","originalRequest":{"url":{"path":["notes-service","by-id",":clientId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"clientId","description":"(Required) Profile ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"subject\": \"Note 1\",\n  \"body\": \"<h1>NOTE 1</h1>\\\\n<p>Some text</p>\\\\n<ul>\\\\n<li>1</li>\\\\n<li>2</li>\\\\n<li>3</li>\\\\n</ul>\\\\n<blockquote>Lorem ipsum in quote</blockquote>\\\\n<p><strong>Lorem ipsum in bold</strong></p>\\\\n\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"91b02dac-a7b5-43a5-8b0a-41089eb3acea","name":"Forbidden","originalRequest":{"url":{"path":["notes-service","by-id",":clientId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"clientId","description":"(Required) Profile ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"subject\": \"Note 1\",\n  \"body\": \"<h1>NOTE 1</h1>\\\\n<p>Some text</p>\\\\n<ul>\\\\n<li>1</li>\\\\n<li>2</li>\\\\n<li>3</li>\\\\n</ul>\\\\n<blockquote>Lorem ipsum in quote</blockquote>\\\\n<p><strong>Lorem ipsum in bold</strong></p>\\\\n\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"216302b2-1b81-4469-9cca-5c0cc83f5979","name":"Not Found","originalRequest":{"url":{"path":["notes-service","by-id",":clientId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"clientId","description":"(Required) Profile ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"subject\": \"Note 1\",\n  \"body\": \"<h1>NOTE 1</h1>\\\\n<p>Some text</p>\\\\n<ul>\\\\n<li>1</li>\\\\n<li>2</li>\\\\n<li>3</li>\\\\n</ul>\\\\n<blockquote>Lorem ipsum in quote</blockquote>\\\\n<p><strong>Lorem ipsum in bold</strong></p>\\\\n\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"767298fc-b74b-4e4b-a63c-a7e0e3a0280a","name":"Get note","request":{"name":"Get note","description":{"content":"Retrieve a single note","type":"text/plain"},"url":{"path":["notes-service","by-id",":clientId",":noteId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"clientId","description":"(Required) Profile ID"},{"disabled":false,"type":"any","value":"string","key":"noteId","description":"(Required) Note UUID"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"f55f42c1-2f48-4afa-9ee9-db3c7f4238e4","name":"OK","originalRequest":{"url":{"path":["notes-service","by-id",":clientId",":noteId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"clientId","description":"(Required) Profile ID"},{"disabled":false,"type":"any","value":"string","key":"noteId","description":"(Required) Note UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"body\": \"<h1>NOTE 1</h1>\\\\n<p>Some text</p>\\\\n<ul>\\\\n<li>1</li>\\\\n<li>2</li>\\\\n<li>3</li>\\\\n</ul>\\\\n<blockquote>Lorem ipsum in quote</blockquote>\\\\n<p><strong>Lorem ipsum in bold</strong></p>\\\\n\",\n  \"created\": \"2019-08-01T08:03:31.556Z\",\n  \"createdBy\": \"example@example.com\",\n  \"id\": \"69b0e925-086a-4964-b8dc-4c9e58213cf5\",\n  \"subject\": \"Note 1\",\n  \"updated\": \"2019-08-01T08:03:38.556Z\",\n  \"updatedBy\": \"example@example.com\",\n  \"userId\": 11405\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"65cedbe8-6f70-466e-9e31-b83e3b8f4833","name":"Unauthorized","originalRequest":{"url":{"path":["notes-service","by-id",":clientId",":noteId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"clientId","description":"(Required) Profile ID"},{"disabled":false,"type":"any","value":"string","key":"noteId","description":"(Required) Note UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"3e37f6f7-f179-4a91-882f-06b189190558","name":"Forbidden","originalRequest":{"url":{"path":["notes-service","by-id",":clientId",":noteId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"clientId","description":"(Required) Profile ID"},{"disabled":false,"type":"any","value":"string","key":"noteId","description":"(Required) Note UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"f5e79a66-e0dc-44fd-bebf-95869537467c","name":"Not Found","originalRequest":{"url":{"path":["notes-service","by-id",":clientId",":noteId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"clientId","description":"(Required) Profile ID"},{"disabled":false,"type":"any","value":"string","key":"noteId","description":"(Required) Note UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"4deac845-96ed-4d9d-b041-1a5d0d9bf17b","name":"Update note","request":{"name":"Update note","description":{"content":"You can update an existing note.","type":"text/plain"},"url":{"path":["notes-service","by-id",":clientId",":noteId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"clientId","description":"(Required) Profile ID"},{"disabled":false,"type":"any","value":"string","key":"noteId","description":"(Required) Note UUID"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"subject\": \"Note 1\",\n  \"body\": \"<h1>NOTE 1</h1>\\\\n<p>Some text</p>\\\\n<ul>\\\\n<li>1</li>\\\\n<li>2</li>\\\\n<li>3</li>\\\\n</ul>\\\\n<blockquote>Lorem ipsum in quote</blockquote>\\\\n<p><strong>Lorem ipsum in bold</strong></p>\\\\n\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"dab35ec2-6c1b-4e35-81e1-6af4df96feb8","name":"OK","originalRequest":{"url":{"path":["notes-service","by-id",":clientId",":noteId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"clientId","description":"(Required) Profile ID"},{"disabled":false,"type":"any","value":"string","key":"noteId","description":"(Required) Note UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"subject\": \"Note 1\",\n  \"body\": \"<h1>NOTE 1</h1>\\\\n<p>Some text</p>\\\\n<ul>\\\\n<li>1</li>\\\\n<li>2</li>\\\\n<li>3</li>\\\\n</ul>\\\\n<blockquote>Lorem ipsum in quote</blockquote>\\\\n<p><strong>Lorem ipsum in bold</strong></p>\\\\n\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"body\": \"<h1>NOTE 1</h1>\\\\n<p>Some text</p>\\\\n<ul>\\\\n<li>1</li>\\\\n<li>2</li>\\\\n<li>3</li>\\\\n</ul>\\\\n<blockquote>Lorem ipsum in quote</blockquote>\\\\n<p><strong>Lorem ipsum in bold</strong></p>\\\\n\",\n  \"created\": \"2019-08-01T08:03:31.556Z\",\n  \"createdBy\": \"example@example.com\",\n  \"id\": \"69b0e925-086a-4964-b8dc-4c9e58213cf5\",\n  \"subject\": \"Note 1\",\n  \"updated\": \"2019-08-01T08:03:38.556Z\",\n  \"updatedBy\": \"example@example.com\",\n  \"userId\": 11405\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d6b944b2-88b3-4410-a879-a108b20cd600","name":"Created","originalRequest":{"url":{"path":["notes-service","by-id",":clientId",":noteId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"clientId","description":"(Required) Profile ID"},{"disabled":false,"type":"any","value":"string","key":"noteId","description":"(Required) Note UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"subject\": \"Note 1\",\n  \"body\": \"<h1>NOTE 1</h1>\\\\n<p>Some text</p>\\\\n<ul>\\\\n<li>1</li>\\\\n<li>2</li>\\\\n<li>3</li>\\\\n</ul>\\\\n<blockquote>Lorem ipsum in quote</blockquote>\\\\n<p><strong>Lorem ipsum in bold</strong></p>\\\\n\"\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"580395f5-aabe-404d-8ac4-4de46289e18e","name":"Unauthorized","originalRequest":{"url":{"path":["notes-service","by-id",":clientId",":noteId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"clientId","description":"(Required) Profile ID"},{"disabled":false,"type":"any","value":"string","key":"noteId","description":"(Required) Note UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"subject\": \"Note 1\",\n  \"body\": \"<h1>NOTE 1</h1>\\\\n<p>Some text</p>\\\\n<ul>\\\\n<li>1</li>\\\\n<li>2</li>\\\\n<li>3</li>\\\\n</ul>\\\\n<blockquote>Lorem ipsum in quote</blockquote>\\\\n<p><strong>Lorem ipsum in bold</strong></p>\\\\n\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"063d7478-af88-4653-bd54-0f83baa0db66","name":"Forbidden","originalRequest":{"url":{"path":["notes-service","by-id",":clientId",":noteId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"clientId","description":"(Required) Profile ID"},{"disabled":false,"type":"any","value":"string","key":"noteId","description":"(Required) Note UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"subject\": \"Note 1\",\n  \"body\": \"<h1>NOTE 1</h1>\\\\n<p>Some text</p>\\\\n<ul>\\\\n<li>1</li>\\\\n<li>2</li>\\\\n<li>3</li>\\\\n</ul>\\\\n<blockquote>Lorem ipsum in quote</blockquote>\\\\n<p><strong>Lorem ipsum in bold</strong></p>\\\\n\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"3d5224b7-1637-4a07-a1b3-692eba2d14c8","name":"Not Found","originalRequest":{"url":{"path":["notes-service","by-id",":clientId",":noteId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"clientId","description":"(Required) Profile ID"},{"disabled":false,"type":"any","value":"string","key":"noteId","description":"(Required) Note UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"subject\": \"Note 1\",\n  \"body\": \"<h1>NOTE 1</h1>\\\\n<p>Some text</p>\\\\n<ul>\\\\n<li>1</li>\\\\n<li>2</li>\\\\n<li>3</li>\\\\n</ul>\\\\n<blockquote>Lorem ipsum in quote</blockquote>\\\\n<p><strong>Lorem ipsum in bold</strong></p>\\\\n\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"13596173-93c5-422d-a81e-7799d1bcc987","name":"Delete note","request":{"name":"Delete note","description":{"content":"You can delete a note. This operation is irreversible.","type":"text/plain"},"url":{"path":["notes-service","by-id",":clientId",":noteId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"clientId","description":"(Required) Profile ID"},{"disabled":false,"type":"any","value":"string","key":"noteId","description":"(Required) Note UUID"}]},"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"b5fcaacd-7ad3-4910-9f6f-3c99e167159c","name":"OK","originalRequest":{"url":{"path":["notes-service","by-id",":clientId",":noteId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"clientId","description":"(Required) Profile ID"},{"disabled":false,"type":"any","value":"string","key":"noteId","description":"(Required) Note UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"dbb86c1f-8bd7-4146-88ff-cc510b2aaf76","name":"No Content","originalRequest":{"url":{"path":["notes-service","by-id",":clientId",":noteId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"clientId","description":"(Required) Profile ID"},{"disabled":false,"type":"any","value":"string","key":"noteId","description":"(Required) Note UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"f61eb2d7-88b6-4260-98b5-bcadd68b2de1","name":"Unauthorized","originalRequest":{"url":{"path":["notes-service","by-id",":clientId",":noteId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"clientId","description":"(Required) Profile ID"},{"disabled":false,"type":"any","value":"string","key":"noteId","description":"(Required) Note UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"212bc8d4-3924-4d65-b676-9c4b4d3f21d6","name":"Forbidden","originalRequest":{"url":{"path":["notes-service","by-id",":clientId",":noteId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"clientId","description":"(Required) Profile ID"},{"disabled":false,"type":"any","value":"string","key":"noteId","description":"(Required) Note UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b209b627-f49f-4cc4-8d93-202ce9ebfff6","name":"Log out a Profile","request":{"name":"Log out a Profile","description":{"content":"Log out a Profile when authenticated as a Synerise User or a Workspace.","type":"text/plain"},"url":{"path":["sauth","management","client",":clientID","logout"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientID","description":"(Required) The ID of the Profile"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"action\": \"LOGOUT_WITH_SESSION_CLEARING\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"deac7d5b-5aaa-4499-9ae1-b76237f81c94","name":"OK","originalRequest":{"url":{"path":["sauth","management","client",":clientID","logout"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientID","description":"(Required) The ID of the Profile"}]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"action\": \"LOGOUT_WITH_SESSION_CLEARING\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"d395a360-8798-4b9c-b292-1f39a1d5d92b","name":"JWT missing, expired, or invalid","originalRequest":{"url":{"path":["sauth","management","client",":clientID","logout"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientID","description":"(Required) The ID of the Profile"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"action\": \"LOGOUT_WITH_SESSION_CLEARING\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"47a13dea-b47c-4982-90ad-8d606e62c18f","name":"Insufficient permissions or wrong JWT scope (for example, profile token where a workspace token was required)","originalRequest":{"url":{"path":["sauth","management","client",":clientID","logout"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientID","description":"(Required) The ID of the Profile"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"action\": \"LOGOUT_WITH_SESSION_CLEARING\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"00c63f1f-d264-4a26-a774-0431572a28bf","name":"Profile not found","originalRequest":{"url":{"path":["sauth","management","client",":clientID","logout"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientID","description":"(Required) The ID of the Profile"}]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"action\": \"LOGOUT_WITH_SESSION_CLEARING\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"b11446e4-80b6-4650-b389-7e7c1050dc2d","name":"Tags","description":{"content":"","type":"text/plain"},"item":[{"id":"9ad930c3-02c2-4abb-95b8-a8f721bb3f26","name":"Get all tags","request":{"name":"Get all tags","description":{"content":"\nRetrieve all tags that can be assigned to profiles.\n\nThis endpoint is available from version 4.1.0","type":"text/plain"},"url":{"path":["v4","clients","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"9fdcd4c0-2550-4fa3-b889-96bac0b8a601","name":"A list of tags","originalRequest":{"url":{"path":["v4","clients","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"color\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"color\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"c1f69a65-d64e-40f5-8bf4-9993286abc1c","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","clients","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d10dd0d2-6396-42f9-be25-2251af153d70","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","clients","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"3612f210-8e36-4294-af69-d1cea66cbdba","name":"Create a tag","request":{"name":"Create a tag","description":{"content":"Create a new tag that can be assigned to profiles. If you try to create a tag that already exists, the response is the existing tag.","type":"text/plain"},"url":{"path":["v4","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"nice tag\",\n  \"color\": \"#0768ff\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"739aa39d-198a-4d91-b57d-17c3200cad15","name":"Tag created","originalRequest":{"url":{"path":["v4","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"nice tag\",\n  \"color\": \"#0768ff\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"businessProfileId\": 100005,\n  \"id\": 645,\n  \"name\": \"nice tag\",\n  \"color\": \"#0768ff\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ce575535-34c6-4cad-9875-8fb713f276d5","name":"Invalid or incomplete data","originalRequest":{"url":{"path":["v4","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"nice tag\",\n  \"color\": \"#0768ff\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T11:02:25.939Z\",\n  \"path\": \"/tags\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 16213,\n      \"field\": \"name\",\n      \"message\": \"Scripts are not allowed\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ad9b43ea-4bf0-4b72-8f9b-3a2bedd71125","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"nice tag\",\n  \"color\": \"#0768ff\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"711dbedb-50e0-404d-958b-ae5270a57188","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"nice tag\",\n  \"color\": \"#0768ff\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1eb923bb-e49d-4fc3-84c8-a65970fab03f","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"nice tag\",\n  \"color\": \"#0768ff\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"a16118f3-243b-41e4-910c-c25aca905f6c","name":"Update a tag","request":{"name":"Update a tag","description":{"content":"Update a tag. This method currently only allows modifying the `color` field.\n\nIf the tag has been already deleted, the response is a 404 error.\n\n**Important**: This method doesn't update global tags (not related to any workspace). If you try to update a global tag, the response is a 404 error.\n","type":"text/plain"},"url":{"path":["v4","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"color\": \"#0768ff\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"b1e87eef-dc97-4fdf-9791-6ff2ce3bed24","name":"Tag updated","originalRequest":{"url":{"path":["v4","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"color\": \"#0768ff\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"businessProfileId\": 100005,\n  \"id\": 645,\n  \"name\": \"nice tag\",\n  \"color\": \"#0768ff\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"28f56280-5d0c-45f9-90e2-4ff44b9a27ca","name":"Invalid or incomplete data","originalRequest":{"url":{"path":["v4","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"color\": \"#0768ff\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 8702,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a92a2f0e-5fda-4b22-92ae-b2c33c7ca3ea","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"color\": \"#0768ff\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"95325caf-482a-4ccd-9d59-e66bc7bd9a7f","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"color\": \"#0768ff\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d68c5131-2634-42ed-a8fd-d63a872bf9a9","name":"Tag doesn't exist or it is a global tag (not related to any workspace).","originalRequest":{"url":{"path":["v4","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"color\": \"#0768ff\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 7668,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9d99e28a-9fc6-42ce-8862-9e18e24d67c1","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"color\": \"#0768ff\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"d65ddae5-6812-4690-82fd-fca352f503a5","name":"Remove a tag","request":{"name":"Remove a tag","description":{"content":"Remove a tag definition from the workspace.\n\nIf the tag has been already deleted, the response is a 404 error.\n\n**Important**: This method does not remove global tag (not related to any workspace). In this case, the response is a 404 error.\n\n**Note**: After removing a tag definition, the tag is still cached for a while. In that time, it is still possible for a while to remove or add this tag in profiles.\n","type":"text/plain"},"url":{"path":["v4","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"bb65a968-b6c9-474c-8289-8eb7b271a9aa","name":"Tag removed","originalRequest":{"url":{"path":["v4","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"b8ffa17a-b9f3-4609-bb9a-7119894554b1","name":"Invalid or incomplete data","originalRequest":{"url":{"path":["v4","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 7668,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"70526567-d4a0-49f6-94c4-df04726c6f65","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"05938d9b-5194-4911-a528-31e18ace490d","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"347c07db-1dc1-416e-b2c9-869afed592e8","name":"Tag doesn't exist, was already deleted, or is a global tag (not related to any workspace).","originalRequest":{"url":{"path":["v4","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 7668,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bc13f946-e26e-4039-b402-f7e01e0022a5","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"db66fdff-4f9f-4ad9-8088-9015b6468b42","name":"Get profile tags","request":{"name":"Get profile tags","description":{"content":"Retrieve a list of tags assigned to a profile.","type":"text/plain"},"url":{"path":["v4","clients",":clientId","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"f278147f-e6b1-4925-a597-ece1be9d7b1c","name":"OK","originalRequest":{"url":{"path":["v4","clients",":clientId","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"color\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"color\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"68ceb157-1f70-41fa-9523-9e4ed4c4ab18","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","clients",":clientId","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0fae226a-61d3-4d06-9c7d-c2fceb2fb6e5","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","clients",":clientId","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"fa25de97-d7a3-446b-b47d-6f65831d3f4f","name":"Assign tag to profile","request":{"name":"Assign tag to profile","description":{"content":"Assign a tag to a profile.","type":"text/plain"},"url":{"path":["v4","clients",":clientId","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"},{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":null},"response":[{"id":"a02546a5-b829-43b2-ac92-951495843c0c","name":"Tag assigned","originalRequest":{"url":{"path":["v4","clients",":clientId","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"},{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"clientId\": 433230297,\n  \"id\": 73,\n  \"tagId\": 645\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e601980f-6731-40f2-ba68-d778732f9eae","name":"Profile not found or data malformed","originalRequest":{"url":{"path":["v4","clients",":clientId","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"},{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 7668,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"93154a3b-bc9d-4d9f-a49a-4c4775ef3997","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","clients",":clientId","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"},{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8e6be797-4ebe-4e68-b2bb-77456f9a556d","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","clients",":clientId","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"},{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"763872a3-23ad-459e-af22-f3c1c8b3a507","name":"Tag not found","originalRequest":{"url":{"path":["v4","clients",":clientId","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"},{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 7668,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4772d559-7585-486e-af39-fba1f0b6b1a8","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","clients",":clientId","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"},{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e9e9821f-e0bf-46d8-b623-312e2f52b3be","name":"Remove tag from profile","request":{"name":"Remove tag from profile","description":{},"url":{"path":["v4","clients",":clientId","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"},{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":null},"response":[{"id":"55ac15d9-3bfd-42eb-9f12-14b9ce1fba02","name":"Tag removed","originalRequest":{"url":{"path":["v4","clients",":clientId","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"},{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"method":"DELETE","body":{}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"6efab0aa-140c-4d10-bda1-fcbdcea7ad4a","name":"Profile not found or data malformed","originalRequest":{"url":{"path":["v4","clients",":clientId","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"},{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 7668,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f24807b9-01c3-4528-841f-2529a70ac190","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","clients",":clientId","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"},{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"25f2cf69-5af4-4b0e-94b3-cf6cf9d1fbb0","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","clients",":clientId","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"},{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"98da120f-da3f-42b1-97d1-4316773c49b1","name":"Tag not found","originalRequest":{"url":{"path":["v4","clients",":clientId","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"},{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 7668,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"5f89b009-44b2-4414-a068-298286e3c867","name":"Profile devices","description":{"content":"","type":"text/plain"},"item":[{"id":"f0ef0856-cd94-468a-8978-4342d3883bb6","name":"Link a device by profile ID","request":{"name":"Link a device by profile ID","description":{"content":" Assign a device to a profile ID. A profile may have many devices assigned.","type":"text/plain"},"url":{"path":["v4","clients",":clientId","linked-devices"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"}]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"deviceId\": \"string\",\n  \"type\": \"windows\",\n  \"registrationId\": \"string\",\n  \"bluetoothAddress\": \"string\",\n  \"macAddress\": \"string\",\n  \"manufacturer\": \"string\",\n  \"model\": \"string\",\n  \"osVersion\": \"string\",\n  \"product\": \"a51ul_htc_europe\",\n  \"screenHeight\": 1758,\n  \"screenWidth\": 8887,\n  \"publicKey\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"7b75da44-e121-469e-9df0-02fda8a4fbbf","name":"Request accepted","originalRequest":{"url":{"path":["v4","clients",":clientId","linked-devices"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"deviceId\": \"string\",\n  \"type\": \"windows\",\n  \"registrationId\": \"string\",\n  \"bluetoothAddress\": \"string\",\n  \"macAddress\": \"string\",\n  \"manufacturer\": \"string\",\n  \"model\": \"string\",\n  \"osVersion\": \"string\",\n  \"product\": \"a51ul_htc_europe\",\n  \"screenHeight\": 1758,\n  \"screenWidth\": 8887,\n  \"publicKey\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"1e2cef81-19a7-4b94-84ef-2980f81be356","name":"Bad request","originalRequest":{"url":{"path":["v4","clients",":clientId","linked-devices"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"deviceId\": \"string\",\n  \"type\": \"windows\",\n  \"registrationId\": \"string\",\n  \"bluetoothAddress\": \"string\",\n  \"macAddress\": \"string\",\n  \"manufacturer\": \"string\",\n  \"model\": \"string\",\n  \"osVersion\": \"string\",\n  \"product\": \"a51ul_htc_europe\",\n  \"screenHeight\": 1758,\n  \"screenWidth\": 8887,\n  \"publicKey\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T12:34:02.222Z\",\n  \"path\": \"/clients/1245757/linked-devices\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 12301,\n      \"field\": \"deviceId\",\n      \"message\": \"12301\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6b929bba-616d-41b4-94cc-54c2e64b36cf","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","clients",":clientId","linked-devices"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"deviceId\": \"string\",\n  \"type\": \"windows\",\n  \"registrationId\": \"string\",\n  \"bluetoothAddress\": \"string\",\n  \"macAddress\": \"string\",\n  \"manufacturer\": \"string\",\n  \"model\": \"string\",\n  \"osVersion\": \"string\",\n  \"product\": \"a51ul_htc_europe\",\n  \"screenHeight\": 1758,\n  \"screenWidth\": 8887,\n  \"publicKey\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2b20bb97-5d21-45d9-bcc8-e9a19e06b38e","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","clients",":clientId","linked-devices"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"deviceId\": \"string\",\n  \"type\": \"windows\",\n  \"registrationId\": \"string\",\n  \"bluetoothAddress\": \"string\",\n  \"macAddress\": \"string\",\n  \"manufacturer\": \"string\",\n  \"model\": \"string\",\n  \"osVersion\": \"string\",\n  \"product\": \"a51ul_htc_europe\",\n  \"screenHeight\": 1758,\n  \"screenWidth\": 8887,\n  \"publicKey\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"48399a4c-12b8-4aa8-bde0-090682c66a0a","name":"Profile not found","originalRequest":{"url":{"path":["v4","clients",":clientId","linked-devices"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"deviceId\": \"string\",\n  \"type\": \"windows\",\n  \"registrationId\": \"string\",\n  \"bluetoothAddress\": \"string\",\n  \"macAddress\": \"string\",\n  \"manufacturer\": \"string\",\n  \"model\": \"string\",\n  \"osVersion\": \"string\",\n  \"product\": \"a51ul_htc_europe\",\n  \"screenHeight\": 1758,\n  \"screenWidth\": 8887,\n  \"publicKey\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"a883fb0d-5ce8-4702-91a1-5302dd9fb571","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","clients",":clientId","linked-devices"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"deviceId\": \"string\",\n  \"type\": \"windows\",\n  \"registrationId\": \"string\",\n  \"bluetoothAddress\": \"string\",\n  \"macAddress\": \"string\",\n  \"manufacturer\": \"string\",\n  \"model\": \"string\",\n  \"osVersion\": \"string\",\n  \"product\": \"a51ul_htc_europe\",\n  \"screenHeight\": 1758,\n  \"screenWidth\": 8887,\n  \"publicKey\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"2b4f4f32-573f-4da2-b471-07dd0709091d","name":"Link a device by other parameters","request":{"name":"Link a device by other parameters","description":{"content":" Assign a device to a profile UUID. A profile may have many devices assigned.","type":"text/plain"},"url":{"path":["v4","clients",":identifierType",":identifierValue","linked-devices"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"by-uuid","key":"identifierType","description":"(Required) The profile identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier. It must be URL-encoded."}]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"deviceId\": \"string\",\n  \"type\": \"windows\",\n  \"registrationId\": \"string\",\n  \"bluetoothAddress\": \"string\",\n  \"macAddress\": \"string\",\n  \"manufacturer\": \"string\",\n  \"model\": \"string\",\n  \"osVersion\": \"string\",\n  \"product\": \"a51ul_htc_europe\",\n  \"screenHeight\": 1758,\n  \"screenWidth\": 8887,\n  \"publicKey\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"5f690974-a183-4895-9cc8-b45e84ae2cc4","name":"Request accepted","originalRequest":{"url":{"path":["v4","clients",":identifierType",":identifierValue","linked-devices"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"by-uuid","key":"identifierType","description":"(Required) The profile identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier. It must be URL-encoded."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"deviceId\": \"string\",\n  \"type\": \"windows\",\n  \"registrationId\": \"string\",\n  \"bluetoothAddress\": \"string\",\n  \"macAddress\": \"string\",\n  \"manufacturer\": \"string\",\n  \"model\": \"string\",\n  \"osVersion\": \"string\",\n  \"product\": \"a51ul_htc_europe\",\n  \"screenHeight\": 1758,\n  \"screenWidth\": 8887,\n  \"publicKey\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"44f54841-a3a7-48be-aab7-6ae35586f580","name":"Bad request","originalRequest":{"url":{"path":["v4","clients",":identifierType",":identifierValue","linked-devices"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"by-uuid","key":"identifierType","description":"(Required) The profile identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier. It must be URL-encoded."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"deviceId\": \"string\",\n  \"type\": \"windows\",\n  \"registrationId\": \"string\",\n  \"bluetoothAddress\": \"string\",\n  \"macAddress\": \"string\",\n  \"manufacturer\": \"string\",\n  \"model\": \"string\",\n  \"osVersion\": \"string\",\n  \"product\": \"a51ul_htc_europe\",\n  \"screenHeight\": 1758,\n  \"screenWidth\": 8887,\n  \"publicKey\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T12:34:02.222Z\",\n  \"path\": \"/clients/by-uuid/779465fc-a0c5-41e5-9be2-51c00b2588b4/linked-devices\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 12301,\n      \"field\": \"deviceId\",\n      \"message\": \"12301\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f807b112-25b6-4243-9383-7c40e864f23b","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","clients",":identifierType",":identifierValue","linked-devices"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"by-uuid","key":"identifierType","description":"(Required) The profile identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier. It must be URL-encoded."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"deviceId\": \"string\",\n  \"type\": \"windows\",\n  \"registrationId\": \"string\",\n  \"bluetoothAddress\": \"string\",\n  \"macAddress\": \"string\",\n  \"manufacturer\": \"string\",\n  \"model\": \"string\",\n  \"osVersion\": \"string\",\n  \"product\": \"a51ul_htc_europe\",\n  \"screenHeight\": 1758,\n  \"screenWidth\": 8887,\n  \"publicKey\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cd49aead-7dd9-4255-ad77-b0e789d24527","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","clients",":identifierType",":identifierValue","linked-devices"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"by-uuid","key":"identifierType","description":"(Required) The profile identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier. It must be URL-encoded."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"deviceId\": \"string\",\n  \"type\": \"windows\",\n  \"registrationId\": \"string\",\n  \"bluetoothAddress\": \"string\",\n  \"macAddress\": \"string\",\n  \"manufacturer\": \"string\",\n  \"model\": \"string\",\n  \"osVersion\": \"string\",\n  \"product\": \"a51ul_htc_europe\",\n  \"screenHeight\": 1758,\n  \"screenWidth\": 8887,\n  \"publicKey\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8fcf37f1-97d7-4b1f-905d-ccbb6c4246d1","name":"Profile not found","originalRequest":{"url":{"path":["v4","clients",":identifierType",":identifierValue","linked-devices"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"by-uuid","key":"identifierType","description":"(Required) The profile identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier. It must be URL-encoded."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"deviceId\": \"string\",\n  \"type\": \"windows\",\n  \"registrationId\": \"string\",\n  \"bluetoothAddress\": \"string\",\n  \"macAddress\": \"string\",\n  \"manufacturer\": \"string\",\n  \"model\": \"string\",\n  \"osVersion\": \"string\",\n  \"product\": \"a51ul_htc_europe\",\n  \"screenHeight\": 1758,\n  \"screenWidth\": 8887,\n  \"publicKey\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"02b8d788-4373-4b3d-9be6-600c325a0747","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","clients",":identifierType",":identifierValue","linked-devices"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"by-uuid","key":"identifierType","description":"(Required) The profile identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier. It must be URL-encoded."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"deviceId\": \"string\",\n  \"type\": \"windows\",\n  \"registrationId\": \"string\",\n  \"bluetoothAddress\": \"string\",\n  \"macAddress\": \"string\",\n  \"manufacturer\": \"string\",\n  \"model\": \"string\",\n  \"osVersion\": \"string\",\n  \"product\": \"a51ul_htc_europe\",\n  \"screenHeight\": 1758,\n  \"screenWidth\": 8887,\n  \"publicKey\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b9792167-d010-457d-a3e4-eb1ddbc48476","name":"Link a device to currently logged in profile","request":{"name":"Link a device to currently logged in profile","description":{"content":" Assign a device to the profile that is currently logged in. A Profile may have many devices assigned.","type":"text/plain"},"url":{"path":["v4","my-account","linked-devices"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"deviceId\": \"string\",\n  \"type\": \"windows\",\n  \"registrationId\": \"string\",\n  \"bluetoothAddress\": \"string\",\n  \"macAddress\": \"string\",\n  \"manufacturer\": \"string\",\n  \"model\": \"string\",\n  \"osVersion\": \"string\",\n  \"product\": \"a51ul_htc_europe\",\n  \"screenHeight\": 1758,\n  \"screenWidth\": 8887,\n  \"publicKey\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"1c6b88c4-272d-4424-a6e9-3adb5ca19651","name":"Request accepted","originalRequest":{"url":{"path":["v4","my-account","linked-devices"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"deviceId\": \"string\",\n  \"type\": \"windows\",\n  \"registrationId\": \"string\",\n  \"bluetoothAddress\": \"string\",\n  \"macAddress\": \"string\",\n  \"manufacturer\": \"string\",\n  \"model\": \"string\",\n  \"osVersion\": \"string\",\n  \"product\": \"a51ul_htc_europe\",\n  \"screenHeight\": 1758,\n  \"screenWidth\": 8887,\n  \"publicKey\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"4d592877-4ff1-4b1d-b169-ee00e9b08c2e","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","my-account","linked-devices"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"deviceId\": \"string\",\n  \"type\": \"windows\",\n  \"registrationId\": \"string\",\n  \"bluetoothAddress\": \"string\",\n  \"macAddress\": \"string\",\n  \"manufacturer\": \"string\",\n  \"model\": \"string\",\n  \"osVersion\": \"string\",\n  \"product\": \"a51ul_htc_europe\",\n  \"screenHeight\": 1758,\n  \"screenWidth\": 8887,\n  \"publicKey\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"66e5777d-6a6a-4b38-91bd-4572968842dc","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","my-account","linked-devices"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"deviceId\": \"string\",\n  \"type\": \"windows\",\n  \"registrationId\": \"string\",\n  \"bluetoothAddress\": \"string\",\n  \"macAddress\": \"string\",\n  \"manufacturer\": \"string\",\n  \"model\": \"string\",\n  \"osVersion\": \"string\",\n  \"product\": \"a51ul_htc_europe\",\n  \"screenHeight\": 1758,\n  \"screenWidth\": 8887,\n  \"publicKey\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4afa7c61-b8d1-4ccd-ae21-a481374dbe15","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","my-account","linked-devices"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"deviceId\": \"string\",\n  \"type\": \"windows\",\n  \"registrationId\": \"string\",\n  \"bluetoothAddress\": \"string\",\n  \"macAddress\": \"string\",\n  \"manufacturer\": \"string\",\n  \"model\": \"string\",\n  \"osVersion\": \"string\",\n  \"product\": \"a51ul_htc_europe\",\n  \"screenHeight\": 1758,\n  \"screenWidth\": 8887,\n  \"publicKey\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"18e10f82-6dad-4514-93c3-cf7e089c3acb","name":"Clean up web push tokens\n","request":{"name":"Clean up web push tokens\n","description":{"content":"Remove mobile push Firebase tokens from profile. You can use this endpoint to clean up tokens updated before a selected date or by service worker version. \n\nUsing this endpoint generates a `webpush.tokenDelete` event for each deleted token.\n\nIf no tokens are left after the clean-up, the `has_webpush_devices` attribute in the profile is set to false.\n","type":"text/plain"},"url":{"path":["push-devices","web-push","clean-up",":clientId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"clientId","description":"(Required) Unique identifier of a profile"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"type\": \"BY_UPDATED_BEFORE\",\n  \"updated\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"97896541-4f1c-4e1d-bcc7-a90dfbef8cff","name":"Tokens deleted","originalRequest":{"url":{"path":["push-devices","web-push","clean-up",":clientId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"clientId","description":"(Required) Unique identifier of a profile"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"type\": \"BY_UPDATED_BEFORE\",\n  \"updated\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"59d6ab35-0ae7-4d7e-af3a-8cb5f8fd08df","name":"See error message for details","originalRequest":{"url":{"path":["push-devices","web-push","clean-up",":clientId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"clientId","description":"(Required) Unique identifier of a profile"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"type\": \"BY_UPDATED_BEFORE\",\n  \"updated\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 5392,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"string\",\n  \"message\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"8412c1a1-98e3-4ae5-bd3c-a83e32f00e06","name":"Clean up mobile push tokens","request":{"name":"Clean up mobile push tokens","description":{"content":"Remove mobile push Firebase tokens from profile. You can use this endpoint to clean up tokens updated before a selected date. \n\nUsing this endpoint generates a `push.tokenDelete` event for each deleted token.  \n\nIf no tokens are left after the clean-up, the `has_mobile_push_devices` attribute in the profile is set to false.\n","type":"text/plain"},"url":{"path":["push-devices","mobile-push-subscriber","clean-up",":clientId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"clientId","description":"(Required) Unique identifier of a profile"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"type\": \"BY_UPDATED_BEFORE\",\n  \"updated\": \"2006-06-07T18:02:02.184Z\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"fa03d25e-ef2a-4fd7-bd89-ad85a4e1275a","name":"Tokens deleted","originalRequest":{"url":{"path":["push-devices","mobile-push-subscriber","clean-up",":clientId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"clientId","description":"(Required) Unique identifier of a profile"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"type\": \"BY_UPDATED_BEFORE\",\n  \"updated\": \"2006-06-07T18:02:02.184Z\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"036a8981-59db-4b7a-88da-17b95cb8d23d","name":"See error message for details","originalRequest":{"url":{"path":["push-devices","mobile-push-subscriber","clean-up",":clientId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"clientId","description":"(Required) Unique identifier of a profile"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"type\": \"BY_UPDATED_BEFORE\",\n  \"updated\": \"2006-06-07T18:02:02.184Z\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 5392,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"string\",\n  \"message\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"a59bf9f5-8e2c-4d4a-90b1-ea9fa88ec6d1","name":"Link a device by other parameters","request":{"name":"Link a device by other parameters","description":{"content":" Assign a device to a profile UUID. A profile may have many devices assigned. If request is made by PROFILE or ANONYMOUS_PROFILE uuid is taken from jwt token.","type":"text/plain"},"url":{"path":["push-devices","clients","by-uuid",":identifierValue","linked-devices"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"by-uuid","key":"identifierType","description":"(Required) The profile identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"deviceId\": \"string\",\n  \"type\": \"windows\",\n  \"registrationId\": \"string\",\n  \"bluetoothAddress\": \"string\",\n  \"macAddress\": \"string\",\n  \"manufacturer\": \"string\",\n  \"model\": \"string\",\n  \"osVersion\": \"string\",\n  \"product\": \"a51ul_htc_europe\",\n  \"screenHeight\": 1758,\n  \"screenWidth\": 8887,\n  \"publicKey\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"e8a868b0-948f-49bd-b5e8-21e24779806d","name":"Request accepted","originalRequest":{"url":{"path":["push-devices","clients","by-uuid",":identifierValue","linked-devices"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"by-uuid","key":"identifierType","description":"(Required) The profile identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"deviceId\": \"string\",\n  \"type\": \"windows\",\n  \"registrationId\": \"string\",\n  \"bluetoothAddress\": \"string\",\n  \"macAddress\": \"string\",\n  \"manufacturer\": \"string\",\n  \"model\": \"string\",\n  \"osVersion\": \"string\",\n  \"product\": \"a51ul_htc_europe\",\n  \"screenHeight\": 1758,\n  \"screenWidth\": 8887,\n  \"publicKey\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"f075aefd-5596-4cd6-b249-2570ac6f7557","name":"Bad request","originalRequest":{"url":{"path":["push-devices","clients","by-uuid",":identifierValue","linked-devices"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"by-uuid","key":"identifierType","description":"(Required) The profile identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"deviceId\": \"string\",\n  \"type\": \"windows\",\n  \"registrationId\": \"string\",\n  \"bluetoothAddress\": \"string\",\n  \"macAddress\": \"string\",\n  \"manufacturer\": \"string\",\n  \"model\": \"string\",\n  \"osVersion\": \"string\",\n  \"product\": \"a51ul_htc_europe\",\n  \"screenHeight\": 1758,\n  \"screenWidth\": 8887,\n  \"publicKey\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T12:34:02.222Z\",\n  \"path\": \"/clients/by-uuid/779465fc-a0c5-41e5-9be2-51c00b2588b4/linked-devices\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 12301,\n      \"field\": \"deviceId\",\n      \"message\": \"12301\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7c731ba6-ae94-46a5-9f89-5358f92b13d2","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["push-devices","clients","by-uuid",":identifierValue","linked-devices"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"by-uuid","key":"identifierType","description":"(Required) The profile identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"deviceId\": \"string\",\n  \"type\": \"windows\",\n  \"registrationId\": \"string\",\n  \"bluetoothAddress\": \"string\",\n  \"macAddress\": \"string\",\n  \"manufacturer\": \"string\",\n  \"model\": \"string\",\n  \"osVersion\": \"string\",\n  \"product\": \"a51ul_htc_europe\",\n  \"screenHeight\": 1758,\n  \"screenWidth\": 8887,\n  \"publicKey\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"386ea00a-93b4-49a1-8bef-c05f2294bf88","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["push-devices","clients","by-uuid",":identifierValue","linked-devices"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"by-uuid","key":"identifierType","description":"(Required) The profile identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"deviceId\": \"string\",\n  \"type\": \"windows\",\n  \"registrationId\": \"string\",\n  \"bluetoothAddress\": \"string\",\n  \"macAddress\": \"string\",\n  \"manufacturer\": \"string\",\n  \"model\": \"string\",\n  \"osVersion\": \"string\",\n  \"product\": \"a51ul_htc_europe\",\n  \"screenHeight\": 1758,\n  \"screenWidth\": 8887,\n  \"publicKey\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4da2d1c0-1390-4877-a9b3-f7d367b7daf0","name":"Profile not found","originalRequest":{"url":{"path":["push-devices","clients","by-uuid",":identifierValue","linked-devices"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"by-uuid","key":"identifierType","description":"(Required) The profile identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"deviceId\": \"string\",\n  \"type\": \"windows\",\n  \"registrationId\": \"string\",\n  \"bluetoothAddress\": \"string\",\n  \"macAddress\": \"string\",\n  \"manufacturer\": \"string\",\n  \"model\": \"string\",\n  \"osVersion\": \"string\",\n  \"product\": \"a51ul_htc_europe\",\n  \"screenHeight\": 1758,\n  \"screenWidth\": 8887,\n  \"publicKey\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"df7ae979-c606-449d-aae5-f4e232a30a8d","name":"Unsupported Media Type","originalRequest":{"url":{"path":["push-devices","clients","by-uuid",":identifierValue","linked-devices"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"by-uuid","key":"identifierType","description":"(Required) The profile identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"deviceId\": \"string\",\n  \"type\": \"windows\",\n  \"registrationId\": \"string\",\n  \"bluetoothAddress\": \"string\",\n  \"macAddress\": \"string\",\n  \"manufacturer\": \"string\",\n  \"model\": \"string\",\n  \"osVersion\": \"string\",\n  \"product\": \"a51ul_htc_europe\",\n  \"screenHeight\": 1758,\n  \"screenWidth\": 8887,\n  \"publicKey\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"8ac54dad-8c2c-46c9-9103-9f8a70b4fd40","name":"Link a device by other parameters","request":{"name":"Link a device by other parameters","description":{"content":" Assign a device to a profile UUID from JWT token. A profile may have many devices assigned.","type":"text/plain"},"url":{"path":["push-devices","clients","linked-devices"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"by-uuid","key":"identifierType","description":"(Required) The profile identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"deviceId\": \"string\",\n  \"type\": \"windows\",\n  \"registrationId\": \"string\",\n  \"bluetoothAddress\": \"string\",\n  \"macAddress\": \"string\",\n  \"manufacturer\": \"string\",\n  \"model\": \"string\",\n  \"osVersion\": \"string\",\n  \"product\": \"a51ul_htc_europe\",\n  \"screenHeight\": 1758,\n  \"screenWidth\": 8887,\n  \"publicKey\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"b69fa89b-4eab-4fe3-9ef5-959e5845aab2","name":"Request accepted","originalRequest":{"url":{"path":["push-devices","clients","linked-devices"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"by-uuid","key":"identifierType","description":"(Required) The profile identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"deviceId\": \"string\",\n  \"type\": \"windows\",\n  \"registrationId\": \"string\",\n  \"bluetoothAddress\": \"string\",\n  \"macAddress\": \"string\",\n  \"manufacturer\": \"string\",\n  \"model\": \"string\",\n  \"osVersion\": \"string\",\n  \"product\": \"a51ul_htc_europe\",\n  \"screenHeight\": 1758,\n  \"screenWidth\": 8887,\n  \"publicKey\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"41925d6d-112a-4de8-ae71-b9a7f0e6e4e0","name":"Bad request","originalRequest":{"url":{"path":["push-devices","clients","linked-devices"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"by-uuid","key":"identifierType","description":"(Required) The profile identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"deviceId\": \"string\",\n  \"type\": \"windows\",\n  \"registrationId\": \"string\",\n  \"bluetoothAddress\": \"string\",\n  \"macAddress\": \"string\",\n  \"manufacturer\": \"string\",\n  \"model\": \"string\",\n  \"osVersion\": \"string\",\n  \"product\": \"a51ul_htc_europe\",\n  \"screenHeight\": 1758,\n  \"screenWidth\": 8887,\n  \"publicKey\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T12:34:02.222Z\",\n  \"path\": \"/clients/linked-devices\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 12301,\n      \"field\": \"deviceId\",\n      \"message\": \"12301\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5a0a23a5-4b37-4f9d-afa5-c0f2da6356c9","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["push-devices","clients","linked-devices"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"by-uuid","key":"identifierType","description":"(Required) The profile identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"deviceId\": \"string\",\n  \"type\": \"windows\",\n  \"registrationId\": \"string\",\n  \"bluetoothAddress\": \"string\",\n  \"macAddress\": \"string\",\n  \"manufacturer\": \"string\",\n  \"model\": \"string\",\n  \"osVersion\": \"string\",\n  \"product\": \"a51ul_htc_europe\",\n  \"screenHeight\": 1758,\n  \"screenWidth\": 8887,\n  \"publicKey\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f46d2ae0-a028-4afb-ae02-d743c3fec7b0","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["push-devices","clients","linked-devices"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"by-uuid","key":"identifierType","description":"(Required) The profile identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"deviceId\": \"string\",\n  \"type\": \"windows\",\n  \"registrationId\": \"string\",\n  \"bluetoothAddress\": \"string\",\n  \"macAddress\": \"string\",\n  \"manufacturer\": \"string\",\n  \"model\": \"string\",\n  \"osVersion\": \"string\",\n  \"product\": \"a51ul_htc_europe\",\n  \"screenHeight\": 1758,\n  \"screenWidth\": 8887,\n  \"publicKey\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9a521ea0-de59-4cb1-a007-47c5d796c087","name":"Profile not found","originalRequest":{"url":{"path":["push-devices","clients","linked-devices"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"by-uuid","key":"identifierType","description":"(Required) The profile identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"deviceId\": \"string\",\n  \"type\": \"windows\",\n  \"registrationId\": \"string\",\n  \"bluetoothAddress\": \"string\",\n  \"macAddress\": \"string\",\n  \"manufacturer\": \"string\",\n  \"model\": \"string\",\n  \"osVersion\": \"string\",\n  \"product\": \"a51ul_htc_europe\",\n  \"screenHeight\": 1758,\n  \"screenWidth\": 8887,\n  \"publicKey\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"285604b8-545d-4396-9d8a-cbc0a777fd37","name":"Unsupported Media Type","originalRequest":{"url":{"path":["push-devices","clients","linked-devices"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"by-uuid","key":"identifierType","description":"(Required) The profile identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"deviceId\": \"string\",\n  \"type\": \"windows\",\n  \"registrationId\": \"string\",\n  \"bluetoothAddress\": \"string\",\n  \"macAddress\": \"string\",\n  \"manufacturer\": \"string\",\n  \"model\": \"string\",\n  \"osVersion\": \"string\",\n  \"product\": \"a51ul_htc_europe\",\n  \"screenHeight\": 1758,\n  \"screenWidth\": 8887,\n  \"publicKey\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"f81cf43a-c278-472b-ab4d-e669d3129428","name":"Profile account management","description":{"content":"","type":"text/plain"},"item":[{"id":"4cde24a4-f0b5-4fb6-984b-8837f8e7bfde","name":"Get Profile's own data","request":{"name":"Get Profile's own data","description":{"content":"A Profile can retrieve its details from the database.","type":"text/plain"},"url":{"path":["v4","my-account","personal-information"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"26d35c89-8544-4af0-b301-e7eecbde1919","name":"Profile information","originalRequest":{"url":{"path":["v4","my-account","personal-information"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"clientId\": 433230297,\n  \"email\": \"string\",\n  \"phone\": \"+48111222333\",\n  \"customId\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"displayName\": \"string\",\n  \"company\": \"string\",\n  \"address\": \"string\",\n  \"city\": \"string\",\n  \"province\": \"string\",\n  \"zipCode\": \"string\",\n  \"countryCode\": \"PL\",\n  \"birthDate\": \"1987-10-24\",\n  \"sex\": \"FEMALE\",\n  \"avatarUrl\": \"string\",\n  \"anonymous\": false,\n  \"agreements\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sms\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"push\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"webPush\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bluetooth\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"rfid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"wifi\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"previousClients\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"lastActivityDate\": \"2019-03-19T14:05:39Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"540f3533-9a8d-460a-a781-aebf7c9a2535","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","my-account","personal-information"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ad6ae63b-9c52-4900-b463-3def64cbd22d","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","my-account","personal-information"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"af7a480c-635e-4251-bfa2-449bd0538620","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","my-account","personal-information"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"ecbe03dc-a3c4-4ed5-9eef-7807073d0117","name":"Update Profile's own data","request":{"name":"Update Profile's own data","description":{"content":"A Profile can update its own details.","type":"text/plain"},"url":{"path":["v4","my-account","personal-information"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"address\": \"string\",\n  \"agreements\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sms\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"push\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"webPush\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bluetooth\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"rfid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"wifi\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"avatarUrl\": \"string\",\n  \"birthDate\": \"1987-10-24\",\n  \"city\": \"string\",\n  \"company\": \"string\",\n  \"countryCode\": \"PL\",\n  \"customId\": \"string\",\n  \"displayName\": \"string\",\n  \"email\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"phone\": \"+48111222333\",\n  \"province\": \"string\",\n  \"sex\": \"MALE\",\n  \"zipCode\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"0892307b-96a6-467a-9700-db95f9707aa2","name":"Accepted","originalRequest":{"url":{"path":["v4","my-account","personal-information"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"address\": \"string\",\n  \"agreements\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sms\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"push\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"webPush\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bluetooth\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"rfid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"wifi\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"avatarUrl\": \"string\",\n  \"birthDate\": \"1987-10-24\",\n  \"city\": \"string\",\n  \"company\": \"string\",\n  \"countryCode\": \"PL\",\n  \"customId\": \"string\",\n  \"displayName\": \"string\",\n  \"email\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"phone\": \"+48111222333\",\n  \"province\": \"string\",\n  \"sex\": \"MALE\",\n  \"zipCode\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"89552a4b-8bbc-4be0-8dd5-9d663c5f1bd1","name":"Bad Request","originalRequest":{"url":{"path":["v4","my-account","personal-information"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"address\": \"string\",\n  \"agreements\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sms\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"push\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"webPush\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bluetooth\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"rfid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"wifi\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"avatarUrl\": \"string\",\n  \"birthDate\": \"1987-10-24\",\n  \"city\": \"string\",\n  \"company\": \"string\",\n  \"countryCode\": \"PL\",\n  \"customId\": \"string\",\n  \"displayName\": \"string\",\n  \"email\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"phone\": \"+48111222333\",\n  \"province\": \"string\",\n  \"sex\": \"MALE\",\n  \"zipCode\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/my-account/personal-information\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"avatarUrl\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"548869\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a43458a5-3251-44bf-842e-20de5bef95fb","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","my-account","personal-information"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"address\": \"string\",\n  \"agreements\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sms\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"push\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"webPush\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bluetooth\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"rfid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"wifi\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"avatarUrl\": \"string\",\n  \"birthDate\": \"1987-10-24\",\n  \"city\": \"string\",\n  \"company\": \"string\",\n  \"countryCode\": \"PL\",\n  \"customId\": \"string\",\n  \"displayName\": \"string\",\n  \"email\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"phone\": \"+48111222333\",\n  \"province\": \"string\",\n  \"sex\": \"MALE\",\n  \"zipCode\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"01c3425d-f32a-424e-ad42-ac5bdd791e41","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","my-account","personal-information"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"address\": \"string\",\n  \"agreements\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sms\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"push\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"webPush\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bluetooth\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"rfid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"wifi\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"avatarUrl\": \"string\",\n  \"birthDate\": \"1987-10-24\",\n  \"city\": \"string\",\n  \"company\": \"string\",\n  \"countryCode\": \"PL\",\n  \"customId\": \"string\",\n  \"displayName\": \"string\",\n  \"email\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"phone\": \"+48111222333\",\n  \"province\": \"string\",\n  \"sex\": \"MALE\",\n  \"zipCode\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fe8c5baa-c434-4a5f-853a-eb8d26f9702d","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","my-account","personal-information"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"address\": \"string\",\n  \"agreements\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sms\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"push\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"webPush\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bluetooth\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"rfid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"wifi\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"avatarUrl\": \"string\",\n  \"birthDate\": \"1987-10-24\",\n  \"city\": \"string\",\n  \"company\": \"string\",\n  \"countryCode\": \"PL\",\n  \"customId\": \"string\",\n  \"displayName\": \"string\",\n  \"email\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"phone\": \"+48111222333\",\n  \"province\": \"string\",\n  \"sex\": \"MALE\",\n  \"zipCode\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"087dc945-f203-423f-b89d-daf54d07f997","name":"Request profile phone number change","request":{"name":"Request profile phone number change","description":{"content":"A Profile can request a phone number update. The confirmation code is sent in a text message.","type":"text/plain"},"url":{"path":["v4","my-account","phone-update","request"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"phone\": \"+48111222333\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"ccfa360f-d81c-4022-b3a2-afd9d258572f","name":"Request accepted'","originalRequest":{"url":{"path":["v4","my-account","phone-update","request"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"phone\": \"+48111222333\"\n}","options":{"raw":{"language":"json"}}}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"8fcab722-f691-4531-a150-71070295f7ac","name":"Bad request: input data missing or malformed","originalRequest":{"url":{"path":["v4","my-account","phone-update","request"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"phone\": \"+48111222333\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:28:26.078+00:00\",\n  \"status\": 400,\n  \"error\": \"Bad Request\",\n  \"message\": \"Version header content is invalid\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0fc52304-dbe4-4722-9865-bc19c45f1d3b","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","my-account","phone-update","request"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"phone\": \"+48111222333\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"49de5cbe-4540-4785-a10f-f5e3f6f04b63","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","my-account","phone-update","request"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"phone\": \"+48111222333\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"87e33f9b-1734-4ee3-8e58-5004d902884b","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","my-account","phone-update","request"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"phone\": \"+48111222333\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"354f7a4d-5716-4c75-8adb-b10be931daa1","name":"Confirm profile phone number change","request":{"name":"Confirm profile phone number change","description":{"content":"Use a code to confirm the phone number change and provide the new number.","type":"text/plain"},"url":{"path":["v4","my-account","phone-update","confirmation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"phone\": \"+48111222333\",\n  \"confirmationCode\": \"73AC1\",\n  \"deviceId\": \"string\",\n  \"smsAgreement\": false\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"b04c75d7-fd5a-425e-af4b-fe76983b4a25","name":"Request accepted","originalRequest":{"url":{"path":["v4","my-account","phone-update","confirmation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"phone\": \"+48111222333\",\n  \"confirmationCode\": \"73AC1\",\n  \"deviceId\": \"string\",\n  \"smsAgreement\": false\n}","options":{"raw":{"language":"json"}}}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"28e6b743-74da-414c-bac3-9fc9f2bc6ca2","name":"Bad request: input data missing or malformed","originalRequest":{"url":{"path":["v4","my-account","phone-update","confirmation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"phone\": \"+48111222333\",\n  \"confirmationCode\": \"73AC1\",\n  \"deviceId\": \"string\",\n  \"smsAgreement\": false\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:28:26.078+00:00\",\n  \"status\": 400,\n  \"error\": \"Bad Request\",\n  \"message\": \"Version header content is invalid\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4782500b-c2d2-495d-93a2-53e772b8997c","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","my-account","phone-update","confirmation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"phone\": \"+48111222333\",\n  \"confirmationCode\": \"73AC1\",\n  \"deviceId\": \"string\",\n  \"smsAgreement\": false\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"91b9508e-101e-4470-9c61-e651007b7f34","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","my-account","phone-update","confirmation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"phone\": \"+48111222333\",\n  \"confirmationCode\": \"73AC1\",\n  \"deviceId\": \"string\",\n  \"smsAgreement\": false\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ea1985f8-f271-4b24-b91e-5b631e39bfc6","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","my-account","phone-update","confirmation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"phone\": \"+48111222333\",\n  \"confirmationCode\": \"73AC1\",\n  \"deviceId\": \"string\",\n  \"smsAgreement\": false\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b4ccdf6c-1d3c-4b12-813b-8fb5faee2095","name":"Request Profile password reset","request":{"name":"Request Profile password reset","description":{"content":"Allows a Profile to send a password reset request. A reset link is sent to the specified email address.\nTo confirm the request, use the [Confirm a Profile's password reset](#operation/ConfirmClientPasswordReset) endpoint.","type":"text/plain"},"url":{"path":["sauth","clients","password-reset","request"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"email\": \"testDoc@example.com\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"c4ec89b1-13b6-4eef-866b-a02e5692e9a5","name":"Request accepted","originalRequest":{"url":{"path":["sauth","clients","password-reset","request"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"testDoc@example.com\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"9de0b823-e9c5-40a1-80bc-101684bdc3ca","name":"Created","originalRequest":{"url":{"path":["sauth","clients","password-reset","request"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"testDoc@example.com\"\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"a99f7f66-af90-4197-a1ce-1a6dcaf82b6a","name":"JWT missing, expired, or invalid","originalRequest":{"url":{"path":["sauth","clients","password-reset","request"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"testDoc@example.com\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"84806205-7517-4886-815f-003198f12148","name":"Forbidden","originalRequest":{"url":{"path":["sauth","clients","password-reset","request"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"testDoc@example.com\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errors\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"status\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"path\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7d6880d7-bfb0-4f5c-9ff5-3b1aafe2d09e","name":"Not Found","originalRequest":{"url":{"path":["sauth","clients","password-reset","request"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"testDoc@example.com\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"988469c2-fc59-41b6-a022-48f9c0605f7b","name":"Confirm Profile password reset","request":{"name":"Confirm Profile password reset","description":{"content":"Confirm a password reset using the token obtained from the [Request Profile password reset](#operation/RequestClientPasswordReset) endpoint.","type":"text/plain"},"url":{"path":["sauth","clients","password-reset","confirmation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"password\": \"testPass1!\",\n  \"token\": \"token_from_pass_reset_req\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"0c09d418-22ba-4e2e-83f6-9848ca5d21bb","name":"Request accepted","originalRequest":{"url":{"path":["sauth","clients","password-reset","confirmation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"password\": \"testPass1!\",\n  \"token\": \"token_from_pass_reset_req\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e90870f3-4c03-4efc-a3de-ad74e3cf1a43","name":"Change Profile password","request":{"name":"Change Profile password","description":{"content":"A Profile can update the password to its account.","type":"text/plain"},"url":{"path":["sauth","my-account","change-password"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\"oldPassword\":\"test1.1234\",\"password\":\"Test.1234\",\"deviceId\":\"optional\"}","options":{"raw":{"language":"json"}}}},"response":[{"id":"106f0499-9a8e-4e78-9772-a233d29b6019","name":"Request accepted","originalRequest":{"url":{"path":["sauth","my-account","change-password"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{"mode":"raw","raw":"{\"oldPassword\":\"test1.1234\",\"password\":\"Test.1234\",\"deviceId\":\"optional\"}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"242d100d-7612-453c-b169-edbdd76671f5","name":"Bad Request","originalRequest":{"url":{"path":["sauth","my-account","change-password"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\"oldPassword\":\"test1.1234\",\"password\":\"Test.1234\",\"deviceId\":\"optional\"}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2018-08-01T19:46:52.178Z\",\n  \"message\": \"Password must have at least 6 characters and must contain at least one digit, one letter and one special character\",\n  \"path\": \"/my-account/change-password\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"250d0cf1-cd10-46df-8aa5-f7ba70a83552","name":"Delete account","request":{"name":"Delete account","description":{"content":"A Profile can delete its own account. Its history shows an `client.deleteAccount` event. All marketing agreements are cancelled. The profile is signed out on all devices and cannot sign in again.\n","type":"text/plain"},"url":{"path":["sauth","v2","my-account","delete"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"password\": \"string\",\n  \"identityProvider\": \"APPLE\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"externalToken\": \"string\",\n  \"customId\": \"string\",\n  \"deviceId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"518e953f-eca6-4d7e-a662-ec33e5669334","name":"Account deleted","originalRequest":{"url":{"path":["sauth","v2","my-account","delete"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"password\": \"string\",\n  \"identityProvider\": \"APPLE\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"externalToken\": \"string\",\n  \"customId\": \"string\",\n  \"deviceId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"1e73a9d7-ddf5-472e-b301-b71fa27cbaac","name":"Request body malformed/invalid","originalRequest":{"url":{"path":["sauth","v2","my-account","delete"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"password\": \"string\",\n  \"identityProvider\": \"APPLE\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"externalToken\": \"string\",\n  \"customId\": \"string\",\n  \"deviceId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0b44b2bc-e9c2-4681-ad75-d086aa01da3e","name":"JWT missing, expired, or invalid","originalRequest":{"url":{"path":["sauth","v2","my-account","delete"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"password\": \"string\",\n  \"identityProvider\": \"APPLE\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"externalToken\": \"string\",\n  \"customId\": \"string\",\n  \"deviceId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9533f1de-ec76-43c7-bd84-b8e319d79fe5","name":"Invalid credentials in request body","originalRequest":{"url":{"path":["sauth","v2","my-account","delete"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"password\": \"string\",\n  \"identityProvider\": \"APPLE\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"externalToken\": \"string\",\n  \"customId\": \"string\",\n  \"deviceId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"29706351-ee93-4bae-9f09-1b8f979a27c4","name":"Not Found","originalRequest":{"url":{"path":["sauth","v2","my-account","delete"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"password\": \"string\",\n  \"identityProvider\": \"APPLE\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"externalToken\": \"string\",\n  \"customId\": \"string\",\n  \"deviceId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"5bd8483f-f08c-4430-a936-2fe1ee0d270a","name":"Request Profile email change","request":{"name":"Request Profile email change","description":{"content":"A Profile can request an email change for its own account. A confirmation token is sent to the new email by and must be applied by clicking the link in the message or using the [Confirm Profile email change](#operation/confirmClientEmailChange) endpoint.","type":"text/plain"},"url":{"path":["sauth","v2","my-account","email-change","request"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"externalToken\": \"string\",\n  \"password\": \"string\",\n  \"deviceId\": \"string\",\n  \"customId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"6757c017-9f9a-4ebb-b283-c6414d2232fe","name":"Email change requested, confirmation token sent to new email","originalRequest":{"url":{"path":["sauth","v2","my-account","email-change","request"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"externalToken\": \"string\",\n  \"password\": \"string\",\n  \"deviceId\": \"string\",\n  \"customId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"ef082293-9386-4fbb-b3c2-2df4f2d7b40e","name":"Request body malformed/invalid","originalRequest":{"url":{"path":["sauth","v2","my-account","email-change","request"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"externalToken\": \"string\",\n  \"password\": \"string\",\n  \"deviceId\": \"string\",\n  \"customId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"77ae71ae-1449-48f4-9a6b-e28b5979f40a","name":"JWT missing, expired, or invalid","originalRequest":{"url":{"path":["sauth","v2","my-account","email-change","request"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"externalToken\": \"string\",\n  \"password\": \"string\",\n  \"deviceId\": \"string\",\n  \"customId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5f908628-c5a6-4180-ad35-ea6cd0c80a0c","name":"Invalid credentials in request body","originalRequest":{"url":{"path":["sauth","v2","my-account","email-change","request"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"externalToken\": \"string\",\n  \"password\": \"string\",\n  \"deviceId\": \"string\",\n  \"customId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8259ed66-7df2-4a5f-8213-e338ba0e3aa4","name":"Not Found","originalRequest":{"url":{"path":["sauth","v2","my-account","email-change","request"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"externalToken\": \"string\",\n  \"password\": \"string\",\n  \"deviceId\": \"string\",\n  \"customId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"1bbf3aaf-11c8-4fd7-84b1-b94a7ced7476","name":"Log out a Profile","request":{"name":"Log out a Profile","description":{"content":"Log out a Profile when authenticated as that Profile.","type":"text/plain"},"url":{"path":["sauth","v3","my-account","logout"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"action\": \"LOGOUT_WITH_SESSION_CLEARING\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"8f202611-a5d4-445d-b2ce-8551b1bc864a","name":"OK","originalRequest":{"url":{"path":["sauth","v3","my-account","logout"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"action\": \"LOGOUT_WITH_SESSION_CLEARING\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"c0751406-c567-4a8c-a299-421ef8b2dff5","name":"JWT missing, expired, or invalid","originalRequest":{"url":{"path":["sauth","v3","my-account","logout"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"action\": \"LOGOUT_WITH_SESSION_CLEARING\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6947a622-23db-41ec-a20e-7edb49be593c","name":"Insufficient permissions or wrong JWT scope (for example, profile token where a workspace token was required)","originalRequest":{"url":{"path":["sauth","v3","my-account","logout"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"action\": \"LOGOUT_WITH_SESSION_CLEARING\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"426587c7-a4f9-4b9f-a683-363c4594a49a","name":"Profile not found","originalRequest":{"url":{"path":["sauth","v3","my-account","logout"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"action\": \"LOGOUT_WITH_SESSION_CLEARING\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"04a994b5-7a1c-4d8f-a71e-f7cf78785c1a","name":"Confirm Profile email change","request":{"name":"Confirm Profile email change","description":{"content":"The Profile can confirm the email change by providing the token that they received by email as a result of the [Request a Profile email change](#operation/changeEmailRequestUsingPOST) call.","type":"text/plain"},"url":{"path":["sauth","my-account","email-change","confirmation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\"token\":\"token_from_email_change_mail\",\"newsletterAgreement\":true}","options":{"raw":{"language":"json"}}}},"response":[{"id":"da6cbfa3-fef0-4906-aa17-a2fe1a311e7a","name":"Request accepted","originalRequest":{"url":{"path":["sauth","my-account","email-change","confirmation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\"token\":\"token_from_email_change_mail\",\"newsletterAgreement\":true}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"d2b547c5-798a-4c0a-9453-45486da9e49d","name":"Request body malformed/invalid","originalRequest":{"url":{"path":["sauth","my-account","email-change","confirmation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\"token\":\"token_from_email_change_mail\",\"newsletterAgreement\":true}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3115dfbc-60ee-4e85-b1a2-e3a1c60270e6","name":"JWT missing, expired, or invalid","originalRequest":{"url":{"path":["sauth","my-account","email-change","confirmation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\"token\":\"token_from_email_change_mail\",\"newsletterAgreement\":true}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d6a79528-402f-4455-899b-e8918618bbcb","name":"Invalid confirmation token","originalRequest":{"url":{"path":["sauth","my-account","email-change","confirmation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\"token\":\"token_from_email_change_mail\",\"newsletterAgreement\":true}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"6f3140db-4b81-485b-b3a3-8fefc73439c4","name":"Change Facebook Profile email","request":{"name":"Change Facebook Profile email","description":{"content":"Change the email address of a Profile registered by Facebook","type":"text/plain"},"url":{"path":["sauth","clients","facebook","email-change","request"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"deviceId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"08e603b9-04f6-43ff-8324-f2c26d832071","name":"OK","originalRequest":{"url":{"path":["sauth","clients","facebook","email-change","request"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"deviceId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"15d2ff0c-d441-4c42-a6ce-cab14e73df77","name":"JWT missing, expired, or invalid","originalRequest":{"url":{"path":["sauth","clients","facebook","email-change","request"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"deviceId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fe2985c0-2578-4275-8927-16bd88dede2f","name":"Insufficient permissions or wrong JWT scope (for example, profile token where a workspace token was required)","originalRequest":{"url":{"path":["sauth","clients","facebook","email-change","request"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"deviceId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d641e5a6-fb98-45a1-956a-076077c23e39","name":"Not Found","originalRequest":{"url":{"path":["sauth","clients","facebook","email-change","request"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"deviceId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c39f5b2e-14c5-4519-ba63-50c2543ded60","name":"Delete Client Account (OAuth)","request":{"name":"Delete Client Account (OAuth)","description":{"content":"\nThis endpoint is deprecated. Use [this one](#operation/deleteAccountUsingPOST).\n\nA Client can delete their own account.\n","type":"text/plain"},"url":{"path":["sauth","clients","oauth","deleted"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"accessToken\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"deviceId\": \"string\",\n  \"customId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"ffd20a32-0fa6-4160-839e-0ec0adb43e88","name":"OK","originalRequest":{"url":{"path":["sauth","clients","oauth","deleted"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"accessToken\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"deviceId\": \"string\",\n  \"customId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"386f6548-cd73-40c4-9afc-70a629e4beb7","name":"Request body malformed/invalid","originalRequest":{"url":{"path":["sauth","clients","oauth","deleted"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"accessToken\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"deviceId\": \"string\",\n  \"customId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0390f653-2be8-4a5d-824f-29828c6c54e6","name":"JWT missing, expired, or invalid","originalRequest":{"url":{"path":["sauth","clients","oauth","deleted"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"accessToken\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"deviceId\": \"string\",\n  \"customId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"16e069cb-e781-4c28-bc36-8c91078c0bb9","name":"Invalid credentials in request body","originalRequest":{"url":{"path":["sauth","clients","oauth","deleted"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"accessToken\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"deviceId\": \"string\",\n  \"customId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a4de4e1c-8c67-42e0-a0de-1372ca493389","name":"Not Found","originalRequest":{"url":{"path":["sauth","clients","oauth","deleted"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"accessToken\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"deviceId\": \"string\",\n  \"customId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"f5bad9c3-a4db-43d9-bf80-d1c66d834b51","name":"Delete Profile account (Sign in with Apple)","request":{"name":"Delete Profile account (Sign in with Apple)","description":{"content":"\nThis endpoint is deprecated. Use [this one](#operation/deleteAccountUsingPOST).\n\nA Profile can delete its own account.\n","type":"text/plain"},"url":{"path":["sauth","clients","apple","deleted"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"accessToken\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"deviceId\": \"string\",\n  \"customId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"038c1827-3129-4b67-b858-1f0e9b963810","name":"OK","originalRequest":{"url":{"path":["sauth","clients","apple","deleted"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"accessToken\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"deviceId\": \"string\",\n  \"customId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"accddb59-5e8b-46ac-93fd-6eaf3279eabb","name":"JWT missing, expired, or invalid","originalRequest":{"url":{"path":["sauth","clients","apple","deleted"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"accessToken\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"deviceId\": \"string\",\n  \"customId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e669b3a0-2912-4305-a747-8ad2da2977c8","name":"Insufficient permissions or wrong JWT scope (for example, profile token where a workspace token was required)","originalRequest":{"url":{"path":["sauth","clients","apple","deleted"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"accessToken\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"deviceId\": \"string\",\n  \"customId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f2e9539a-0c25-4849-b4a6-5b38d2133b9d","name":"Not Found","originalRequest":{"url":{"path":["sauth","clients","apple","deleted"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"accessToken\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"deviceId\": \"string\",\n  \"customId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"95881cd2-19ab-49b9-bf7e-afa016372dc6","name":"Delete Facebook Profile Account","request":{"name":"Delete Facebook Profile Account","description":{"content":"\nThis endpoint is deprecated. Use [this one](#operation/deleteAccountUsingPOST).\n\nA Profile can delete its own account.\n","type":"text/plain"},"url":{"path":["sauth","clients","facebook","deleted"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"facebookToken\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"deviceId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"c7b5a8eb-2929-4705-948a-465f41fbb372","name":"Request accepted","originalRequest":{"url":{"path":["sauth","clients","facebook","deleted"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"facebookToken\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"deviceId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"1be2ba78-8f95-4bf6-92d6-3ac363c3f0d3","name":"Request body malformed/invalid","originalRequest":{"url":{"path":["sauth","clients","facebook","deleted"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"facebookToken\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"deviceId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2735aa41-78d5-4d17-9400-01656fff6b2d","name":"JWT missing, expired, or invalid","originalRequest":{"url":{"path":["sauth","clients","facebook","deleted"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"facebookToken\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"deviceId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"51559521-a074-41a0-9ea3-1af774e9279e","name":"Invalid credentials in request body","originalRequest":{"url":{"path":["sauth","clients","facebook","deleted"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"facebookToken\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"deviceId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e97d5b99-ef00-4561-9098-3656cdab0a9e","name":"Not Found","originalRequest":{"url":{"path":["sauth","clients","facebook","deleted"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"facebookToken\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"deviceId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"8524d25e-d1f2-4108-8f7c-5cd898a49cf3","name":"Delete account","request":{"name":"Delete account","description":{"content":"\nThis endpoint is deprecated. Use [this one](#operation/deleteAccountUsingPOST).\n\nA Profile can delete its own account.\n","type":"text/plain"},"url":{"path":["sauth","my-account","delete"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"password\": \"string\",\n  \"uuid\": \"string\",\n  \"deviceId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"b79fe1f4-64bd-4790-9760-d59924999b2c","name":"OK","originalRequest":{"url":{"path":["sauth","my-account","delete"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"password\": \"string\",\n  \"uuid\": \"string\",\n  \"deviceId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"7317445e-ccdb-4802-a670-beec74810953","name":"Request body malformed/invalid","originalRequest":{"url":{"path":["sauth","my-account","delete"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"password\": \"string\",\n  \"uuid\": \"string\",\n  \"deviceId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"93c608a0-dcf6-4e5b-b28a-4551314dc6f0","name":"JWT missing, expired, or invalid","originalRequest":{"url":{"path":["sauth","my-account","delete"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"password\": \"string\",\n  \"uuid\": \"string\",\n  \"deviceId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a3539d97-8755-49fa-850e-a0a0d16eabf1","name":"Invalid credentials in request body","originalRequest":{"url":{"path":["sauth","my-account","delete"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"password\": \"string\",\n  \"uuid\": \"string\",\n  \"deviceId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"5d75e91a-5462-4a5e-9fe4-4b05a3575f57","name":"Request Profile email change","request":{"name":"Request Profile email change","description":{"content":"\nThis endpoint is deprecated. Use [this one](#operation/changeEmailRequestUsingPOST).\n\nA Profile can request an email change for its account. A confirmation token is sent by and must be applied using the [Confirm Profile email change](#operation/confirmClientEmailChange) endpoint.\n","type":"text/plain"},"url":{"path":["sauth","my-account","email-change","request"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\"email\":\"newEmail\",\"password\":\"my_password\",\"uuid\":\"my_uuid\",\"deviceId\":\"optional\"}","options":{"raw":{"language":"json"}}}},"response":[{"id":"0dbb2bf3-5d1f-4a11-8d76-290e655d7534","name":"Request accepted","originalRequest":{"url":{"path":["sauth","my-account","email-change","request"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\"email\":\"newEmail\",\"password\":\"my_password\",\"uuid\":\"my_uuid\",\"deviceId\":\"optional\"}","options":{"raw":{"language":"json"}}}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"d26e46e1-0ade-4b10-8e77-9659b3d277c8","name":"Clients not recognizable by email","originalRequest":{"url":{"path":["sauth","my-account","email-change","request"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\"email\":\"newEmail\",\"password\":\"my_password\",\"uuid\":\"my_uuid\",\"deviceId\":\"optional\"}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"a5f7d290-1306-48f5-bc9a-75805615a74f","name":"Authorization (deprecated)","description":{"content":"","type":"text/plain"},"item":[{"id":"51f560ae-534b-4a59-9c92-91ddb42d402e","name":"Refresh a Workspace token","request":{"name":"Refresh a Workspace token","description":{"content":"Retrieve a refreshed JWT Token to prolong the Workspace session.","type":"text/plain"},"url":{"path":["v4","auth","refresh","profile"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"5b1c3652-0060-49fc-a7ab-9db20967b15e","name":"New authorization token","originalRequest":{"url":{"path":["v4","auth","refresh","profile"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"token\": \"eyJhbGciOiinvalidI6IkFQSSIsInJsbSI6ImNsaWVudCIsImN0ZCI6MTUyODM1NTgzMjEzOCwiZW1sIjoia3J6eXN6dG9mLmN6ZXJlcGFrQGdtYWlsLmNvbSIsImlzcyI6IlN5bmVyaXNlIiwiYnBpIjo1OTQsImNsSWQiOjUyNTQ0NjU3NCwinvalidx2XwJp-QBZ94d_EEKf41KtDCE33KhP_vTAYrs-JzbnIHgKRvG6ZRwsNOL8OTnbfbUZH4XYaqBB_tZTPPKfzHutP6GEGp7PLtu2E92JbChkVyrn8VCQ5v4z2e1-zsdgbmWcQk2g9RydaydO6NYO55suT3Hz2ZRv0AYLsG8rM1biZGdREWx9OaknVVuIo2ivehBiukL7VQ6Bu8ugjep3mn-z666a-nCMh6ZuASiQ6Geq0NSWmdDQIoCa5Hg44KzMfGRlCR2uKBXeHTD0SkwJ1VJM0sHNKwSfMXKpaX8OJ5wUJpgCzDzQwKVgxgWFp4eO_sbcvxWrpI7W0lfdCy1WKirnZ6Uh3uJ06v97GQDAQqVgBZFEpS47MrGZhTNuAG4ZbfYO7yyxVO8AHQbEC-UvZ-8DC1XZjvQ6S1uNqQIlVGcthnrxg8K6vKVhNzu6ifQI0bbsCl8bGsKkXOEK1pKR3ekckcSjNeeY2LrcdXs8F2gtkm0TjXU\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"04523fb1-3bd5-4c98-9654-4a0704de2ace","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","auth","refresh","profile"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1ddeb67e-cc4b-4c9a-926f-4bd8579da942","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","auth","refresh","profile"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"85d7c17b-3c4a-40eb-9e1c-551dca77c2c9","name":"Log in as Workspace","request":{"name":"Log in as Workspace","description":{"content":"This endpoint is deprecated. Use [this endpoint](#operation/profileLogin) instead.","type":"text/plain"},"url":{"path":["v4","auth","login","profile"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"64c09614-1b2a-42f7-804d-f647243eb1ab\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"42b952d9-e914-4e93-9b3b-1b0e45ab22bc","name":"Workspace authorization token","originalRequest":{"url":{"path":["v4","auth","login","profile"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"64c09614-1b2a-42f7-804d-f647243eb1ab\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"token\": \"eyJhbGciOiinvalidI6IkFQSSIsInJsbSI6ImNsaWVudCIsImN0ZCI6MTUyODM1NTgzMjEzOCwiZW1sIjoia3J6eXN6dG9mLmN6ZXJlcGFrQGdtYWlsLmNvbSIsImlzcyI6IlN5bmVyaXNlIiwiYnBpIjo1OTQsImNsSWQiOjUyNTQ0NjU3NCwinvalidx2XwJp-QBZ94d_EEKf41KtDCE33KhP_vTAYrs-JzbnIHgKRvG6ZRwsNOL8OTnbfbUZH4XYaqBB_tZTPPKfzHutP6GEGp7PLtu2E92JbChkVyrn8VCQ5v4z2e1-zsdgbmWcQk2g9RydaydO6NYO55suT3Hz2ZRv0AYLsG8rM1biZGdREWx9OaknVVuIo2ivehBiukL7VQ6Bu8ugjep3mn-z666a-nCMh6ZuASiQ6Geq0NSWmdDQIoCa5Hg44KzMfGRlCR2uKBXeHTD0SkwJ1VJM0sHNKwSfMXKpaX8OJ5wUJpgCzDzQwKVgxgWFp4eO_sbcvxWrpI7W0lfdCy1WKirnZ6Uh3uJ06v97GQDAQqVgBZFEpS47MrGZhTNuAG4ZbfYO7yyxVO8AHQbEC-UvZ-8DC1XZjvQ6S1uNqQIlVGcthnrxg8K6vKVhNzu6ifQI0bbsCl8bGsKkXOEK1pKR3ekckcSjNeeY2LrcdXs8F2gtkm0TjXU\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"28ff51c9-9c5a-42e2-b1a9-57c2249459a9","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","auth","login","profile"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"64c09614-1b2a-42f7-804d-f647243eb1ab\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"2fb7c6b1-207a-473c-bacb-8cf2ab7ace67","name":"Authenticate as Profile","request":{"name":"Authenticate as Profile","description":{"content":"Obtain a new Profile JWT Token.","type":"text/plain"},"url":{"path":["sauth","auth","login","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"5AEAA3D5-E147-C7EB-invalid50109A3D1\",\n  \"email\": \"testDoc@example.com\",\n  \"password\": \"testPass1!\",\n  \"uuid\": \"b3f56868-9667-4843-a8e5-0509456baa9b\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"b837435b-2518-4021-ae1c-36924bb390d3","name":"Profile authorization token","originalRequest":{"url":{"path":["sauth","auth","login","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"5AEAA3D5-E147-C7EB-invalid50109A3D1\",\n  \"email\": \"testDoc@example.com\",\n  \"password\": \"testPass1!\",\n  \"uuid\": \"b3f56868-9667-4843-a8e5-0509456baa9b\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"token\": \"eyJhbGciOiJSUzUxMiJ9.eyJzdinvalidwYmZkM2FkNDg2ZjQ3ZGRiMjE5MSIsImF1ZCI6IkFQSSIsInJsbSI6ImFub255bW91c19jbGllbnQiLCJjdGQiOjE1NTMwMDQxNTkxNTEsImVtbCI6IjYyMjM3NmY4LTAwMDAtMjIyMi1kN2Y5LTA3MGZhOTU2ZTk2M0Bhbm9ueW1vdXMuaW52YWxpZCIsImF1dGgiOiJINHNJQUFBQUFBQUFBSXVPQlFBcHUwd05BZ0FBQUE9PSIsImlzcyI6IlN5bmVyaXNlIiwiYnBpIjo0OCwiY2xJZCI6NDMzMjMwMjg4LCJleHAiOjE1NTMwMDcxNTksImFwayI6IjVBRUFBM0Q1LUUxNDctQzdFQi1ENTlFLUJDRjUwMTA5QTNEMSJ9.QOmSqrneR4mJFv4JdxTYsw_wGcDawDsVQuB-GVTcPPwijiP7lQ_Jzqq2Mypg1BS6WFlfGB8fzqCY9iMF_TdtjmoB4xBrY95ylU8L9qto-9Cw5x5TURkfxq31eryiHe2IteRAEtoVzYg2_s9QhlH6ANVcFOVp8dMno0V9bfMYfeSQa3FkjEbxFsseHkMOiADmp9-tOGtLXO942Ir-2W_Hz3Utlpt4erz0dVJBw8a-mFavPA8EEDWR7ACJNocrVHFkS3wFISh3LqLn6KkXiowaynKlJOEHGctuahzKmF3ZOJ1BvGgKohxF9OXvQs9IdmCfWhYsLr5Q2p04TJJ-MyvTipuggKVioh8mHmOFdfnN-Zused6tXzhZtKPUWTmM8cBKoAOBHExxcMQ8SVSjxnw_7_eLKm7S2wNpu0V-tiPZPCH4wYZXtWBYjmfy0V9ydjXnNunXfgxKixLeFNnONUXxEuqPLvM_xAuonQBXVN4nYrgJv8p8U6_ZlGMPjJq1szfcuBZnzI34LSEWx_nSof0XC5Czm8iG_ihG8naivNWS8h-Q-qKMP_3PPFsLSH4Egh03pH93EJUuNAeSO4RGfUX1wzMvrv1nBC1SM660uFMbq-wkplFBbKnHKMYe-qRs1-lZPG5PwPWJJdpGqOUzbnoMOJYmiq06OHHVQyJSkcEHLCk\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f3633396-490c-4e4d-bd61-22007a44de06","name":"Unauthorized","originalRequest":{"url":{"path":["sauth","auth","login","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"5AEAA3D5-E147-C7EB-invalid50109A3D1\",\n  \"email\": \"testDoc@example.com\",\n  \"password\": \"testPass1!\",\n  \"uuid\": \"b3f56868-9667-4843-a8e5-0509456baa9b\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:17:41.734+00:00\",\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Access denied\",\n  \"path\": \"/auth/login/client\",\n  \"traceId\": \"61b4aa7c0cb1167a\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4c531f2e-4b2d-4a19-af26-94a2abe4e58a","name":"Profile not found","originalRequest":{"url":{"path":["sauth","auth","login","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"5AEAA3D5-E147-C7EB-invalid50109A3D1\",\n  \"email\": \"testDoc@example.com\",\n  \"password\": \"testPass1!\",\n  \"uuid\": \"b3f56868-9667-4843-a8e5-0509456baa9b\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:17:41.734+00:00\",\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"Account does not exist\",\n  \"path\": \"/auth/login/client\",\n  \"traceId\": \"61b4aa7c0cb1167a\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"50260286-dba1-4bea-85bf-7e9806202c73","name":"Account is locked, password reset required","originalRequest":{"url":{"path":["sauth","auth","login","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"5AEAA3D5-E147-C7EB-invalid50109A3D1\",\n  \"email\": \"testDoc@example.com\",\n  \"password\": \"testPass1!\",\n  \"uuid\": \"b3f56868-9667-4843-a8e5-0509456baa9b\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Acceptable","code":406,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2021-09-15T10:01:16.203120Z\",\n  \"status\": 406,\n  \"error\": \"Banned\",\n  \"message\": \"Log in has been blocked\",\n  \"path\": \"/v2/auth/login/client\",\n  \"traceId\": \"61b4aa7c0cb1167a\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cde3651f-f4f8-4b17-a0c5-a8292a7eac53","name":"Device control is enabled, device must be authorized (link sent by email)","originalRequest":{"url":{"path":["sauth","auth","login","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"5AEAA3D5-E147-C7EB-invalid50109A3D1\",\n  \"email\": \"testDoc@example.com\",\n  \"password\": \"testPass1!\",\n  \"uuid\": \"b3f56868-9667-4843-a8e5-0509456baa9b\"\n}","options":{"raw":{"language":"json"}}}},"status":"Locked (WebDAV) (RFC 4918)","code":423,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2021-09-15T10:01:16.203120Z\",\n  \"status\": 423,\n  \"error\": \"Locked\",\n  \"message\": \"Device login blocked\",\n  \"path\": \"/v2/auth/login/client\",\n  \"traceId\": \"61b4aa7c0cb1167a\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"a0fa6557-0e89-453a-8a89-8e3eeb1561fc","name":"Authenticate anonymously","request":{"name":"Authenticate anonymously","description":{"content":"Obtain a new JWT for an anonymous Profile. The token can be used and refreshed in the same way as tokens of registered Profiles.","type":"text/plain"},"url":{"path":["sauth","auth","login","client","anonymous"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\",\n  \"deviceId\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"8fa85615-c4ab-4383-97bc-c8a1a1716bc6","name":"Anonymous authorization token","originalRequest":{"url":{"path":["sauth","auth","login","client","anonymous"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\",\n  \"deviceId\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"token\": \"eyJhbGciOiJSUzUxMiJ9.eyJzdinvalidwYmZkM2FkNDg2ZjQ3ZGRiMjE5MSIsImF1ZCI6IkFQSSIsInJsbSI6ImFub255bW91c19jbGllbnQiLCJjdGQiOjE1NTMwMDQxNTkxNTEsImVtbCI6IjYyMjM3NmY4LTAwMDAtMjIyMi1kN2Y5LTA3MGZhOTU2ZTk2M0Bhbm9ueW1vdXMuaW52YWxpZCIsImF1dGgiOiJINHNJQUFBQUFBQUFBSXVPQlFBcHUwd05BZ0FBQUE9PSIsImlzcyI6IlN5bmVyaXNlIiwiYnBpIjo0OCwiY2xJZCI6NDMzMjMwMjg4LCJleHAiOjE1NTMwMDcxNTksImFwayI6IjVBRUFBM0Q1LUUxNDctQzdFQi1ENTlFLUJDRjUwMTA5QTNEMSJ9.QOmSqrneR4mJFv4JdxTYsw_wGcDawDsVQuB-GVTcPPwijiP7lQ_Jzqq2Mypg1BS6WFlfGB8fzqCY9iMF_TdtjmoB4xBrY95ylU8L9qto-9Cw5x5TURkfxq31eryiHe2IteRAEtoVzYg2_s9QhlH6ANVcFOVp8dMno0V9bfMYfeSQa3FkjEbxFsseHkMOiADmp9-tOGtLXO942Ir-2W_Hz3Utlpt4erz0dVJBw8a-mFavPA8EEDWR7ACJNocrVHFkS3wFISh3LqLn6KkXiowaynKlJOEHGctuahzKmF3ZOJ1BvGgKohxF9OXvQs9IdmCfWhYsLr5Q2p04TJJ-MyvTipuggKVioh8mHmOFdfnN-Zused6tXzhZtKPUWTmM8cBKoAOBHExxcMQ8SVSjxnw_7_eLKm7S2wNpu0V-tiPZPCH4wYZXtWBYjmfy0V9ydjXnNunXfgxKixLeFNnONUXxEuqPLvM_xAuonQBXVN4nYrgJv8p8U6_ZlGMPjJq1szfcuBZnzI34LSEWx_nSof0XC5Czm8iG_ihG8naivNWS8h-Q-qKMP_3PPFsLSH4Egh03pH93EJUuNAeSO4RGfUX1wzMvrv1nBC1SM660uFMbq-wkplFBbKnHKMYe-qRs1-lZPG5PwPWJJdpGqOUzbnoMOJYmiq06OHHVQyJSkcEHLCk\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"90616270-372b-4f8f-8c05-871db6da9b1b","name":"Unauthorized","originalRequest":{"url":{"path":["sauth","auth","login","client","anonymous"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\",\n  \"deviceId\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2019-03-19T14:03:35.413+00:00\",\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Could not fetch ApiKey\",\n  \"path\": \"/auth/login/client/anonymous\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"7e05cd68-4689-42ec-b2ec-135be5503724","name":"Authenticate with Facebook","request":{"name":"Authenticate with Facebook","description":{"content":"Use a Facebook token to obtain a Profile JWT. If a Facebook account is logging on for the first time, a self-managed account for the profile is registered in Synerise.","type":"text/plain"},"url":{"path":["sauth","auth","login","client","facebook"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\"facebookToken\":\"EAAfsMmaWLW0BAOZAqSoh8ZB5y2ZAixtSrlvvq3fpWGlcrfcoWOiAwBCZBpBDlzwHFSZB58nUBjOz2UMuopO7p2Q65QU1ZAiB2XaxRzje0bBd7Tu87f6C2pcoZAP65agWAF0ElZCNyKn4iAtFd9RhppkwU9ll0AokBZBnDroZCIaxE3IHSWGtE567AUrXkZAsQEjYsZAZAcYx0ki1w7XUToy9Wps9NA0OuBdMhruB3htuiukwOFAZDZD\",\"apiKey\":\"5AEAA3D5-E147-C7EB-invalid\",\"uuid\":\"91b8e035-dca3-4805-8915-2cfb01d31fde\",\"deviceId\":\"deviceId\",\"agreements\":{\"email\":true,\"sms\":true,\"push\":true,\"bluetooth\":true,\"rfid\":true,\"wifi\":true},\"attributes\":{\"property1\":\"string\",\"property2\":\"string\"}}","options":{"raw":{"language":"json"}}}},"response":[{"id":"9d0f7b7d-16b8-4562-bcf3-d49ffed1f3f3","name":"Profile authorization token","originalRequest":{"url":{"path":["sauth","auth","login","client","facebook"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\"facebookToken\":\"EAAfsMmaWLW0BAOZAqSoh8ZB5y2ZAixtSrlvvq3fpWGlcrfcoWOiAwBCZBpBDlzwHFSZB58nUBjOz2UMuopO7p2Q65QU1ZAiB2XaxRzje0bBd7Tu87f6C2pcoZAP65agWAF0ElZCNyKn4iAtFd9RhppkwU9ll0AokBZBnDroZCIaxE3IHSWGtE567AUrXkZAsQEjYsZAZAcYx0ki1w7XUToy9Wps9NA0OuBdMhruB3htuiukwOFAZDZD\",\"apiKey\":\"5AEAA3D5-E147-C7EB-invalid\",\"uuid\":\"91b8e035-dca3-4805-8915-2cfb01d31fde\",\"deviceId\":\"deviceId\",\"agreements\":{\"email\":true,\"sms\":true,\"push\":true,\"bluetooth\":true,\"rfid\":true,\"wifi\":true},\"attributes\":{\"property1\":\"string\",\"property2\":\"string\"}}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"token\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"d8f324c5-ec7d-476d-8395-590b122c1815","name":"Authenticate with Facebook without registration","request":{"name":"Authenticate with Facebook without registration","description":{"content":"Use a Facebook token to obtain a Profile JWT without creating a self-managed account for this Profile in Synerise.","type":"text/plain"},"url":{"path":["sauth","auth","login","client","facebook","no-registration"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\"facebookToken\":\"EAAfsMmaWLW0BAOZAqSoh8ZB5y2ZAixtSrlvvq3fpWGlcrfcoWOiAwBCZBpBDlzwHFSZB58nUBjOz2UMuopO7p2Q65QU1ZAiB2XaxRzje0bBd7Tu87f6C2pcoZAP65agWAF0ElZCNyKn4iAtFd9RhppkwU9ll0AokBZBnDroZCIaxE3IHSWGtE567AUrXkZAsQEjYsZAZAcYx0ki1w7XUToy9Wps9NA0OuBdMhruB3htuiukwOFAZDZD\",\"apiKey\":\"5AEAA3D5-E147-C7EB-invalid\",\"uuid\":\"91b8e035-dca3-4805-8915-2cfb01d31fde\",\"deviceId\":\"deviceId\",\"agreements\":{\"email\":true,\"sms\":true,\"push\":true,\"bluetooth\":true,\"rfid\":true,\"wifi\":true},\"attributes\":{\"property1\":\"string\",\"property2\":\"string\"}}","options":{"raw":{"language":"json"}}}},"response":[{"id":"71d315ad-19e1-439f-9658-fe0e7738f7bd","name":"Profile authorization token","originalRequest":{"url":{"path":["sauth","auth","login","client","facebook","no-registration"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\"facebookToken\":\"EAAfsMmaWLW0BAOZAqSoh8ZB5y2ZAixtSrlvvq3fpWGlcrfcoWOiAwBCZBpBDlzwHFSZB58nUBjOz2UMuopO7p2Q65QU1ZAiB2XaxRzje0bBd7Tu87f6C2pcoZAP65agWAF0ElZCNyKn4iAtFd9RhppkwU9ll0AokBZBnDroZCIaxE3IHSWGtE567AUrXkZAsQEjYsZAZAcYx0ki1w7XUToy9Wps9NA0OuBdMhruB3htuiukwOFAZDZD\",\"apiKey\":\"5AEAA3D5-E147-C7EB-invalid\",\"uuid\":\"91b8e035-dca3-4805-8915-2cfb01d31fde\",\"deviceId\":\"deviceId\",\"agreements\":{\"email\":true,\"sms\":true,\"push\":true,\"bluetooth\":true,\"rfid\":true,\"wifi\":true},\"attributes\":{\"property1\":\"string\",\"property2\":\"string\"}}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"token\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"77af31b2-008b-458b-bdd5-d7cb0e1f446e","name":"Authenticate with OAuth","request":{"name":"Authenticate with OAuth","description":{"content":"Obtain a new JWT token by using OAuth authentication token.","type":"text/plain"},"url":{"path":["sauth","auth","login","client","oauth"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"accessToken\": \"string\",\n  \"apiKey\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"deviceId\": \"string\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"customId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"b139da36-3056-4cdb-9998-1367972bbd22","name":"Profile authorization token","originalRequest":{"url":{"path":["sauth","auth","login","client","oauth"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"accessToken\": \"string\",\n  \"apiKey\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"deviceId\": \"string\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"customId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"token\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"71946187-2cc0-4469-8b81-86e87e756cf6","name":"Authenticate with OAuth without registration","request":{"name":"Authenticate with OAuth without registration","description":{"content":"Use an OAuth token to obtain a Profile JWT. This method does not create a Profile in Synerise.","type":"text/plain"},"url":{"path":["sauth","auth","login","client","oauth","no-registration"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"accessToken\": \"string\",\n  \"apiKey\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"deviceId\": \"string\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"customId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"56f03abf-f1ac-4cbd-bf92-73c5497bffe3","name":"Profile authorization token","originalRequest":{"url":{"path":["sauth","auth","login","client","oauth","no-registration"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"accessToken\": \"string\",\n  \"apiKey\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"deviceId\": \"string\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"customId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"token\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"fa1ac3c2-b563-4e48-adf1-d4997ed4ba5d","name":"Authenticate with Sign in with Apple","request":{"name":"Authenticate with Sign in with Apple","description":{"content":"Obtain a new JWT token by using Sign in with Apple authentication token.","type":"text/plain"},"url":{"path":["sauth","auth","login","client","apple"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\"accessToken\":\"EAAfsMmaWLW0BAOZAqSoh8ZB5y2ZAixtSrlvvq3fpWGlcrfcoWOiAwBCZBpBDlzwHFSZB58nUBjOz2UMuopO7p2Q65QU1ZAiB2XaxRzje0bBd7Tu87f6C2pcoZAP65agWAF0ElZCNyKn4iAtFd9RhppkwU9ll0AokBZBnDroZCIaxE3IHSWGtE567AUrXkZAsQEjYsZAZAcYx0ki1w7XUToy9Wps9NA0OuBdMhruB3htuiukwOFAZDZD\",\"apiKey\":\"5AEAA3D5-E147-C7EB-invalid\",\"uuid\":\"91b8e035-dca3-4805-8915-2cfb01d31fde\",\"deviceId\":\"deviceId\",\"agreements\":{\"email\":true,\"sms\":true,\"push\":true,\"bluetooth\":true,\"rfid\":true,\"wifi\":true},\"attributes\":{\"property1\":\"string\",\"property2\":\"string\"}}","options":{"raw":{"language":"json"}}}},"response":[{"id":"c156389c-b512-4d4b-bae7-bafee7081a2e","name":"Profile authorization token","originalRequest":{"url":{"path":["sauth","auth","login","client","apple"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\"accessToken\":\"EAAfsMmaWLW0BAOZAqSoh8ZB5y2ZAixtSrlvvq3fpWGlcrfcoWOiAwBCZBpBDlzwHFSZB58nUBjOz2UMuopO7p2Q65QU1ZAiB2XaxRzje0bBd7Tu87f6C2pcoZAP65agWAF0ElZCNyKn4iAtFd9RhppkwU9ll0AokBZBnDroZCIaxE3IHSWGtE567AUrXkZAsQEjYsZAZAcYx0ki1w7XUToy9Wps9NA0OuBdMhruB3htuiukwOFAZDZD\",\"apiKey\":\"5AEAA3D5-E147-C7EB-invalid\",\"uuid\":\"91b8e035-dca3-4805-8915-2cfb01d31fde\",\"deviceId\":\"deviceId\",\"agreements\":{\"email\":true,\"sms\":true,\"push\":true,\"bluetooth\":true,\"rfid\":true,\"wifi\":true},\"attributes\":{\"property1\":\"string\",\"property2\":\"string\"}}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"token\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"1b690d45-375f-4c76-8a13-330c18949d9f","name":"Authenticate with Sign in with Apple without registration","request":{"name":"Authenticate with Sign in with Apple without registration","description":{"content":"Use an Apple token to obtain a Profile JWT. This method does not create a Profile in Synerise.","type":"text/plain"},"url":{"path":["sauth","auth","login","client","apple","no-registration"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"accessToken\": \"string\",\n  \"apiKey\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"deviceId\": \"string\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"308fc416-0ffe-4fce-ab33-7a6917b8f49a","name":"Profile authorization token","originalRequest":{"url":{"path":["sauth","auth","login","client","apple","no-registration"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"accessToken\": \"string\",\n  \"apiKey\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"deviceId\": \"string\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"token\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c10d77e4-a427-4736-92ff-8ee2886f6479","name":"Refresh a Profile token","request":{"name":"Refresh a Profile token","description":{"content":"Retrieve a refreshed JWT Token to prolong the Profile session.\n\nThe current token must still be active at the time of the request.","type":"text/plain"},"url":{"path":["sauth","auth","refresh","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"9ad119aa-85ae-464f-a406-b2337cd1c94b","name":"New authorization token","originalRequest":{"url":{"path":["sauth","auth","refresh","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"token\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3a1e06d3-acbe-48d0-9ab1-d9e2ef7239c3","name":"Unauthorized","originalRequest":{"url":{"path":["sauth","auth","refresh","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2019-03-19T13:57:33.244+00:00\",\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Full authentication is required to access this resource\",\n  \"path\": \"/auth/refresh/client\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"026dec0d-3c87-42a5-bf56-a7eafc6b5606","name":"Refresh a Profile token","request":{"name":"Refresh a Profile token","description":{"content":"This method is deprecated. Use [the v3 method](#operation/RefreshAClientTokenV3) instead.\n\nRetrieve a refreshed JWT Token to prolong the session.\n\nThe current token must still be active at the time of the request.","type":"text/plain"},"url":{"path":["sauth","v2","auth","refresh","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"f87c5fca-45b2-4c5a-9aa4-0e0dcbfbbc92","name":"New authorization token","originalRequest":{"url":{"path":["sauth","v2","auth","refresh","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"token\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"60162820-1c09-4778-8197-a4eccbc03f9b","name":"Unauthorized","originalRequest":{"url":{"path":["sauth","v2","auth","refresh","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2019-03-19T13:57:33.244+00:00\",\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Full authentication is required to access this resource\",\n  \"path\": \"/v2/auth/refresh/client\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"5f5eab9d-6bed-4331-bc0b-9977b51c0e48","name":"Authenticate as Profile","request":{"name":"Authenticate as Profile","description":{"content":"This method is deprecated. Use [the v3 method](#operation/authenticateUsingPOST_v3) instead.\n\nObtain a new JWT token for a Profile. If an account for the Profile does not exist and the `identityProvider` is different than `SYNERISE`, this request creates an account.\n","type":"text/plain"},"url":{"path":["sauth","v2","auth","login","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\",\n  \"identityProvider\": \"FACEBOOK\",\n  \"identityProviderToken\": \"string\",\n  \"email\": \"string\",\n  \"customId\": {},\n  \"password\": \"string\",\n  \"uuid\": \"string\",\n  \"deviceId\": \"string\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"85d9b142-6605-42a8-9ccb-1582a51e4161","name":"Profile authorization token","originalRequest":{"url":{"path":["sauth","v2","auth","login","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\",\n  \"identityProvider\": \"FACEBOOK\",\n  \"identityProviderToken\": \"string\",\n  \"email\": \"string\",\n  \"customId\": {},\n  \"password\": \"string\",\n  \"uuid\": \"string\",\n  \"deviceId\": \"string\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"token\": \"eyJhbGciOiJSUzUxMiJ9.eyJzdinvalidwYmZkM2FkNDg2ZjQ3ZGRiMjE5MSIsImF1ZCI6IkFQSSIsInJsbSI6ImFub255bW91c19jbGllbnQiLCJjdGQiOjE1NTMwMDQxNTkxNTEsImVtbCI6IjYyMjM3NmY4LTAwMDAtMjIyMi1kN2Y5LTA3MGZhOTU2ZTk2M0Bhbm9ueW1vdXMuaW52YWxpZCIsImF1dGgiOiJINHNJQUFBQUFBQUFBSXVPQlFBcHUwd05BZ0FBQUE9PSIsImlzcyI6IlN5bmVyaXNlIiwiYnBpIjo0OCwiY2xJZCI6NDMzMjMwMjg4LCJleHAiOjE1NTMwMDcxNTksImFwayI6IjVBRUFBM0Q1LUUxNDctQzdFQi1ENTlFLUJDRjUwMTA5QTNEMSJ9.QOmSqrneR4mJFv4JdxTYsw_wGcDawDsVQuB-GVTcPPwijiP7lQ_Jzqq2Mypg1BS6WFlfGB8fzqCY9iMF_TdtjmoB4xBrY95ylU8L9qto-9Cw5x5TURkfxq31eryiHe2IteRAEtoVzYg2_s9QhlH6ANVcFOVp8dMno0V9bfMYfeSQa3FkjEbxFsseHkMOiADmp9-tOGtLXO942Ir-2W_Hz3Utlpt4erz0dVJBw8a-mFavPA8EEDWR7ACJNocrVHFkS3wFISh3LqLn6KkXiowaynKlJOEHGctuahzKmF3ZOJ1BvGgKohxF9OXvQs9IdmCfWhYsLr5Q2p04TJJ-MyvTipuggKVioh8mHmOFdfnN-Zused6tXzhZtKPUWTmM8cBKoAOBHExxcMQ8SVSjxnw_7_eLKm7S2wNpu0V-tiPZPCH4wYZXtWBYjmfy0V9ydjXnNunXfgxKixLeFNnONUXxEuqPLvM_xAuonQBXVN4nYrgJv8p8U6_ZlGMPjJq1szfcuBZnzI34LSEWx_nSof0XC5Czm8iG_ihG8naivNWS8h-Q-qKMP_3PPFsLSH4Egh03pH93EJUuNAeSO4RGfUX1wzMvrv1nBC1SM660uFMbq-wkplFBbKnHKMYe-qRs1-lZPG5PwPWJJdpGqOUzbnoMOJYmiq06OHHVQyJSkcEHLCk\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"978b947c-33fd-400a-8378-fcc44491461e","name":"Request failed, see error message for details","originalRequest":{"url":{"path":["sauth","v2","auth","login","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\",\n  \"identityProvider\": \"FACEBOOK\",\n  \"identityProviderToken\": \"string\",\n  \"email\": \"string\",\n  \"customId\": {},\n  \"password\": \"string\",\n  \"uuid\": \"string\",\n  \"deviceId\": \"string\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errors\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"status\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"path\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a1e09479-3b61-46ae-ab82-334d7ce7e66d","name":"Unauthorized.","originalRequest":{"url":{"path":["sauth","v2","auth","login","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\",\n  \"identityProvider\": \"FACEBOOK\",\n  \"identityProviderToken\": \"string\",\n  \"email\": \"string\",\n  \"customId\": {},\n  \"password\": \"string\",\n  \"uuid\": \"string\",\n  \"deviceId\": \"string\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:17:41.734+00:00\",\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Access denied\",\n  \"path\": \"/v2/auth/login/client\",\n  \"traceId\": \"61b4aa7c0cb1167a\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"72b94e1e-29a0-41a5-a90e-6cf6351e2cdc","name":"Authentication failed, see error message for details","originalRequest":{"url":{"path":["sauth","v2","auth","login","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\",\n  \"identityProvider\": \"FACEBOOK\",\n  \"identityProviderToken\": \"string\",\n  \"email\": \"string\",\n  \"customId\": {},\n  \"password\": \"string\",\n  \"uuid\": \"string\",\n  \"deviceId\": \"string\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errors\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"status\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"path\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"235f3889-c2bd-400d-a583-581762ded4da","name":"Profile not found","originalRequest":{"url":{"path":["sauth","v2","auth","login","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\",\n  \"identityProvider\": \"FACEBOOK\",\n  \"identityProviderToken\": \"string\",\n  \"email\": \"string\",\n  \"customId\": {},\n  \"password\": \"string\",\n  \"uuid\": \"string\",\n  \"deviceId\": \"string\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:17:41.734+00:00\",\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"Account does not exist\",\n  \"path\": \"/v2/auth/login/client\",\n  \"traceId\": \"61b4aa7c0cb1167a\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c23834c8-9356-4e46-8825-1820f6454e43","name":"Account is locked, password reset required","originalRequest":{"url":{"path":["sauth","v2","auth","login","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\",\n  \"identityProvider\": \"FACEBOOK\",\n  \"identityProviderToken\": \"string\",\n  \"email\": \"string\",\n  \"customId\": {},\n  \"password\": \"string\",\n  \"uuid\": \"string\",\n  \"deviceId\": \"string\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Not Acceptable","code":406,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2021-09-15T10:01:16.203120Z\",\n  \"status\": 406,\n  \"error\": \"Banned\",\n  \"message\": \"Log in has been blocked\",\n  \"path\": \"/v2/auth/login/client\",\n  \"traceId\": \"61b4aa7c0cb1167a\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"70c3f8b5-01c6-46b5-8eea-06d4d5f95545","name":"Device control is enabled, device must be authorized (link sent by email)","originalRequest":{"url":{"path":["sauth","v2","auth","login","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\",\n  \"identityProvider\": \"FACEBOOK\",\n  \"identityProviderToken\": \"string\",\n  \"email\": \"string\",\n  \"customId\": {},\n  \"password\": \"string\",\n  \"uuid\": \"string\",\n  \"deviceId\": \"string\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Locked (WebDAV) (RFC 4918)","code":423,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2021-09-15T10:01:16.203120Z\",\n  \"status\": 423,\n  \"error\": \"Locked\",\n  \"message\": \"Device login blocked\",\n  \"path\": \"/v2/auth/login/client\",\n  \"traceId\": \"61b4aa7c0cb1167a\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"828f8e89-90db-4a0f-b0c1-5b79e11ae7ab","name":"Authenticate as Profile (conditional)","request":{"name":"Authenticate as Profile (conditional)","description":{"content":"This method is deprecated. Use [the v3 method](#operation/authenticateConditionalUsingPOSTv3) instead.      \n\n\nObtain a new JWT token for a Profile.\n\n- If the account does not exist, an account is not created.\n- If any additional conditions are required for logging in, the response is HTTP200 and lists the conditions.\n- Note that using this endpoint requires authenticating as an anonymous Profile first.\n","type":"text/plain"},"url":{"path":["sauth","v2","auth","login","client","conditional"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\",\n  \"identityProvider\": \"FACEBOOK\",\n  \"identityProviderToken\": \"string\",\n  \"email\": \"string\",\n  \"customId\": {},\n  \"password\": \"string\",\n  \"uuid\": \"string\",\n  \"deviceId\": \"string\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"e84b2eb2-70a6-4fb9-a35a-6ce6585e5d00","name":"Details of the login operation","originalRequest":{"url":{"path":["sauth","v2","auth","login","client","conditional"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\",\n  \"identityProvider\": \"FACEBOOK\",\n  \"identityProviderToken\": \"string\",\n  \"email\": \"string\",\n  \"customId\": {},\n  \"password\": \"string\",\n  \"uuid\": \"string\",\n  \"deviceId\": \"string\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"conditions\": [\n    \"string\",\n    \"string\"\n  ],\n  \"status\": \"APPROVAL_REQUIRED\",\n  \"token\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3932868e-184b-450b-aa41-8998986270ae","name":"Request failed, see error message for details","originalRequest":{"url":{"path":["sauth","v2","auth","login","client","conditional"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\",\n  \"identityProvider\": \"FACEBOOK\",\n  \"identityProviderToken\": \"string\",\n  \"email\": \"string\",\n  \"customId\": {},\n  \"password\": \"string\",\n  \"uuid\": \"string\",\n  \"deviceId\": \"string\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errors\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"status\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"path\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9f0a2689-1697-43da-941d-c6395c0ad9a5","name":"See error message for details","originalRequest":{"url":{"path":["sauth","v2","auth","login","client","conditional"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\",\n  \"identityProvider\": \"FACEBOOK\",\n  \"identityProviderToken\": \"string\",\n  \"email\": \"string\",\n  \"customId\": {},\n  \"password\": \"string\",\n  \"uuid\": \"string\",\n  \"deviceId\": \"string\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3a6d28aa-800c-4b4c-a7b9-5991ceefc1d3","name":"Authentication failed, see error message for details","originalRequest":{"url":{"path":["sauth","v2","auth","login","client","conditional"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\",\n  \"identityProvider\": \"FACEBOOK\",\n  \"identityProviderToken\": \"string\",\n  \"email\": \"string\",\n  \"customId\": {},\n  \"password\": \"string\",\n  \"uuid\": \"string\",\n  \"deviceId\": \"string\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errors\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"status\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"path\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e91988c4-a944-46d2-b791-25c1e3c0eb34","name":"Profile not found","originalRequest":{"url":{"path":["sauth","v2","auth","login","client","conditional"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\",\n  \"identityProvider\": \"FACEBOOK\",\n  \"identityProviderToken\": \"string\",\n  \"email\": \"string\",\n  \"customId\": {},\n  \"password\": \"string\",\n  \"uuid\": \"string\",\n  \"deviceId\": \"string\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:17:41.734+00:00\",\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"Account does not exist\",\n  \"path\": \"/v2/auth/login/client/conditional\",\n  \"traceId\": \"61b4aa7c0cb1167a\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a7db0e8a-c6d9-45a1-a78e-8cb83fb465c0","name":"Account is locked, password reset required","originalRequest":{"url":{"path":["sauth","v2","auth","login","client","conditional"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\",\n  \"identityProvider\": \"FACEBOOK\",\n  \"identityProviderToken\": \"string\",\n  \"email\": \"string\",\n  \"customId\": {},\n  \"password\": \"string\",\n  \"uuid\": \"string\",\n  \"deviceId\": \"string\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Not Acceptable","code":406,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2021-09-15T10:01:16.203120Z\",\n  \"status\": 406,\n  \"error\": \"Banned\",\n  \"message\": \"Log in has been blocked\",\n  \"path\": \"/v2/auth/login/client\",\n  \"traceId\": \"61b4aa7c0cb1167a\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8a041159-2c59-431c-8f0a-387acc828a14","name":"Device control is enabled, device must be authorized (link sent by email)","originalRequest":{"url":{"path":["sauth","v2","auth","login","client","conditional"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\",\n  \"identityProvider\": \"FACEBOOK\",\n  \"identityProviderToken\": \"string\",\n  \"email\": \"string\",\n  \"customId\": {},\n  \"password\": \"string\",\n  \"uuid\": \"string\",\n  \"deviceId\": \"string\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Locked (WebDAV) (RFC 4918)","code":423,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2021-09-15T10:01:16.203120Z\",\n  \"status\": 423,\n  \"error\": \"Locked\",\n  \"message\": \"Device login blocked\",\n  \"path\": \"/v2/auth/login/client\",\n  \"traceId\": \"61b4aa7c0cb1167a\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"8a83658d-fd9e-4869-835b-3ed7a6781718","name":"Authenticate anonymously","request":{"name":"Authenticate anonymously","description":{"content":"This method is deprecated. Use [the v3 method](#operation/LogInAnonymouslyV3) instead.\n\nObtain a new JWT for an anonymous Profile. The token can be used and refreshed in the same way\nas tokens of registered Profiles.\n","type":"text/plain"},"url":{"path":["sauth","v2","auth","login","client","anonymous"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\",\n  \"deviceId\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"fb62d8a4-1fd1-4f73-9136-3d3ec0195769","name":"Anonymous authorization token","originalRequest":{"url":{"path":["sauth","v2","auth","login","client","anonymous"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\",\n  \"deviceId\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"token\": \"eyJhbGciOiJSUzUxMiJ9.eyJzdinvalidwYmZkM2FkNDg2ZjQ3ZGRiMjE5MSIsImF1ZCI6IkFQSSIsInJsbSI6ImFub255bW91c19jbGllbnQiLCJjdGQiOjE1NTMwMDQxNTkxNTEsImVtbCI6IjYyMjM3NmY4LTAwMDAtMjIyMi1kN2Y5LTA3MGZhOTU2ZTk2M0Bhbm9ueW1vdXMuaW52YWxpZCIsImF1dGgiOiJINHNJQUFBQUFBQUFBSXVPQlFBcHUwd05BZ0FBQUE9PSIsImlzcyI6IlN5bmVyaXNlIiwiYnBpIjo0OCwiY2xJZCI6NDMzMjMwMjg4LCJleHAiOjE1NTMwMDcxNTksImFwayI6IjVBRUFBM0Q1LUUxNDctQzdFQi1ENTlFLUJDRjUwMTA5QTNEMSJ9.QOmSqrneR4mJFv4JdxTYsw_wGcDawDsVQuB-GVTcPPwijiP7lQ_Jzqq2Mypg1BS6WFlfGB8fzqCY9iMF_TdtjmoB4xBrY95ylU8L9qto-9Cw5x5TURkfxq31eryiHe2IteRAEtoVzYg2_s9QhlH6ANVcFOVp8dMno0V9bfMYfeSQa3FkjEbxFsseHkMOiADmp9-tOGtLXO942Ir-2W_Hz3Utlpt4erz0dVJBw8a-mFavPA8EEDWR7ACJNocrVHFkS3wFISh3LqLn6KkXiowaynKlJOEHGctuahzKmF3ZOJ1BvGgKohxF9OXvQs9IdmCfWhYsLr5Q2p04TJJ-MyvTipuggKVioh8mHmOFdfnN-Zused6tXzhZtKPUWTmM8cBKoAOBHExxcMQ8SVSjxnw_7_eLKm7S2wNpu0V-tiPZPCH4wYZXtWBYjmfy0V9ydjXnNunXfgxKixLeFNnONUXxEuqPLvM_xAuonQBXVN4nYrgJv8p8U6_ZlGMPjJq1szfcuBZnzI34LSEWx_nSof0XC5Czm8iG_ihG8naivNWS8h-Q-qKMP_3PPFsLSH4Egh03pH93EJUuNAeSO4RGfUX1wzMvrv1nBC1SM660uFMbq-wkplFBbKnHKMYe-qRs1-lZPG5PwPWJJdpGqOUzbnoMOJYmiq06OHHVQyJSkcEHLCk\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4f02f627-ead6-4a4e-ada2-fb6068caa209","name":"Unauthorized","originalRequest":{"url":{"path":["sauth","v2","auth","login","client","anonymous"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\",\n  \"deviceId\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2019-03-19T14:03:35.413+00:00\",\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Could not fetch ApiKey\",\n  \"path\": \"/v2/auth/login/client/anonymous\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"d4f07499-36d4-4e69-910a-f9fb8e9f401f","name":"Authenticate as Profile","request":{"name":"Authenticate as Profile","description":{"content":"This method is deprecated. Use [the v3 method](#operation/authenticateViaServerV3) instead.\n\nObtain a new JWT for a Profile. It is designed to be used from backend server. If an account for the Profile does not exist and the `identityProvider` is different than `SYNERISE`, this request creates an account.\n","type":"text/plain"},"url":{"path":["sauth","v2","auth","server","login","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"apiKey\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"identityProvider\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"ipAddress\": \"string\",\n  \"identityProviderToken\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"email\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"customId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"password\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"uuid\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"deviceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"agreements\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"attributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"tags\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"b74a65fa-542e-4bd6-b7fe-44e95f72b4f0","name":"Profile authorization token","originalRequest":{"url":{"path":["sauth","v2","auth","server","login","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"identityProvider\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"ipAddress\": \"string\",\n  \"identityProviderToken\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"email\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"customId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"password\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"uuid\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"deviceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"agreements\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"attributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"tags\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"token\": \"eyJhbGciOiJSUzUxMiJ9.eyJzdinvalidwYmZkM2FkNDg2ZjQ3ZGRiMjE5MSIsImF1ZCI6IkFQSSIsInJsbSI6ImFub255bW91c19jbGllbnQiLCJjdGQiOjE1NTMwMDQxNTkxNTEsImVtbCI6IjYyMjM3NmY4LTAwMDAtMjIyMi1kN2Y5LTA3MGZhOTU2ZTk2M0Bhbm9ueW1vdXMuaW52YWxpZCIsImF1dGgiOiJINHNJQUFBQUFBQUFBSXVPQlFBcHUwd05BZ0FBQUE9PSIsImlzcyI6IlN5bmVyaXNlIiwiYnBpIjo0OCwiY2xJZCI6NDMzMjMwMjg4LCJleHAiOjE1NTMwMDcxNTksImFwayI6IjVBRUFBM0Q1LUUxNDctQzdFQi1ENTlFLUJDRjUwMTA5QTNEMSJ9.QOmSqrneR4mJFv4JdxTYsw_wGcDawDsVQuB-GVTcPPwijiP7lQ_Jzqq2Mypg1BS6WFlfGB8fzqCY9iMF_TdtjmoB4xBrY95ylU8L9qto-9Cw5x5TURkfxq31eryiHe2IteRAEtoVzYg2_s9QhlH6ANVcFOVp8dMno0V9bfMYfeSQa3FkjEbxFsseHkMOiADmp9-tOGtLXO942Ir-2W_Hz3Utlpt4erz0dVJBw8a-mFavPA8EEDWR7ACJNocrVHFkS3wFISh3LqLn6KkXiowaynKlJOEHGctuahzKmF3ZOJ1BvGgKohxF9OXvQs9IdmCfWhYsLr5Q2p04TJJ-MyvTipuggKVioh8mHmOFdfnN-Zused6tXzhZtKPUWTmM8cBKoAOBHExxcMQ8SVSjxnw_7_eLKm7S2wNpu0V-tiPZPCH4wYZXtWBYjmfy0V9ydjXnNunXfgxKixLeFNnONUXxEuqPLvM_xAuonQBXVN4nYrgJv8p8U6_ZlGMPjJq1szfcuBZnzI34LSEWx_nSof0XC5Czm8iG_ihG8naivNWS8h-Q-qKMP_3PPFsLSH4Egh03pH93EJUuNAeSO4RGfUX1wzMvrv1nBC1SM660uFMbq-wkplFBbKnHKMYe-qRs1-lZPG5PwPWJJdpGqOUzbnoMOJYmiq06OHHVQyJSkcEHLCk\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b0e8462a-efcc-4a8d-b9c5-edad00014575","name":"Request failed, see error message for details","originalRequest":{"url":{"path":["sauth","v2","auth","server","login","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"identityProvider\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"ipAddress\": \"string\",\n  \"identityProviderToken\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"email\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"customId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"password\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"uuid\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"deviceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"agreements\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"attributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"tags\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errors\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"status\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"path\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7d85b3dd-0619-45f0-b16f-df0bd9d3e989","name":"Unauthorized.","originalRequest":{"url":{"path":["sauth","v2","auth","server","login","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"identityProvider\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"ipAddress\": \"string\",\n  \"identityProviderToken\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"email\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"customId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"password\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"uuid\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"deviceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"agreements\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"attributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"tags\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:17:41.734+00:00\",\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Access denied\",\n  \"path\": \"/v3/auth/login/client\",\n  \"traceId\": \"61b4aa7c0cb1167a\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4c0f4eb4-aa95-436c-8055-e1558d7d2a03","name":"Authentication failed, see error message for details","originalRequest":{"url":{"path":["sauth","v2","auth","server","login","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"identityProvider\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"ipAddress\": \"string\",\n  \"identityProviderToken\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"email\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"customId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"password\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"uuid\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"deviceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"agreements\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"attributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"tags\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errors\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"status\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"path\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"691c1d9f-4657-4522-a031-2302d05b5d54","name":"Profile not found","originalRequest":{"url":{"path":["sauth","v2","auth","server","login","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"identityProvider\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"ipAddress\": \"string\",\n  \"identityProviderToken\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"email\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"customId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"password\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"uuid\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"deviceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"agreements\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"attributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"tags\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:17:41.734+00:00\",\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"Account does not exist\",\n  \"path\": \"/v3/auth/login/client\",\n  \"traceId\": \"61b4aa7c0cb1167a\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"88d59303-8fa6-4f55-8a5c-2d3735701916","name":"Account is locked, password reset required","originalRequest":{"url":{"path":["sauth","v2","auth","server","login","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"identityProvider\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"ipAddress\": \"string\",\n  \"identityProviderToken\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"email\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"customId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"password\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"uuid\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"deviceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"agreements\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"attributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"tags\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Acceptable","code":406,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2021-09-15T10:01:16.203120Z\",\n  \"status\": 406,\n  \"error\": \"Banned\",\n  \"message\": \"Log in has been blocked\",\n  \"path\": \"/v2/auth/login/client\",\n  \"traceId\": \"61b4aa7c0cb1167a\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"144f64b5-4252-49e4-af04-106d1fae82c0","name":"Device control is enabled, device must be authorized (link sent by email)","originalRequest":{"url":{"path":["sauth","v2","auth","server","login","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"identityProvider\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"ipAddress\": \"string\",\n  \"identityProviderToken\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"email\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"customId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"password\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"uuid\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"deviceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"agreements\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"attributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"tags\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Locked (WebDAV) (RFC 4918)","code":423,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2021-09-15T10:01:16.203120Z\",\n  \"status\": 423,\n  \"error\": \"Locked\",\n  \"message\": \"Device login blocked\",\n  \"path\": \"/v2/auth/login/client\",\n  \"traceId\": \"61b4aa7c0cb1167a\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"43947149-51ae-4307-92d5-7b1eff7c693f","name":"AI Events","description":{"content":"","type":"text/plain"},"item":[{"id":"88df7291-97cc-445a-8c3c-d5034ba47c42","name":"Batch upload AI events","request":{"name":"Batch upload AI events","description":{"content":"Upload a batch of events to the AI engine. A request can only include events of one type.","type":"text/plain"},"url":{"path":["v4","events","ai-compat","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"eventType\": \"suggestion.search.click\",\n  \"items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"f35ca667-5817-4f2b-aa75-82a6b8a37159","name":"Accepted","originalRequest":{"url":{"path":["v4","events","ai-compat","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"eventType\": \"recommendation.view\",\n  \"items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"c9f091b5-3095-49fa-bf06-e19af0ebc351","name":"Bad request: input data missing or malformed","originalRequest":{"url":{"path":["v4","events","ai-compat","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"eventType\": \"recommendation.view\",\n  \"items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:28:26.078+00:00\",\n  \"status\": 400,\n  \"error\": \"Bad Request\",\n  \"message\": \"Version header content is invalid\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a51e714b-eb18-499c-8a48-4d28fec7f3a5","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","events","ai-compat","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"eventType\": \"recommendation.view\",\n  \"items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e93a27e6-e131-4b25-977a-bf4367fddfa0","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","events","ai-compat","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"eventType\": \"recommendation.view\",\n  \"items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d6021ec7-29c0-4de6-b78f-04109a6bdc84","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","events","ai-compat","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"eventType\": \"recommendation.view\",\n  \"items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"a3968825-99fe-46e6-a950-0282cfe3b55e","name":"Item clicked in search","request":{"name":"Item clicked in search","description":{"content":"Upload an item.search.click event to the AI engine.","type":"text/plain"},"url":{"path":["v4","events","ai-compat","item.search.click"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"correlationId\": \"string\",\n  \"clientUUID\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"position\": 8342,\n  \"searchType\": \"full-text-search\",\n  \"item\": \"string\",\n  \"EventTimestamp\": \"2019-02-07T09:53:56.999+00:00\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"8a315423-b3c8-4613-a71d-3419ad65b014","name":"No Content","originalRequest":{"url":{"path":["v4","events","ai-compat","item.search.click"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"correlationId\": \"string\",\n  \"clientUUID\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"position\": 8342,\n  \"searchType\": \"full-text-search\",\n  \"item\": \"string\",\n  \"EventTimestamp\": \"2019-02-07T09:53:56.999+00:00\"\n}","options":{"raw":{"language":"json"}}}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"3127dc7c-0061-4c97-83f4-f147f1cd9a72","name":"Bad request: input data missing or malformed","originalRequest":{"url":{"path":["v4","events","ai-compat","item.search.click"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"correlationId\": \"string\",\n  \"clientUUID\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"position\": 8342,\n  \"searchType\": \"full-text-search\",\n  \"item\": \"string\",\n  \"EventTimestamp\": \"2019-02-07T09:53:56.999+00:00\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:28:26.078+00:00\",\n  \"status\": 400,\n  \"error\": \"Bad Request\",\n  \"message\": \"Version header content is invalid\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"63eae834-2803-4cef-9cf5-ce9154a3f0d8","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","events","ai-compat","item.search.click"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"correlationId\": \"string\",\n  \"clientUUID\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"position\": 8342,\n  \"searchType\": \"full-text-search\",\n  \"item\": \"string\",\n  \"EventTimestamp\": \"2019-02-07T09:53:56.999+00:00\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d3445642-1e13-49a7-bd23-7c8040d99f8a","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","events","ai-compat","item.search.click"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"correlationId\": \"string\",\n  \"clientUUID\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"position\": 8342,\n  \"searchType\": \"full-text-search\",\n  \"item\": \"string\",\n  \"EventTimestamp\": \"2019-02-07T09:53:56.999+00:00\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ee813aee-f399-41bf-8912-1a78c943ae18","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","events","ai-compat","item.search.click"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"correlationId\": \"string\",\n  \"clientUUID\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"position\": 8342,\n  \"searchType\": \"full-text-search\",\n  \"item\": \"string\",\n  \"EventTimestamp\": \"2019-02-07T09:53:56.999+00:00\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"01140a8e-403c-41a1-9d01-3f9570681f73","name":"Suggestion clicked in search","request":{"name":"Suggestion clicked in search","description":{"content":"Upload a suggestion.search.click event to the AI engine.","type":"text/plain"},"url":{"path":["v4","events","ai-compat","suggestion.search.click"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"correlationId\": \"string\",\n  \"clientUUID\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"position\": 8886,\n  \"searchType\": \"full-text-search\",\n  \"suggestion\": \"string\",\n  \"EventTimestamp\": \"2019-02-07T09:53:56.999+00:00\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"f017749e-65a7-4f3b-b92c-8fd87e59eb3b","name":"No Content","originalRequest":{"url":{"path":["v4","events","ai-compat","suggestion.search.click"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"correlationId\": \"string\",\n  \"clientUUID\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"position\": 8886,\n  \"searchType\": \"full-text-search\",\n  \"suggestion\": \"string\",\n  \"EventTimestamp\": \"2019-02-07T09:53:56.999+00:00\"\n}","options":{"raw":{"language":"json"}}}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"490465d5-1e47-4a7f-b978-cc7ccbd3738c","name":"Bad request: input data missing or malformed","originalRequest":{"url":{"path":["v4","events","ai-compat","suggestion.search.click"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"correlationId\": \"string\",\n  \"clientUUID\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"position\": 8886,\n  \"searchType\": \"full-text-search\",\n  \"suggestion\": \"string\",\n  \"EventTimestamp\": \"2019-02-07T09:53:56.999+00:00\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:28:26.078+00:00\",\n  \"status\": 400,\n  \"error\": \"Bad Request\",\n  \"message\": \"Version header content is invalid\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f5b72574-d19d-44eb-b4f0-1a74a34aba18","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","events","ai-compat","suggestion.search.click"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"correlationId\": \"string\",\n  \"clientUUID\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"position\": 8886,\n  \"searchType\": \"full-text-search\",\n  \"suggestion\": \"string\",\n  \"EventTimestamp\": \"2019-02-07T09:53:56.999+00:00\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f2dd526d-853e-40c3-844e-c58d4cc76d15","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","events","ai-compat","suggestion.search.click"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"correlationId\": \"string\",\n  \"clientUUID\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"position\": 8886,\n  \"searchType\": \"full-text-search\",\n  \"suggestion\": \"string\",\n  \"EventTimestamp\": \"2019-02-07T09:53:56.999+00:00\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bfc64367-d8dc-49a6-ac3c-709c689d0550","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","events","ai-compat","suggestion.search.click"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"correlationId\": \"string\",\n  \"clientUUID\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"position\": 8886,\n  \"searchType\": \"full-text-search\",\n  \"suggestion\": \"string\",\n  \"EventTimestamp\": \"2019-02-07T09:53:56.999+00:00\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"af0fedef-c741-462b-8fdf-1c5cfd02a0d4","name":"Product clicked in search","request":{"name":"Product clicked in search","description":{"content":"Upload a product.search.click event to the AI engine.","type":"text/plain"},"url":{"path":["v4","events","ai-compat","product.search.click"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"correlationId\": \"string\",\n  \"clientUUID\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"position\": 379,\n  \"searchType\": \"listing\",\n  \"productId\": \"string\",\n  \"EventTimestamp\": \"2019-02-07T09:53:56.999+00:00\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"b7145acb-60fc-47eb-ba4e-a98111f3d832","name":"Accepted","originalRequest":{"url":{"path":["v4","events","ai-compat","product.search.click"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"correlationId\": \"string\",\n  \"clientUUID\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"position\": 379,\n  \"searchType\": \"listing\",\n  \"productId\": \"string\",\n  \"EventTimestamp\": \"2019-02-07T09:53:56.999+00:00\"\n}","options":{"raw":{"language":"json"}}}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"6bd57163-a303-4846-be67-b682c27a1b71","name":"Bad request: input data missing or malformed","originalRequest":{"url":{"path":["v4","events","ai-compat","product.search.click"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"correlationId\": \"string\",\n  \"clientUUID\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"position\": 379,\n  \"searchType\": \"listing\",\n  \"productId\": \"string\",\n  \"EventTimestamp\": \"2019-02-07T09:53:56.999+00:00\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:28:26.078+00:00\",\n  \"status\": 400,\n  \"error\": \"Bad Request\",\n  \"message\": \"Version header content is invalid\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7a4e9082-df0e-4176-aef3-4233018e61b1","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","events","ai-compat","product.search.click"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"correlationId\": \"string\",\n  \"clientUUID\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"position\": 379,\n  \"searchType\": \"listing\",\n  \"productId\": \"string\",\n  \"EventTimestamp\": \"2019-02-07T09:53:56.999+00:00\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e6e30e61-77b8-4cb2-95e6-07d873c955a4","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","events","ai-compat","product.search.click"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"correlationId\": \"string\",\n  \"clientUUID\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"position\": 379,\n  \"searchType\": \"listing\",\n  \"productId\": \"string\",\n  \"EventTimestamp\": \"2019-02-07T09:53:56.999+00:00\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"74507cb6-8b4a-4176-a4dc-6e8753ef6ebb","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","events","ai-compat","product.search.click"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"correlationId\": \"string\",\n  \"clientUUID\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"position\": 379,\n  \"searchType\": \"listing\",\n  \"productId\": \"string\",\n  \"EventTimestamp\": \"2019-02-07T09:53:56.999+00:00\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"5b864497-16e8-40fa-a72e-f80a129afdff","name":"Item clicked in recommendation","request":{"name":"Item clicked in recommendation","description":{"content":"Upload a recommendation.click event to the AI engine.","type":"text/plain"},"url":{"path":["v4","events","ai-compat","recommendation.click"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"correlationId\": \"string\",\n  \"clientUUID\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"item\": \"string\",\n  \"campaignId\": \"string\",\n  \"sessionId\": \"string\",\n  \"EventTimestamp\": \"2019-02-07T09:53:56.999+00:00\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"755831a8-13a5-483e-8fbf-c2c386c4ee21","name":"No Content","originalRequest":{"url":{"path":["v4","events","ai-compat","recommendation.click"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"correlationId\": \"string\",\n  \"clientUUID\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"item\": \"string\",\n  \"campaignId\": \"string\",\n  \"sessionId\": \"string\",\n  \"EventTimestamp\": \"2019-02-07T09:53:56.999+00:00\"\n}","options":{"raw":{"language":"json"}}}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"db0665aa-71e1-42c9-bb81-78b80f1fab3c","name":"Bad request: input data missing or malformed","originalRequest":{"url":{"path":["v4","events","ai-compat","recommendation.click"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"correlationId\": \"string\",\n  \"clientUUID\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"item\": \"string\",\n  \"campaignId\": \"string\",\n  \"sessionId\": \"string\",\n  \"EventTimestamp\": \"2019-02-07T09:53:56.999+00:00\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:28:26.078+00:00\",\n  \"status\": 400,\n  \"error\": \"Bad Request\",\n  \"message\": \"Version header content is invalid\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a672cdb0-9581-4c76-b2c9-e37e85e80915","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","events","ai-compat","recommendation.click"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"correlationId\": \"string\",\n  \"clientUUID\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"item\": \"string\",\n  \"campaignId\": \"string\",\n  \"sessionId\": \"string\",\n  \"EventTimestamp\": \"2019-02-07T09:53:56.999+00:00\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"30d3dfd1-c9ec-4684-ae81-1351cb25f2e7","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","events","ai-compat","recommendation.click"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"correlationId\": \"string\",\n  \"clientUUID\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"item\": \"string\",\n  \"campaignId\": \"string\",\n  \"sessionId\": \"string\",\n  \"EventTimestamp\": \"2019-02-07T09:53:56.999+00:00\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3431e27a-708b-48db-9089-ade583bc9544","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","events","ai-compat","recommendation.click"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"correlationId\": \"string\",\n  \"clientUUID\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"item\": \"string\",\n  \"campaignId\": \"string\",\n  \"sessionId\": \"string\",\n  \"EventTimestamp\": \"2019-02-07T09:53:56.999+00:00\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"0fee6bee-3c52-4bff-a9c7-8ebfdd7dae49","name":"Recommendation viewed","request":{"name":"Recommendation viewed","description":{"content":"Upload a recommendation.view event to the AI engine.","type":"text/plain"},"url":{"path":["v4","events","ai-compat","recommendation.view"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"correlationId\": \"string\",\n  \"clientUUID\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"EventTimestamp\": \"2019-02-07T09:53:56.999+00:00\",\n  \"campaignId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"39d8d1d0-9625-46be-aa29-95606aaece2a","name":"No Content","originalRequest":{"url":{"path":["v4","events","ai-compat","recommendation.view"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"correlationId\": \"string\",\n  \"clientUUID\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"EventTimestamp\": \"2019-02-07T09:53:56.999+00:00\",\n  \"campaignId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"d90c85cb-a20d-43c2-a265-671fd65eabd4","name":"Bad request: input data missing or malformed","originalRequest":{"url":{"path":["v4","events","ai-compat","recommendation.view"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"correlationId\": \"string\",\n  \"clientUUID\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"EventTimestamp\": \"2019-02-07T09:53:56.999+00:00\",\n  \"campaignId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:28:26.078+00:00\",\n  \"status\": 400,\n  \"error\": \"Bad Request\",\n  \"message\": \"Version header content is invalid\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"efe5e203-585a-402b-82c6-b1eee7dd6220","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","events","ai-compat","recommendation.view"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"correlationId\": \"string\",\n  \"clientUUID\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"EventTimestamp\": \"2019-02-07T09:53:56.999+00:00\",\n  \"campaignId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e1df5f7b-f1e5-4f0b-88c2-5372f8d5f375","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","events","ai-compat","recommendation.view"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"correlationId\": \"string\",\n  \"clientUUID\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"EventTimestamp\": \"2019-02-07T09:53:56.999+00:00\",\n  \"campaignId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d2b9e865-65c3-44de-a1b9-2bf3e4322c35","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","events","ai-compat","recommendation.view"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"correlationId\": \"string\",\n  \"clientUUID\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"EventTimestamp\": \"2019-02-07T09:53:56.999+00:00\",\n  \"campaignId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"41179976-d8f5-4d3c-97c7-391bb3c157cb","name":"Workflows","description":{"content":"","type":"text/plain"},"item":[{"id":"8da846fa-1e92-43ef-bf13-19a2c8c1dacb","name":"Get list of workflows","request":{"name":"Get list of workflows","description":{"content":"Retrieve a paginated list of workflows.","type":"text/plain"},"url":{"path":["automation-brain","diagrams"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"page","value":"1","description":"The selected page"},{"disabled":false,"key":"limit","value":"10","description":"Selected page"},{"disabled":false,"key":"status","value":"All","description":"Filter workflows by status"},{"disabled":false,"key":"sort","value":"UpdatedTime","description":"Sort workflows by a property value"},{"disabled":false,"key":"sortBy","value":"createdTime:desc","description":"Sort workflows clause"},{"disabled":false,"key":"order","value":"Desc","description":"Sorting order"},{"disabled":false,"key":"search","value":"string","description":"A string to search for in workflow names and email addresses of authors. Workflows that don't match the search aren't returned at all."},{"disabled":false,"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816","description":"UUID of the directory"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"3b1cec9a-7c00-470d-bc14-5961dbaf54f5","name":"A page of workflows","originalRequest":{"url":{"path":["automation-brain","diagrams"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"},{"key":"status","value":"All"},{"key":"sort","value":"UpdatedTime"},{"key":"sortBy","value":"createdTime:desc"},{"key":"order","value":"Desc"},{"key":"search","value":"string"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"meta\": {\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"page\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalPages\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3aa14025-2edf-4e42-b3a1-bc130caf87da","name":"Bad request: input data missing or malformed","originalRequest":{"url":{"path":["automation-brain","diagrams"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"},{"key":"status","value":"All"},{"key":"sort","value":"UpdatedTime"},{"key":"sortBy","value":"createdTime:desc"},{"key":"order","value":"Desc"},{"key":"search","value":"string"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 1302,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7a8604f0-87a6-4f37-9de5-87c4cf19fe17","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["automation-brain","diagrams"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"},{"key":"status","value":"All"},{"key":"sort","value":"UpdatedTime"},{"key":"sortBy","value":"createdTime:desc"},{"key":"order","value":"Desc"},{"key":"search","value":"string"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 1302,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"19a80d4b-ee99-4f2e-ac1d-24f2296d289f","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["automation-brain","diagrams"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"},{"key":"status","value":"All"},{"key":"sort","value":"UpdatedTime"},{"key":"sortBy","value":"createdTime:desc"},{"key":"order","value":"Desc"},{"key":"search","value":"string"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 1302,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bd1e4aa9-e79f-484f-ab8c-2965f58c1bd9","name":"Resource not found","originalRequest":{"url":{"path":["automation-brain","diagrams"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"},{"key":"status","value":"All"},{"key":"sort","value":"UpdatedTime"},{"key":"sortBy","value":"createdTime:desc"},{"key":"order","value":"Desc"},{"key":"search","value":"string"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 1302,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c6487066-d40d-4932-b3c0-bf04816dcbe0","name":"Get list of workflows","request":{"name":"Get list of workflows","description":{"content":"Retrieve a paginated list of workflows.","type":"text/plain"},"url":{"path":["automation-brain","v2","diagrams"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"page","value":"1","description":"The selected page"},{"disabled":false,"key":"limit","value":"50","description":"Selected page"},{"disabled":false,"key":"status","value":"All","description":"Filter workflows by status"},{"disabled":false,"key":"sort","value":"UpdatedTime","description":"Sort workflows by a property value"},{"disabled":false,"key":"sortBy","value":"createdTime:desc","description":"Sort workflows clause"},{"disabled":false,"key":"order","value":"Desc","description":"Sorting order"},{"disabled":false,"key":"search","value":"string","description":"A string to search for in workflow names and email addresses of authors. Workflows that don't match the search aren't returned at all."},{"disabled":false,"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816","description":"UUID of the directory"},{"disabled":false,"key":"tags","value":"string"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"0d91ae3d-4968-473a-bdf3-21c31e85d6fa","name":"A page of workflows","originalRequest":{"url":{"path":["automation-brain","v2","diagrams"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"},{"key":"status","value":"All"},{"key":"sort","value":"UpdatedTime"},{"key":"sortBy","value":"createdTime:desc"},{"key":"order","value":"Desc"},{"key":"search","value":"string"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"tags","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"meta\": {\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"links\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ba93df6f-f06a-46c6-98db-1e0e78ff2e79","name":"Bad request: input data missing or malformed","originalRequest":{"url":{"path":["automation-brain","v2","diagrams"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"},{"key":"status","value":"All"},{"key":"sort","value":"UpdatedTime"},{"key":"sortBy","value":"createdTime:desc"},{"key":"order","value":"Desc"},{"key":"search","value":"string"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"tags","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 1302,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8e7dc340-d95b-4a67-8327-b1c73eec2745","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["automation-brain","v2","diagrams"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"},{"key":"status","value":"All"},{"key":"sort","value":"UpdatedTime"},{"key":"sortBy","value":"createdTime:desc"},{"key":"order","value":"Desc"},{"key":"search","value":"string"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"tags","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 1302,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7fdea007-097d-4ad7-aa7c-1f92ed59882d","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["automation-brain","v2","diagrams"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"},{"key":"status","value":"All"},{"key":"sort","value":"UpdatedTime"},{"key":"sortBy","value":"createdTime:desc"},{"key":"order","value":"Desc"},{"key":"search","value":"string"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"tags","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 1302,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5e817801-2653-48c9-9e52-45261aec3f6d","name":"Resource not found","originalRequest":{"url":{"path":["automation-brain","v2","diagrams"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"},{"key":"status","value":"All"},{"key":"sort","value":"UpdatedTime"},{"key":"sortBy","value":"createdTime:desc"},{"key":"order","value":"Desc"},{"key":"search","value":"string"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"tags","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 1302,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"353d7e03-b82b-4186-9602-9c0f1333e633","name":"Run/resume workflow","request":{"name":"Run/resume workflow","description":{"content":"Run a or resume workflow.","type":"text/plain"},"url":{"path":["automation-brain","diagrams",":diagramId","run"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"diagramId","description":"(Required) UUID of the workflow/diagram."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"scheduleAction\": \"NoAction\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"7f8db0e4-9e42-4cd1-8ae8-14fea3944313","name":"Workflow run/resumed or was already running","originalRequest":{"url":{"path":["automation-brain","diagrams",":diagramId","run"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"diagramId","description":"(Required) UUID of the workflow/diagram."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"scheduleAction\": \"NoAction\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"OK","cookie":[],"_postman_previewlanguage":"text"},{"id":"1a364cb1-2f0e-487f-b194-316ef91957aa","name":"See error message for details","originalRequest":{"url":{"path":["automation-brain","diagrams",":diagramId","run"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"diagramId","description":"(Required) UUID of the workflow/diagram."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"scheduleAction\": \"NoAction\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"string\",\n  \"httpStatus\": 8547,\n  \"message\": \"string\",\n  \"timestamp\": \"1956-08-09T01:53:18.267Z\",\n  \"help\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"details\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4959f5e8-dfde-422a-b284-2e41a2a04eeb","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["automation-brain","diagrams",":diagramId","run"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"diagramId","description":"(Required) UUID of the workflow/diagram."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"scheduleAction\": \"NoAction\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 1302,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fd5e2db1-8c86-4807-b740-23e721131ce1","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["automation-brain","diagrams",":diagramId","run"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"diagramId","description":"(Required) UUID of the workflow/diagram."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"scheduleAction\": \"NoAction\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 1302,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b61a0cd1-d669-46a2-87ad-a8182020299e","name":"Resource not found","originalRequest":{"url":{"path":["automation-brain","diagrams",":diagramId","run"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"diagramId","description":"(Required) UUID of the workflow/diagram."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"scheduleAction\": \"NoAction\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 1302,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"0fb3a404-ae98-4996-98c2-55a3946383c6","name":"Pause workflow","request":{"name":"Pause workflow","description":{"content":"Pause a workflow.","type":"text/plain"},"url":{"path":["automation-brain","diagrams",":diagramId","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"diagramId","description":"(Required) UUID of the workflow/diagram."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"scheduleAction\": \"NoAction\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"7b98434e-3847-4f66-8046-5cc40a6c5ef3","name":"Diagram paused or was already paused","originalRequest":{"url":{"path":["automation-brain","diagrams",":diagramId","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"diagramId","description":"(Required) UUID of the workflow/diagram."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"scheduleAction\": \"NoAction\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"OK","cookie":[],"_postman_previewlanguage":"text"},{"id":"8bb43c15-63a9-42d4-8fb3-1b011b4c599b","name":"See error message for details","originalRequest":{"url":{"path":["automation-brain","diagrams",":diagramId","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"diagramId","description":"(Required) UUID of the workflow/diagram."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"scheduleAction\": \"NoAction\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"string\",\n  \"httpStatus\": 1598,\n  \"message\": \"string\",\n  \"timestamp\": \"2026-04-30T12:12:34.586Z\",\n  \"help\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"details\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c22225ea-ebe7-4c8a-a628-429499ebc5a6","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["automation-brain","diagrams",":diagramId","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"diagramId","description":"(Required) UUID of the workflow/diagram."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"scheduleAction\": \"NoAction\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 1302,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"05443c40-de40-4e00-bada-654c84b90abe","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["automation-brain","diagrams",":diagramId","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"diagramId","description":"(Required) UUID of the workflow/diagram."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"scheduleAction\": \"NoAction\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 1302,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3b35428b-9a5b-49ba-a8b4-8b4b28ed3d2f","name":"Resource not found","originalRequest":{"url":{"path":["automation-brain","diagrams",":diagramId","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"diagramId","description":"(Required) UUID of the workflow/diagram."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"scheduleAction\": \"NoAction\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 1302,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"1a4c2d95-d53d-4504-9d6e-08feb264a9e9","name":"Stop workflow","request":{"name":"Stop workflow","description":{"content":"Stop a workflow.\n\n<span style=\"color:red\"><strong>WARNING:</strong> A stopped workflow can't be restarted.</span>\n","type":"text/plain"},"url":{"path":["automation-brain","diagrams",":diagramId","stop"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"diagramId","description":"(Required) UUID of the workflow/diagram."}]},"header":[{"key":"Accept","value":"text/plain"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"dcf7f90a-660a-4f81-980b-12eebc62db43","name":"Workflow stopped or was already stopped","originalRequest":{"url":{"path":["automation-brain","diagrams",":diagramId","stop"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"diagramId","description":"(Required) UUID of the workflow/diagram."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"OK","cookie":[],"_postman_previewlanguage":"text"},{"id":"a6a21b01-c007-45e5-8998-4bf06fdd99ef","name":"See error message for details","originalRequest":{"url":{"path":["automation-brain","diagrams",":diagramId","stop"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"diagramId","description":"(Required) UUID of the workflow/diagram."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"string\",\n  \"httpStatus\": 1598,\n  \"message\": \"string\",\n  \"timestamp\": \"2026-04-30T12:12:34.586Z\",\n  \"help\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"details\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3ece9f86-ca75-4aca-b493-954bcb3f7f32","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["automation-brain","diagrams",":diagramId","stop"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"diagramId","description":"(Required) UUID of the workflow/diagram."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 1302,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b55e6761-6094-4220-937a-8fa84de61965","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["automation-brain","diagrams",":diagramId","stop"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"diagramId","description":"(Required) UUID of the workflow/diagram."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 1302,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9891a40b-5b13-4145-b1b6-46863730014e","name":"Resource not found","originalRequest":{"url":{"path":["automation-brain","diagrams",":diagramId","stop"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"diagramId","description":"(Required) UUID of the workflow/diagram."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 1302,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"be06ad4a-df74-4560-92bb-d7809b8da567","name":"Enable schedule for workflow","request":{"name":"Enable schedule for workflow","description":{"content":"Enable schedule for workflow.","type":"text/plain"},"url":{"path":["automation-brain","diagrams",":diagramId","schedule-on"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"diagramId","description":"(Required) UUID of the workflow/diagram."}]},"header":[{"key":"Accept","value":"text/plain"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"a33e9d6e-c8ba-45c7-943b-b057dc4a04db","name":"Workflow scheduled or was already scheduled","originalRequest":{"url":{"path":["automation-brain","diagrams",":diagramId","schedule-on"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"diagramId","description":"(Required) UUID of the workflow/diagram."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"OK","cookie":[],"_postman_previewlanguage":"text"},{"id":"282b4e6b-dc7d-4a6a-80d5-1f348de0eec9","name":"See error message for details","originalRequest":{"url":{"path":["automation-brain","diagrams",":diagramId","schedule-on"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"diagramId","description":"(Required) UUID of the workflow/diagram."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"string\",\n  \"httpStatus\": 1598,\n  \"message\": \"string\",\n  \"timestamp\": \"2026-04-30T12:12:34.586Z\",\n  \"help\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"details\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"12426fc1-e3c7-47c6-bef1-bc9eab541949","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["automation-brain","diagrams",":diagramId","schedule-on"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"diagramId","description":"(Required) UUID of the workflow/diagram."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 1302,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"708306c1-13b8-40cd-bd2d-e435b089afe8","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["automation-brain","diagrams",":diagramId","schedule-on"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"diagramId","description":"(Required) UUID of the workflow/diagram."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 1302,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e7fec6bf-b064-424b-a09c-87803422d025","name":"Resource not found","originalRequest":{"url":{"path":["automation-brain","diagrams",":diagramId","schedule-on"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"diagramId","description":"(Required) UUID of the workflow/diagram."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 1302,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"5af3a7d8-04f1-4470-ab45-aaa03e9c755e","name":"Disable schedule for workflow","request":{"name":"Disable schedule for workflow","description":{"content":"Disable schedule for workflow.","type":"text/plain"},"url":{"path":["automation-brain","diagrams",":diagramId","schedule-off"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"diagramId","description":"(Required) UUID of the workflow/diagram."}]},"header":[{"key":"Accept","value":"text/plain"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"de8ba868-7b4e-4686-916f-8a3e965c01c3","name":"Workflow unscheduled or was already unscheduled","originalRequest":{"url":{"path":["automation-brain","diagrams",":diagramId","schedule-off"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"diagramId","description":"(Required) UUID of the workflow/diagram."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"OK","cookie":[],"_postman_previewlanguage":"text"},{"id":"69ad1d86-0818-4187-88de-9ded1385d84b","name":"See error message for details","originalRequest":{"url":{"path":["automation-brain","diagrams",":diagramId","schedule-off"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"diagramId","description":"(Required) UUID of the workflow/diagram."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"string\",\n  \"httpStatus\": 1598,\n  \"message\": \"string\",\n  \"timestamp\": \"2026-04-30T12:12:34.586Z\",\n  \"help\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"details\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1cdc3698-fe5e-4655-a012-602e4c8c1701","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["automation-brain","diagrams",":diagramId","schedule-off"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"diagramId","description":"(Required) UUID of the workflow/diagram."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 1302,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ef2e9cd2-ff9c-462b-a711-88c85939dad2","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["automation-brain","diagrams",":diagramId","schedule-off"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"diagramId","description":"(Required) UUID of the workflow/diagram."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 1302,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a7b339b7-ee67-4628-b8a6-300dac18038f","name":"Resource not found","originalRequest":{"url":{"path":["automation-brain","diagrams",":diagramId","schedule-off"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"diagramId","description":"(Required) UUID of the workflow/diagram."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 1302,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"2600828f-0f35-472f-a6d8-0d165d02f54b","name":"Get workflow statistics with node details","request":{"name":"Get workflow statistics with node details","description":{"content":"Retrieve workflow execution statistics, including node statistics and metadata (name, type).","type":"text/plain"},"url":{"path":["automation-brain","diagrams",":diagramId","statistics"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"timePeriod","value":"currentDay","description":"Time period for the statistics"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"diagramId","description":"(Required) UUID of the workflow/diagram."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"e923184f-0815-43d2-931b-fe97a24781f7","name":"Diagram statistics with node info","originalRequest":{"url":{"path":["automation-brain","diagrams",":diagramId","statistics"],"host":["{{baseUrl}}"],"query":[{"key":"timePeriod","value":"currentDay"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"diagramId","description":"(Required) UUID of the workflow/diagram."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"started\": 3055,\n  \"finished\": 4124,\n  \"inProgress\": 5136,\n  \"blocks\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2c6c93db-5e5f-4926-b2e6-f0a03d1c403e","name":"See error message for details","originalRequest":{"url":{"path":["automation-brain","diagrams",":diagramId","statistics"],"host":["{{baseUrl}}"],"query":[{"key":"timePeriod","value":"currentDay"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"diagramId","description":"(Required) UUID of the workflow/diagram."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"string\",\n  \"httpStatus\": 1598,\n  \"message\": \"string\",\n  \"timestamp\": \"2026-04-30T12:12:34.586Z\",\n  \"help\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"details\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2dc04128-9143-4074-a48b-bfdb50e0503d","name":"Insufficient permissions to perform this action","originalRequest":{"url":{"path":["automation-brain","diagrams",":diagramId","statistics"],"host":["{{baseUrl}}"],"query":[{"key":"timePeriod","value":"currentDay"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"diagramId","description":"(Required) UUID of the workflow/diagram."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"665dee1a-77d8-4d24-b8c6-00586000f1b3","name":"Diagram not found","originalRequest":{"url":{"path":["automation-brain","diagrams",":diagramId","statistics"],"host":["{{baseUrl}}"],"query":[{"key":"timePeriod","value":"currentDay"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"diagramId","description":"(Required) UUID of the workflow/diagram."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"7e8f42f5-ae88-473e-841f-04ba798c86dd","name":"Get node statistics","request":{"name":"Get node statistics","description":{"content":"Retrieve execution statistics for a single block enriched with block metadata (name, type).","type":"text/plain"},"url":{"path":["automation-brain","diagrams",":diagramId","blocks",":blockId","statistics"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"timePeriod","value":"currentDay","description":"Time period for statistics"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"diagramId","description":"(Required) UUID of the workflow/diagram."},{"disabled":false,"type":"any","value":"string","key":"blockId","description":"(Required) UUID of the node"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"2144aff9-143c-4322-86b7-1a68e42d221b","name":"Block statistics with block info","originalRequest":{"url":{"path":["automation-brain","diagrams",":diagramId","blocks",":blockId","statistics"],"host":["{{baseUrl}}"],"query":[{"key":"timePeriod","value":"currentDay"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"diagramId","description":"(Required) UUID of the workflow/diagram."},{"disabled":false,"type":"any","value":"string","key":"blockId","description":"(Required) UUID of the node"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"type\": \"EventTrigger\",\n  \"entered\": 3518,\n  \"name\": \"string\",\n  \"executed\": 7795\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f3d73722-73b1-41f1-9d3d-f73452322fc8","name":"See error message for details","originalRequest":{"url":{"path":["automation-brain","diagrams",":diagramId","blocks",":blockId","statistics"],"host":["{{baseUrl}}"],"query":[{"key":"timePeriod","value":"currentDay"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"diagramId","description":"(Required) UUID of the workflow/diagram."},{"disabled":false,"type":"any","value":"string","key":"blockId","description":"(Required) UUID of the node"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"string\",\n  \"httpStatus\": 1598,\n  \"message\": \"string\",\n  \"timestamp\": \"2026-04-30T12:12:34.586Z\",\n  \"help\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"details\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2ac1ead2-7aff-4d1f-9b58-f6ad1c5ec560","name":"Insufficient permissions to perform this action","originalRequest":{"url":{"path":["automation-brain","diagrams",":diagramId","blocks",":blockId","statistics"],"host":["{{baseUrl}}"],"query":[{"key":"timePeriod","value":"currentDay"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"diagramId","description":"(Required) UUID of the workflow/diagram."},{"disabled":false,"type":"any","value":"string","key":"blockId","description":"(Required) UUID of the node"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"035d4408-6cd2-40bd-ae4b-776a778cee4f","name":"Diagram or block not found","originalRequest":{"url":{"path":["automation-brain","diagrams",":diagramId","blocks",":blockId","statistics"],"host":["{{baseUrl}}"],"query":[{"key":"timePeriod","value":"currentDay"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"diagramId","description":"(Required) UUID of the workflow/diagram."},{"disabled":false,"type":"any","value":"string","key":"blockId","description":"(Required) UUID of the node"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"a9a3d111-d8e9-4484-9353-24470695e4aa","name":"Schema Builder","description":{"content":"","type":"text/plain"},"item":[{"id":"a6d144a6-f73d-4e99-83d3-3868572929fe","name":"Create schema","request":{"name":"Create schema","description":{"content":"Create a new schema.","type":"text/plain"},"url":{"path":["boxes-v2","schemas"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"schemaName\": \"firstSchema\",\n  \"layout\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"fields\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"primaryKey\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"c259d894-7be2-49bc-b2f2-a98d8d957c68","name":"Created schema","originalRequest":{"url":{"path":["boxes-v2","schemas"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"schemaName\": \"firstSchema\",\n  \"layout\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"fields\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"primaryKey\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"businessProfileId\": 1617,\n  \"primaryKey\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"schemaName\": \"firstSchema\",\n  \"schemaId\": \"86403a7d-1120-491a-a789-3d328d91193d\",\n  \"createdAt\": \"2020-07-07T09:03:13.390101Z\",\n  \"createdBy\": 5132.051609715789,\n  \"modifiedAt\": \"2020-07-07T09:03:13.390101Z\",\n  \"modifiedBy\": 9717.1689391451,\n  \"fields\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"layout\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"relations\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"permissionStatus\": \"private\",\n  \"deletedAt\": \"2020-07-07T09:03:13.390101Z\",\n  \"deletedBy\": 3877.3925238353336\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e3d4ef7e-8e8a-4450-9c53-9af55923fcda","name":"Get all schemas","request":{"name":"Get all schemas","description":{"content":"Retrieve a paginated list of schemas from the current Workspace.","type":"text/plain"},"url":{"path":["boxes-v2","schemas"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"limit","value":"3408.6366118814526","description":"(Required) Number of entries per page"},{"disabled":false,"key":"page","value":"3408.6366118814526","description":"(Required) Selected page. The first page has the index `1`."},{"disabled":false,"key":"name","value":"string","description":"Searches for a given string in schema names. The search is **not** case-sensitive."}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"0e9c00b3-8b1b-4116-834e-1f92ed1dcdfe","name":"A list of schemas","originalRequest":{"url":{"path":["boxes-v2","schemas"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"3408.6366118814526"},{"key":"page","value":"3408.6366118814526"},{"key":"name","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"pagination\": {\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"page\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"pages\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"total\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b653283a-3ab1-4088-88ec-636def51d571","name":"Update schema","request":{"name":"Update schema","description":{"content":"Update an existing schema.","type":"text/plain"},"url":{"path":["boxes-v2","schemas",":schemaId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"schemaId","description":"(Required) UUID of the schema"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"schemaName\": \"firstSchema\",\n  \"layout\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"fields\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"primaryKey\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"5451a038-f2cd-46bd-80eb-63c79bbd2e95","name":"Updated schema","originalRequest":{"url":{"path":["boxes-v2","schemas",":schemaId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"schemaId","description":"(Required) UUID of the schema"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"schemaName\": \"firstSchema\",\n  \"layout\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"fields\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"primaryKey\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"businessProfileId\": 1617,\n  \"primaryKey\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"schemaName\": \"firstSchema\",\n  \"schemaId\": \"86403a7d-1120-491a-a789-3d328d91193d\",\n  \"createdAt\": \"2020-07-07T09:03:13.390101Z\",\n  \"createdBy\": 5132.051609715789,\n  \"modifiedAt\": \"2020-07-07T09:03:13.390101Z\",\n  \"modifiedBy\": 9717.1689391451,\n  \"fields\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"layout\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"relations\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"permissionStatus\": \"private\",\n  \"deletedAt\": \"2020-07-07T09:03:13.390101Z\",\n  \"deletedBy\": 3877.3925238353336\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"2d07762e-a71b-4e9d-8a61-ecca59ed1dd2","name":"Get schema","request":{"name":"Get schema","description":{"content":"Retrieve the details of a single schema.","type":"text/plain"},"url":{"path":["boxes-v2","schemas",":schemaId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"schemaId","description":"(Required) UUID of the schema"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"a5e3516e-411a-48ec-b46f-93d232ba52fe","name":"Details of the schema","originalRequest":{"url":{"path":["boxes-v2","schemas",":schemaId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"schemaId","description":"(Required) UUID of the schema"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"businessProfileId\": 1617,\n  \"primaryKey\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"schemaName\": \"firstSchema\",\n  \"schemaId\": \"86403a7d-1120-491a-a789-3d328d91193d\",\n  \"createdAt\": \"2020-07-07T09:03:13.390101Z\",\n  \"createdBy\": 5132.051609715789,\n  \"modifiedAt\": \"2020-07-07T09:03:13.390101Z\",\n  \"modifiedBy\": 9717.1689391451,\n  \"fields\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"layout\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"relations\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"permissionStatus\": \"private\",\n  \"deletedAt\": \"2020-07-07T09:03:13.390101Z\",\n  \"deletedBy\": 3877.3925238353336\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"606fdee1-d297-4c04-8d95-b1c31da66149","name":"Delete schema","request":{"name":"Delete schema","description":{"content":"Delete a schema. This operation is irreversible.","type":"text/plain"},"url":{"path":["boxes-v2","schemas",":schemaId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"schemaId","description":"(Required) UUID of the schema"}]},"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"b8063e55-a734-4e8f-b412-75a7c20fac52","name":"Schema deleted","originalRequest":{"url":{"path":["boxes-v2","schemas",":schemaId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"schemaId","description":"(Required) UUID of the schema"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"ed38b70b-19fb-43c9-9eb4-927cc9a0f81b","name":"Get all schema projections","request":{"name":"Get all schema projections","description":{"content":"Retrieve a paginated list of schema projections (simplified data of schemas) from the current Workspace.","type":"text/plain"},"url":{"path":["boxes-v2","schemas","projections"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"limit","value":"3408.6366118814526","description":"(Required) Number of entries per page"},{"disabled":false,"key":"page","value":"3408.6366118814526","description":"(Required) Selected page. The first page has the index `1`."},{"disabled":false,"key":"name","value":"string","description":"Searches for a given string in schema names. The search is **not** case-sensitive."}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"765b5eb9-5de6-4d4f-b236-c967951790bb","name":"A list of schemas projections","originalRequest":{"url":{"path":["boxes-v2","schemas","projections"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"3408.6366118814526"},{"key":"page","value":"3408.6366118814526"},{"key":"name","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"pagination\": {\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"page\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"pages\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"total\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"324108d8-cc38-4f00-9cab-647af4e0c7da","name":"Get all predefined schemas","request":{"name":"Get all predefined schemas","description":{"content":"Retrieve a paginated list of predefined schemas.","type":"text/plain"},"url":{"path":["boxes-v2","predefined-schemas"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"limit","value":"3408.6366118814526","description":"(Required) Number of entries per page"},{"disabled":false,"key":"page","value":"3408.6366118814526","description":"(Required) Selected page. The first page has the index `1`."}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"f6efd205-14c1-4a44-b176-acaded64694b","name":"A list of predefined schemas","originalRequest":{"url":{"path":["boxes-v2","predefined-schemas"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"3408.6366118814526"},{"key":"page","value":"3408.6366118814526"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"pagination\": {\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"page\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"pages\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"total\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"0666cdf8-f99d-4336-aea1-cf3705e8a8d2","name":"Get predefined schema","request":{"name":"Get predefined schema","description":{"content":"Retrieve the details of a single predefined schema.","type":"text/plain"},"url":{"path":["boxes-v2","predefined-schemas",":schemaId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"schemaId","description":"(Required) UUID of the schema"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"33574830-b59c-4851-9529-5e46b14c70ec","name":"Details of the predefined schema","originalRequest":{"url":{"path":["boxes-v2","predefined-schemas",":schemaId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"schemaId","description":"(Required) UUID of the schema"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"businessProfileId\": 1617,\n  \"primaryKey\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"schemaName\": \"firstSchema\",\n  \"schemaId\": \"86403a7d-1120-491a-a789-3d328d91193d\",\n  \"createdAt\": \"2020-07-07T09:03:13.390101Z\",\n  \"createdBy\": 5132.051609715789,\n  \"modifiedAt\": \"2020-07-07T09:03:13.390101Z\",\n  \"modifiedBy\": 9717.1689391451,\n  \"fields\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"layout\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"relations\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"permissionStatus\": \"private\",\n  \"deletedAt\": \"2020-07-07T09:03:13.390101Z\",\n  \"deletedBy\": 3877.3925238353336\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e98ac0ae-aeaf-43bb-849e-e38be733cefa","name":"Create record","request":{"name":"Create record","description":{"content":"Create a new record. A record creates a database entry according to a schema.","type":"text/plain"},"url":{"path":["boxes-v2","records",":schemaId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"schemaId","description":"(Required) UUID of the schema"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"fields\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"908b1328-d8df-4c00-8f0a-855e8e7e61f2","name":"Created record","originalRequest":{"url":{"path":["boxes-v2","records",":schemaId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"schemaId","description":"(Required) UUID of the schema"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"fields\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"schemaId\": \"10c681d9-5afc-4ea1-ac97-dd1d22c7b045\",\n  \"recordId\": \"10c681d9-5afc-4ea1-ac97-dd1d22c7b045\",\n  \"fields\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"relations\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"createdAt\": \"2020-07-07T09:03:13.390101Z\",\n  \"createdBy\": 8713.25399331251,\n  \"modifiedAt\": \"2020-07-07T09:03:13.390101Z\",\n  \"modifiedBy\": 7934.87332597471,\n  \"businessProfileId\": 6063,\n  \"permissionStatus\": \"private\",\n  \"deletedAt\": \"2020-07-07T09:03:13.390101Z\",\n  \"deletedBy\": 7864.322865374827\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b6567c14-abca-40c0-90c8-5094f78a413d","name":"Get all records","request":{"name":"Get all records","description":{"content":"Retrieve all records from the schema.","type":"text/plain"},"url":{"path":["boxes-v2","records",":schemaId"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"limit","value":"3408.6366118814526","description":"(Required) Number of entries per page"},{"disabled":false,"key":"page","value":"3408.6366118814526","description":"(Required) Selected page. The first page has the index `1`."}],"variable":[{"disabled":false,"type":"any","value":"string","key":"schemaId","description":"(Required) UUID of the schema"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"d0c48b4a-5005-420a-8a55-486d37752f4d","name":"Fetched records","originalRequest":{"url":{"path":["boxes-v2","records",":schemaId"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"3408.6366118814526"},{"key":"page","value":"3408.6366118814526"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"schemaId","description":"(Required) UUID of the schema"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"pagination\": {\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"page\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"pages\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"total\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"64dc296b-3625-488f-882e-a4f9042fdede","name":"Update record","request":{"name":"Update record","description":{"content":"Update a record.","type":"text/plain"},"url":{"path":["boxes-v2","records",":schemaId",":recordId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"schemaId","description":"(Required) UUID of the schema"},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"recordId","description":"(Required) UUID of the record"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"fields\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"4df384a2-a1d3-4ddf-ad7f-70409cba3d77","name":"Updated record","originalRequest":{"url":{"path":["boxes-v2","records",":schemaId",":recordId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"schemaId","description":"(Required) UUID of the schema"},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"recordId","description":"(Required) UUID of the record"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"fields\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"schemaId\": \"10c681d9-5afc-4ea1-ac97-dd1d22c7b045\",\n  \"recordId\": \"10c681d9-5afc-4ea1-ac97-dd1d22c7b045\",\n  \"fields\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"relations\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"createdAt\": \"2020-07-07T09:03:13.390101Z\",\n  \"createdBy\": 8713.25399331251,\n  \"modifiedAt\": \"2020-07-07T09:03:13.390101Z\",\n  \"modifiedBy\": 7934.87332597471,\n  \"businessProfileId\": 6063,\n  \"permissionStatus\": \"private\",\n  \"deletedAt\": \"2020-07-07T09:03:13.390101Z\",\n  \"deletedBy\": 7864.322865374827\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"7649fc35-1959-48dc-9d06-22d0c3a0c555","name":"Get record","request":{"name":"Get record","description":{"content":"Retrieve the details of a single record.","type":"text/plain"},"url":{"path":["boxes-v2","records",":schemaId",":recordId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"schemaId","description":"(Required) UUID of the schema"},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"recordId","description":"(Required) UUID of the record"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"4f879f4e-3b68-4012-97a9-11f5b02fa3a8","name":"Fetched record","originalRequest":{"url":{"path":["boxes-v2","records",":schemaId",":recordId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"schemaId","description":"(Required) UUID of the schema"},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"recordId","description":"(Required) UUID of the record"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"schemaId\": \"10c681d9-5afc-4ea1-ac97-dd1d22c7b045\",\n  \"recordId\": \"10c681d9-5afc-4ea1-ac97-dd1d22c7b045\",\n  \"fields\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"relations\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"createdAt\": \"2020-07-07T09:03:13.390101Z\",\n  \"createdBy\": 8713.25399331251,\n  \"modifiedAt\": \"2020-07-07T09:03:13.390101Z\",\n  \"modifiedBy\": 7934.87332597471,\n  \"businessProfileId\": 6063,\n  \"permissionStatus\": \"private\",\n  \"deletedAt\": \"2020-07-07T09:03:13.390101Z\",\n  \"deletedBy\": 7864.322865374827\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"43e3087d-a0ed-42c1-863e-86e78130a2a4","name":"Delete record","request":{"name":"Delete record","description":{"content":"Delete a record. This operation is irreversible.","type":"text/plain"},"url":{"path":["boxes-v2","records",":schemaId",":recordId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"schemaId","description":"(Required) UUID of the schema"},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"recordId","description":"(Required) UUID of the record"}]},"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"e0c3161c-fa29-49a5-8716-419ca8de26c2","name":"Record deleted","originalRequest":{"url":{"path":["boxes-v2","records",":schemaId",":recordId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"schemaId","description":"(Required) UUID of the schema"},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"recordId","description":"(Required) UUID of the record"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c6cc25a3-7fcf-417f-a442-4865fbb999e2","name":"Relative update of record","request":{"name":"Relative update of record","description":{"content":"Relative update allows you to easily change the value in a record without updating the entire record. Currently, only numeric values can be changed.","type":"text/plain"},"url":{"path":["boxes-v2","records",":schemaId",":recordId","relative"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"schemaId","description":"(Required) UUID of the schema"},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"recordId","description":"(Required) UUID of the record"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"actions\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"21f4e849-e6bd-450e-93d1-1008455dac0c","name":"Updated record","originalRequest":{"url":{"path":["boxes-v2","records",":schemaId",":recordId","relative"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"schemaId","description":"(Required) UUID of the schema"},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"recordId","description":"(Required) UUID of the record"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"actions\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"schemaId\": \"10c681d9-5afc-4ea1-ac97-dd1d22c7b045\",\n  \"recordId\": \"10c681d9-5afc-4ea1-ac97-dd1d22c7b045\",\n  \"fields\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"relations\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"createdAt\": \"2020-07-07T09:03:13.390101Z\",\n  \"createdBy\": 8713.25399331251,\n  \"modifiedAt\": \"2020-07-07T09:03:13.390101Z\",\n  \"modifiedBy\": 7934.87332597471,\n  \"businessProfileId\": 6063,\n  \"permissionStatus\": \"private\",\n  \"deletedAt\": \"2020-07-07T09:03:13.390101Z\",\n  \"deletedBy\": 7864.322865374827\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"a93215e5-2973-4d9c-a5ff-1d1847c92b66","name":"Get documentation list","request":{"name":"Get documentation list","description":{"content":"Get a list of paths to schemas documentations.","type":"text/plain"},"url":{"path":["boxes-v2","documentation"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"limit","value":"3408.6366118814526","description":"(Required) Number of entries per page"},{"disabled":false,"key":"page","value":"3408.6366118814526","description":"(Required) Selected page. The first page has the index `1`."}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"217d4116-1c7e-4d28-a544-df80101640ef","name":"Fetched records","originalRequest":{"url":{"path":["boxes-v2","documentation"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"3408.6366118814526"},{"key":"page","value":"3408.6366118814526"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    \"string\",\n    \"string\"\n  ],\n  \"pagination\": {\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"page\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"pages\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"total\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"691061d3-5d83-4b97-a56c-7eb890b8f162","name":"Get schema documentation","request":{"name":"Get schema documentation","description":{"content":"Retrieve an [OpenAPIv3](https://github.com/OAI/OpenAPI-Specification/tree/master/versions) file with documentation for a single schema.","type":"text/plain"},"url":{"path":["boxes-v2","documentation",":schemaId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"schemaId","description":"(Required) UUID of the schema"}]},"header":[{"key":"Accept","value":"text/plain"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"26b787b4-86f5-40eb-8316-41dcad6bddaa","name":"Documentation for the schema (OpenAPIv3)","originalRequest":{"url":{"path":["boxes-v2","documentation",":schemaId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"schemaId","description":"(Required) UUID of the schema"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"1370433f-da0f-4f23-b14e-5c235738a07f","name":"Brickworks: Schemas","description":{"content":"","type":"text/plain"},"item":[{"id":"459fa5cf-9627-4fc1-8ecc-cc716ee5409b","name":"Get schemas","request":{"name":"Get schemas","description":{"content":"Retrieve a list of schemas. You can paginate the results, filter by schema type, and search for a phrase in schema names.","type":"text/plain"},"url":{"path":["brickworks","v1","schemas"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"limit","value":"50","description":"Limit of items per page"},{"disabled":false,"key":"page","value":"1","description":"The number of the page to retrieve"},{"disabled":false,"key":"search","value":"string","description":"A string to search for in:\n- `id`\n- `appId`\n- `displayName`\n- `description`\n"},{"disabled":false,"key":"sortBy","value":"updatedAt:asc","description":"You can change the default sorting. The sorting direction is selected by adding `asc` or `desc`, for example `sortBy=createdAt:desc`.\n\nYou can sort by:\n  - `appId` \n  - `displayName`\n  - `createdAt`\n  - `updatedAt`\n"},{"disabled":false,"key":"schemaTypes","value":"VERSIONED","description":"Comma-separated list of schema types to filter the results. By default, all types are retrieved."}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"42bae085-ec32-447d-ba95-653c11c2b195","name":"Schema objects","originalRequest":{"url":{"path":["brickworks","v1","schemas"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"50"},{"key":"page","value":"1"},{"key":"search","value":"string"},{"key":"sortBy","value":"updatedAt:asc"},{"key":"schemaTypes","value":"VERSIONED"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"meta\": {\n    \"links\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"count\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"85e05682-e43b-437b-9b9f-5aed3fccd7e9","name":"Incorrect request (malformed JSON, wrong parameters, etc.). See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"50"},{"key":"page","value":"1"},{"key":"search","value":"string"},{"key":"sortBy","value":"updatedAt:asc"},{"key":"schemaTypes","value":"VERSIONED"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4bd2b032-1bd4-4f0c-ab84-8a4bec1bd950","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"50"},{"key":"page","value":"1"},{"key":"search","value":"string"},{"key":"sortBy","value":"updatedAt:asc"},{"key":"schemaTypes","value":"VERSIONED"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"35c2752d-cdc4-448d-969c-d6732efce1b1","name":"Forbidden; insufficient permissions. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"50"},{"key":"page","value":"1"},{"key":"search","value":"string"},{"key":"sortBy","value":"updatedAt:asc"},{"key":"schemaTypes","value":"VERSIONED"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8183ebec-b582-4353-a4d6-057da66c42a6","name":"Resource not found. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"50"},{"key":"page","value":"1"},{"key":"search","value":"string"},{"key":"sortBy","value":"updatedAt:asc"},{"key":"schemaTypes","value":"VERSIONED"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9575b16d-a071-4074-9c5c-87eff1cc1407","name":"The request could not be completed due to a conflict with the current state of the resource. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"50"},{"key":"page","value":"1"},{"key":"search","value":"string"},{"key":"sortBy","value":"updatedAt:asc"},{"key":"schemaTypes","value":"VERSIONED"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"260c7ab3-340d-42f4-8257-fde60d701c87","name":"The request was well-formed but could not be processed due to semantic or domain-related constraints. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"50"},{"key":"page","value":"1"},{"key":"search","value":"string"},{"key":"sortBy","value":"updatedAt:asc"},{"key":"schemaTypes","value":"VERSIONED"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"03add98a-8625-4b0c-b237-6fdf39d2b163","name":"See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"50"},{"key":"page","value":"1"},{"key":"search","value":"string"},{"key":"sortBy","value":"updatedAt:asc"},{"key":"schemaTypes","value":"VERSIONED"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"76f8859c-f353-4708-8f00-0592463babb6","name":"Create schema","request":{"name":"Create schema","description":{"content":"Create a new schema","type":"text/plain"},"url":{"path":["brickworks","v1","schemas"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"appId\": \"string\",\n  \"displayName\": \"string\",\n  \"description\": \"string\",\n  \"fields\": {\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"properties\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"required\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allOf\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"additionalProperties\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"displayConfiguration\": {\n    \"ordering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metadata\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"schemaType\": \"VERSIONED\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"e16142f7-a274-4ddd-93a9-2290ada82f0e","name":"Details of the created schema","originalRequest":{"url":{"path":["brickworks","v1","schemas"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"appId\": \"string\",\n  \"displayName\": \"string\",\n  \"description\": \"string\",\n  \"fields\": {\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"properties\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"required\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allOf\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"additionalProperties\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"displayConfiguration\": {\n    \"ordering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metadata\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"schemaType\": \"VERSIONED\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"82de98aa-ee23-974c-c4d0-90ce5434fe43\",\n  \"appId\": \"string\",\n  \"displayName\": \"string\",\n  \"createdBy\": 990,\n  \"updatedBy\": 12,\n  \"createdAt\": \"1954-04-09T19:35:25.525Z\",\n  \"updatedAt\": \"2006-07-28T20:18:54.603Z\",\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"description\": \"string\",\n  \"fields\": {\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"properties\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"required\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allOf\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"additionalProperties\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"displayConfiguration\": {\n    \"ordering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metadata\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"publishedBy\": 1453,\n  \"deletedBy\": 1329,\n  \"publishedAt\": \"2021-02-04T22:15:11.404Z\",\n  \"deletedAt\": \"1998-11-30T10:54:52.339Z\",\n  \"version\": 7149,\n  \"schemaType\": \"SIMPLE\",\n  \"fieldContextConfig\": {\n    \"fields\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2b224ed5-043e-4377-abb7-f0046daf041b","name":"Incorrect request (malformed JSON, wrong parameters, etc.). See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"appId\": \"string\",\n  \"displayName\": \"string\",\n  \"description\": \"string\",\n  \"fields\": {\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"properties\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"required\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allOf\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"additionalProperties\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"displayConfiguration\": {\n    \"ordering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metadata\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"schemaType\": \"VERSIONED\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9ebfd282-b1d9-4442-bb88-45f06f109526","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"appId\": \"string\",\n  \"displayName\": \"string\",\n  \"description\": \"string\",\n  \"fields\": {\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"properties\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"required\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allOf\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"additionalProperties\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"displayConfiguration\": {\n    \"ordering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metadata\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"schemaType\": \"VERSIONED\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4be6f994-7716-432f-bb76-f54e172f8295","name":"Forbidden; insufficient permissions. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"appId\": \"string\",\n  \"displayName\": \"string\",\n  \"description\": \"string\",\n  \"fields\": {\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"properties\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"required\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allOf\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"additionalProperties\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"displayConfiguration\": {\n    \"ordering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metadata\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"schemaType\": \"VERSIONED\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"175ccb29-c3cf-4627-803e-1933a316c89b","name":"Resource not found. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"appId\": \"string\",\n  \"displayName\": \"string\",\n  \"description\": \"string\",\n  \"fields\": {\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"properties\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"required\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allOf\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"additionalProperties\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"displayConfiguration\": {\n    \"ordering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metadata\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"schemaType\": \"VERSIONED\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8e2c6619-5b8f-4eee-beb5-0a0e2f401a81","name":"The request could not be completed due to a conflict with the current state of the resource. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"appId\": \"string\",\n  \"displayName\": \"string\",\n  \"description\": \"string\",\n  \"fields\": {\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"properties\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"required\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allOf\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"additionalProperties\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"displayConfiguration\": {\n    \"ordering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metadata\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"schemaType\": \"VERSIONED\"\n}","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"529fe13c-32b1-4961-9cd5-1741df9d07eb","name":"The request was well-formed but could not be processed due to semantic or domain-related constraints. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"appId\": \"string\",\n  \"displayName\": \"string\",\n  \"description\": \"string\",\n  \"fields\": {\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"properties\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"required\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allOf\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"additionalProperties\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"displayConfiguration\": {\n    \"ordering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metadata\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"schemaType\": \"VERSIONED\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"dc36bf4d-8060-42c7-801c-638585ab03f9","name":"See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"appId\": \"string\",\n  \"displayName\": \"string\",\n  \"description\": \"string\",\n  \"fields\": {\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"properties\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"required\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allOf\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"additionalProperties\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"displayConfiguration\": {\n    \"ordering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metadata\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"schemaType\": \"VERSIONED\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"85d10fd9-4118-4ccd-9dea-273721d6d8a3","name":"Get schema","request":{"name":"Get schema","description":{"content":"Retrieve the details of a schema.","type":"text/plain"},"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"898d91ed-da9c-4ba7-9f00-d77f849c5661","name":"Details of the schema","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"82de98aa-ee23-974c-c4d0-90ce5434fe43\",\n  \"appId\": \"string\",\n  \"displayName\": \"string\",\n  \"createdBy\": 990,\n  \"updatedBy\": 12,\n  \"createdAt\": \"1954-04-09T19:35:25.525Z\",\n  \"updatedAt\": \"2006-07-28T20:18:54.603Z\",\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"description\": \"string\",\n  \"fields\": {\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"properties\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"required\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allOf\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"additionalProperties\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"displayConfiguration\": {\n    \"ordering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metadata\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"publishedBy\": 1453,\n  \"deletedBy\": 1329,\n  \"publishedAt\": \"2021-02-04T22:15:11.404Z\",\n  \"deletedAt\": \"1998-11-30T10:54:52.339Z\",\n  \"version\": 7149,\n  \"schemaType\": \"SIMPLE\",\n  \"fieldContextConfig\": {\n    \"fields\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6056d4d1-a184-4a5f-bb20-10e16c5b836a","name":"Incorrect request (malformed JSON, wrong parameters, etc.). See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"be43bbed-e664-426f-8191-fa00d2c35437","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"96caa231-804e-48e9-86bc-d6653dc58b55","name":"Forbidden; insufficient permissions. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ecdf699b-4369-4cf8-9d82-003809b12621","name":"Resource not found. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"da1bce87-8527-4f19-9ecc-63c18fc06f71","name":"The request could not be completed due to a conflict with the current state of the resource. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bb7923f9-0872-4360-9abb-c77fcf69a88a","name":"The request was well-formed but could not be processed due to semantic or domain-related constraints. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fdbd3a9d-fbcc-41b9-b520-b3fe807b5712","name":"See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"ff48393f-b68d-4aef-9b75-123e921399da","name":"Update schema","request":{"name":"Update schema","description":{"content":"Update a schema.","type":"text/plain"},"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"displayName\": \"string\",\n  \"description\": \"string\",\n  \"fields\": {\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"properties\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"required\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allOf\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"additionalProperties\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"displayConfiguration\": {\n    \"ordering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metadata\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"dca9a007-aea3-4723-8b3b-e005df6b38bb","name":"Schema updated","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"displayName\": \"string\",\n  \"description\": \"string\",\n  \"fields\": {\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"properties\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"required\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allOf\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"additionalProperties\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"displayConfiguration\": {\n    \"ordering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metadata\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"82de98aa-ee23-974c-c4d0-90ce5434fe43\",\n  \"appId\": \"string\",\n  \"displayName\": \"string\",\n  \"createdBy\": 990,\n  \"updatedBy\": 12,\n  \"createdAt\": \"1954-04-09T19:35:25.525Z\",\n  \"updatedAt\": \"2006-07-28T20:18:54.603Z\",\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"description\": \"string\",\n  \"fields\": {\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"properties\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"required\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allOf\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"additionalProperties\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"displayConfiguration\": {\n    \"ordering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metadata\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"publishedBy\": 1453,\n  \"deletedBy\": 1329,\n  \"publishedAt\": \"2021-02-04T22:15:11.404Z\",\n  \"deletedAt\": \"1998-11-30T10:54:52.339Z\",\n  \"version\": 7149,\n  \"schemaType\": \"SIMPLE\",\n  \"fieldContextConfig\": {\n    \"fields\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"121b9d2c-133e-452a-bf9b-2ce281ac76c5","name":"Incorrect request (malformed JSON, wrong parameters, etc.). See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"displayName\": \"string\",\n  \"description\": \"string\",\n  \"fields\": {\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"properties\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"required\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allOf\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"additionalProperties\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"displayConfiguration\": {\n    \"ordering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metadata\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c82c5d5f-f687-4cec-bef1-a47b0d466fd8","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"displayName\": \"string\",\n  \"description\": \"string\",\n  \"fields\": {\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"properties\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"required\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allOf\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"additionalProperties\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"displayConfiguration\": {\n    \"ordering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metadata\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"adba10da-31a9-4c87-8e7e-15fb240c13e7","name":"Forbidden; insufficient permissions. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"displayName\": \"string\",\n  \"description\": \"string\",\n  \"fields\": {\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"properties\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"required\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allOf\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"additionalProperties\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"displayConfiguration\": {\n    \"ordering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metadata\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"53a5bcc5-1682-4b7f-af47-8d6a875e7e39","name":"Resource not found. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"displayName\": \"string\",\n  \"description\": \"string\",\n  \"fields\": {\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"properties\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"required\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allOf\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"additionalProperties\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"displayConfiguration\": {\n    \"ordering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metadata\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"222b6513-7c78-41c3-9659-8ec601f1b148","name":"The request could not be completed due to a conflict with the current state of the resource. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"displayName\": \"string\",\n  \"description\": \"string\",\n  \"fields\": {\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"properties\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"required\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allOf\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"additionalProperties\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"displayConfiguration\": {\n    \"ordering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metadata\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ad60d32f-c789-4064-a721-0b2765fa780c","name":"The request was well-formed but could not be processed due to semantic or domain-related constraints. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"displayName\": \"string\",\n  \"description\": \"string\",\n  \"fields\": {\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"properties\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"required\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allOf\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"additionalProperties\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"displayConfiguration\": {\n    \"ordering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metadata\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"038f8325-8a83-4847-8dda-7a15d31910f0","name":"See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"displayName\": \"string\",\n  \"description\": \"string\",\n  \"fields\": {\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"properties\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"required\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allOf\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"additionalProperties\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"displayConfiguration\": {\n    \"ordering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metadata\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e7c1ba45-4741-4f2d-b4b9-6ff800086354","name":"Delete schema","request":{"name":"Delete schema","description":{"content":"Delete a schema.","type":"text/plain"},"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"fce0fbd8-da72-4523-a3ec-bf065f245417","name":"Schema deleted","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"cb6c77f3-213b-4ad2-892f-224e368197ca","name":"Incorrect request (malformed JSON, wrong parameters, etc.). See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d1cb25cb-3f98-4452-9bb3-da5b3c50a941","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d23af593-c182-4175-bbdd-23e56dd222b7","name":"Forbidden; insufficient permissions. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a7972ad7-f946-4c00-935a-c7c4afe78063","name":"Resource not found. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"adaf0004-d5e5-4091-bedb-884940752b99","name":"The request could not be completed due to a conflict with the current state of the resource. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d9e9f7a6-45b1-47c0-bc54-2b321bd7e690","name":"The request was well-formed but could not be processed due to semantic or domain-related constraints. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9313124e-4939-4359-af69-3225f55c799e","name":"See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"70321c52-805b-4243-a2e1-d32d7759e2ad","name":"Brickworks: Records","description":{"content":"","type":"text/plain"},"item":[{"id":"8428b706-27cb-4a80-ba57-41594f96abe5","name":"Get records from schema","request":{"name":"Get records from schema","description":{"content":"Retrieve records from a schema. You can paginate, sort, and refine the results. By default, the records are sorted by status (published > scheduled > draft > unpublished) and then by last update time.","type":"text/plain"},"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"limit","value":"50","description":"Limit of items per page"},{"disabled":false,"key":"page","value":"1","description":"The number of the page to retrieve"},{"disabled":false,"key":"filters","value":"string"},{"disabled":false,"key":"search","value":"string","description":"A string to search for in the values of searchable fields.  \nIf `filter` is used, this parameter is ignored.\n"},{"disabled":false,"key":"sortBy","value":"__updatedAt:asc","description":"You can change the default sorting. The sorting direction is selected by adding `asc` or `desc`, for example `sortBy=__createdAt:desc`.\n\nSystem parameters are prefixed with `__` to avoid name collisions with fields you add to the schema.  \n\nYou can sort by:\n  - `__id`\n  - `__createdAt`\n  - `__updatedAt`\n"},{"disabled":false,"key":"ids","value":"string","description":"Comma-separated list of IDs (in UUID format) to filter results through"},{"disabled":false,"key":"statuses","value":"DRAFT","description":"Comma-separated list of record statuses to filter the results."},{"disabled":false,"key":"slugs","value":"string","description":"Comma-separated list of slugs to filter results through"},{"disabled":false,"key":"fields","value":"string","description":"A comma-separated list of fields to retrieve. If not defined, all fields are included in the response."},{"disabled":false,"key":"fields","value":"string","description":"A comma-separated list of fields to retrieve. If not defined, all fields are included in the response."}],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"aff7be52-b2dc-4ca2-9680-8bda6b15a4dd","name":"A page of records","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"50"},{"key":"page","value":"1"},{"key":"filters","value":"string"},{"key":"search","value":"string"},{"key":"sortBy","value":"__updatedAt:asc"},{"key":"ids","value":"string"},{"key":"statuses","value":"DRAFT"},{"key":"slugs","value":"string"},{"key":"fields","value":"string"},{"key":"fields","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"meta\": {\n    \"links\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"count\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f9bf2e92-a8a9-4078-b74a-d95e52335bfa","name":"Incorrect request (malformed JSON, wrong parameters, etc.). See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"50"},{"key":"page","value":"1"},{"key":"filters","value":"string"},{"key":"search","value":"string"},{"key":"sortBy","value":"__updatedAt:asc"},{"key":"ids","value":"string"},{"key":"statuses","value":"DRAFT"},{"key":"slugs","value":"string"},{"key":"fields","value":"string"},{"key":"fields","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5a8d1da2-a124-4ede-9044-4dd620896907","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"50"},{"key":"page","value":"1"},{"key":"filters","value":"string"},{"key":"search","value":"string"},{"key":"sortBy","value":"__updatedAt:asc"},{"key":"ids","value":"string"},{"key":"statuses","value":"DRAFT"},{"key":"slugs","value":"string"},{"key":"fields","value":"string"},{"key":"fields","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c3cf5ba9-78c3-4751-9083-fca8f75555a8","name":"Forbidden; insufficient permissions. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"50"},{"key":"page","value":"1"},{"key":"filters","value":"string"},{"key":"search","value":"string"},{"key":"sortBy","value":"__updatedAt:asc"},{"key":"ids","value":"string"},{"key":"statuses","value":"DRAFT"},{"key":"slugs","value":"string"},{"key":"fields","value":"string"},{"key":"fields","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a667ea12-a460-4d7a-9b31-b319a5821006","name":"Resource not found. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"50"},{"key":"page","value":"1"},{"key":"filters","value":"string"},{"key":"search","value":"string"},{"key":"sortBy","value":"__updatedAt:asc"},{"key":"ids","value":"string"},{"key":"statuses","value":"DRAFT"},{"key":"slugs","value":"string"},{"key":"fields","value":"string"},{"key":"fields","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bb22f3f0-1a37-4643-9784-1e8697698683","name":"The request could not be completed due to a conflict with the current state of the resource. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"50"},{"key":"page","value":"1"},{"key":"filters","value":"string"},{"key":"search","value":"string"},{"key":"sortBy","value":"__updatedAt:asc"},{"key":"ids","value":"string"},{"key":"statuses","value":"DRAFT"},{"key":"slugs","value":"string"},{"key":"fields","value":"string"},{"key":"fields","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4bfa0fdd-8adf-419a-9419-ebcc8ce361b4","name":"The request was well-formed but could not be processed due to semantic or domain-related constraints. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"50"},{"key":"page","value":"1"},{"key":"filters","value":"string"},{"key":"search","value":"string"},{"key":"sortBy","value":"__updatedAt:asc"},{"key":"ids","value":"string"},{"key":"statuses","value":"DRAFT"},{"key":"slugs","value":"string"},{"key":"fields","value":"string"},{"key":"fields","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f39707ff-9f85-438f-bf72-fa22adca584f","name":"See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"50"},{"key":"page","value":"1"},{"key":"filters","value":"string"},{"key":"search","value":"string"},{"key":"sortBy","value":"__updatedAt:asc"},{"key":"ids","value":"string"},{"key":"statuses","value":"DRAFT"},{"key":"slugs","value":"string"},{"key":"fields","value":"string"},{"key":"fields","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c621c2ac-0eea-4e7d-9c72-1ca1290d321c","name":"Add record to schema","request":{"name":"Add record to schema","description":{"content":"Add a record to a schema","type":"text/plain"},"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"values\": {\n    \"stringField\": \"example string\",\n    \"numberField\": 123.45,\n    \"integerField\": 42,\n    \"booleanField\": true,\n    \"dateField\": \"2024-01-15\",\n    \"dateTimeField\": \"2024-01-15T10:30:00Z\",\n    \"uuidField\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"arrayField\": [\n      \"item1\",\n      \"item2\"\n    ],\n    \"objectField\": {\n      \"key\": \"value\"\n    },\n    \"profileAttribute\": {\n      \"attributeName\": \"email\"\n    },\n    \"catalog\": {\n      \"itemKey\": \"SKU123\"\n    },\n    \"recommendation\": {\n      \"params\": {\n        \"itemId\": \"item-123\"\n      }\n    }\n  },\n  \"status\": \"DRAFT\",\n  \"slug\": \"dbJAR9xv\",\n  \"actionOnSchedule\": \"PUBLISH\",\n  \"schedule\": {\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"7e46070f-34f3-4991-87f1-ec9e397f5f9b","name":"Record data","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"values\": {\n    \"stringField\": \"example string\",\n    \"numberField\": 123.45,\n    \"integerField\": 42,\n    \"booleanField\": true,\n    \"dateField\": \"2024-01-15\",\n    \"dateTimeField\": \"2024-01-15T10:30:00Z\",\n    \"uuidField\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"arrayField\": [\n      \"item1\",\n      \"item2\"\n    ],\n    \"objectField\": {\n      \"key\": \"value\"\n    },\n    \"profileAttribute\": {\n      \"attributeName\": \"email\"\n    },\n    \"catalog\": {\n      \"itemKey\": \"SKU123\"\n    },\n    \"recommendation\": {\n      \"params\": {\n        \"itemId\": \"item-123\"\n      }\n    }\n  },\n  \"status\": \"DRAFT\",\n  \"slug\": \"dbJAR9xv\",\n  \"actionOnSchedule\": \"PUBLISH\",\n  \"schedule\": {\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"schemaId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"values\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"createdBy\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"updatedBy\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"createdAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"updatedAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"status\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"recordVersion\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"name\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"publishedBy\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"deletedBy\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"publishedAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"deletedAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"slug\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"schemaVersion\": 4642,\n  \"schedule\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7a638d48-6732-4615-ad1c-d130b67626c5","name":"Incorrect request (malformed JSON, wrong parameters, etc.). See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"values\": {\n    \"stringField\": \"example string\",\n    \"numberField\": 123.45,\n    \"integerField\": 42,\n    \"booleanField\": true,\n    \"dateField\": \"2024-01-15\",\n    \"dateTimeField\": \"2024-01-15T10:30:00Z\",\n    \"uuidField\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"arrayField\": [\n      \"item1\",\n      \"item2\"\n    ],\n    \"objectField\": {\n      \"key\": \"value\"\n    },\n    \"profileAttribute\": {\n      \"attributeName\": \"email\"\n    },\n    \"catalog\": {\n      \"itemKey\": \"SKU123\"\n    },\n    \"recommendation\": {\n      \"params\": {\n        \"itemId\": \"item-123\"\n      }\n    }\n  },\n  \"status\": \"DRAFT\",\n  \"slug\": \"dbJAR9xv\",\n  \"actionOnSchedule\": \"PUBLISH\",\n  \"schedule\": {\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1e6656b9-9860-4c54-8dcc-e6342b328d6c","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"values\": {\n    \"stringField\": \"example string\",\n    \"numberField\": 123.45,\n    \"integerField\": 42,\n    \"booleanField\": true,\n    \"dateField\": \"2024-01-15\",\n    \"dateTimeField\": \"2024-01-15T10:30:00Z\",\n    \"uuidField\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"arrayField\": [\n      \"item1\",\n      \"item2\"\n    ],\n    \"objectField\": {\n      \"key\": \"value\"\n    },\n    \"profileAttribute\": {\n      \"attributeName\": \"email\"\n    },\n    \"catalog\": {\n      \"itemKey\": \"SKU123\"\n    },\n    \"recommendation\": {\n      \"params\": {\n        \"itemId\": \"item-123\"\n      }\n    }\n  },\n  \"status\": \"DRAFT\",\n  \"slug\": \"dbJAR9xv\",\n  \"actionOnSchedule\": \"PUBLISH\",\n  \"schedule\": {\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e5b430d5-adaa-4a95-bfeb-bc9d52141bd4","name":"Forbidden; insufficient permissions. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"values\": {\n    \"stringField\": \"example string\",\n    \"numberField\": 123.45,\n    \"integerField\": 42,\n    \"booleanField\": true,\n    \"dateField\": \"2024-01-15\",\n    \"dateTimeField\": \"2024-01-15T10:30:00Z\",\n    \"uuidField\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"arrayField\": [\n      \"item1\",\n      \"item2\"\n    ],\n    \"objectField\": {\n      \"key\": \"value\"\n    },\n    \"profileAttribute\": {\n      \"attributeName\": \"email\"\n    },\n    \"catalog\": {\n      \"itemKey\": \"SKU123\"\n    },\n    \"recommendation\": {\n      \"params\": {\n        \"itemId\": \"item-123\"\n      }\n    }\n  },\n  \"status\": \"DRAFT\",\n  \"slug\": \"dbJAR9xv\",\n  \"actionOnSchedule\": \"PUBLISH\",\n  \"schedule\": {\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fa76e3b6-3f70-4420-b093-758fe39af2d5","name":"Resource not found. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"values\": {\n    \"stringField\": \"example string\",\n    \"numberField\": 123.45,\n    \"integerField\": 42,\n    \"booleanField\": true,\n    \"dateField\": \"2024-01-15\",\n    \"dateTimeField\": \"2024-01-15T10:30:00Z\",\n    \"uuidField\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"arrayField\": [\n      \"item1\",\n      \"item2\"\n    ],\n    \"objectField\": {\n      \"key\": \"value\"\n    },\n    \"profileAttribute\": {\n      \"attributeName\": \"email\"\n    },\n    \"catalog\": {\n      \"itemKey\": \"SKU123\"\n    },\n    \"recommendation\": {\n      \"params\": {\n        \"itemId\": \"item-123\"\n      }\n    }\n  },\n  \"status\": \"DRAFT\",\n  \"slug\": \"dbJAR9xv\",\n  \"actionOnSchedule\": \"PUBLISH\",\n  \"schedule\": {\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5d348ad4-a55d-44eb-840c-3b7f1bb98bbb","name":"The request could not be completed due to a conflict with the current state of the resource. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"values\": {\n    \"stringField\": \"example string\",\n    \"numberField\": 123.45,\n    \"integerField\": 42,\n    \"booleanField\": true,\n    \"dateField\": \"2024-01-15\",\n    \"dateTimeField\": \"2024-01-15T10:30:00Z\",\n    \"uuidField\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"arrayField\": [\n      \"item1\",\n      \"item2\"\n    ],\n    \"objectField\": {\n      \"key\": \"value\"\n    },\n    \"profileAttribute\": {\n      \"attributeName\": \"email\"\n    },\n    \"catalog\": {\n      \"itemKey\": \"SKU123\"\n    },\n    \"recommendation\": {\n      \"params\": {\n        \"itemId\": \"item-123\"\n      }\n    }\n  },\n  \"status\": \"DRAFT\",\n  \"slug\": \"dbJAR9xv\",\n  \"actionOnSchedule\": \"PUBLISH\",\n  \"schedule\": {\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4e247f17-5a82-495e-a8b5-9f002ba324d6","name":"The request was well-formed but could not be processed due to semantic or domain-related constraints. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"values\": {\n    \"stringField\": \"example string\",\n    \"numberField\": 123.45,\n    \"integerField\": 42,\n    \"booleanField\": true,\n    \"dateField\": \"2024-01-15\",\n    \"dateTimeField\": \"2024-01-15T10:30:00Z\",\n    \"uuidField\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"arrayField\": [\n      \"item1\",\n      \"item2\"\n    ],\n    \"objectField\": {\n      \"key\": \"value\"\n    },\n    \"profileAttribute\": {\n      \"attributeName\": \"email\"\n    },\n    \"catalog\": {\n      \"itemKey\": \"SKU123\"\n    },\n    \"recommendation\": {\n      \"params\": {\n        \"itemId\": \"item-123\"\n      }\n    }\n  },\n  \"status\": \"DRAFT\",\n  \"slug\": \"dbJAR9xv\",\n  \"actionOnSchedule\": \"PUBLISH\",\n  \"schedule\": {\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f642abc1-9cfc-4402-99e9-341322f92f89","name":"See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"values\": {\n    \"stringField\": \"example string\",\n    \"numberField\": 123.45,\n    \"integerField\": 42,\n    \"booleanField\": true,\n    \"dateField\": \"2024-01-15\",\n    \"dateTimeField\": \"2024-01-15T10:30:00Z\",\n    \"uuidField\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"arrayField\": [\n      \"item1\",\n      \"item2\"\n    ],\n    \"objectField\": {\n      \"key\": \"value\"\n    },\n    \"profileAttribute\": {\n      \"attributeName\": \"email\"\n    },\n    \"catalog\": {\n      \"itemKey\": \"SKU123\"\n    },\n    \"recommendation\": {\n      \"params\": {\n        \"itemId\": \"item-123\"\n      }\n    }\n  },\n  \"status\": \"DRAFT\",\n  \"slug\": \"dbJAR9xv\",\n  \"actionOnSchedule\": \"PUBLISH\",\n  \"schedule\": {\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"d1bcdc53-1337-48b5-a9e6-ecbd59bea618","name":"Get record","request":{"name":"Get record","description":{"content":"Retrieve a record. You can select the fields that you want to include in the response.\n\nIf the record has multiple versions in different publishing states, the first available version is returned according to publishing status priority:\n  - PUBLISHED\n  - DRAFT\n  - SCHEDULED\n  - UNPUBLISHED\nYou can use the `statuses` parameter to limit the lookup.\n","type":"text/plain"},"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"fields","value":"string","description":"A comma-separated list of fields to retrieve. If not defined, all fields are included in the response."},{"disabled":false,"key":"fields","value":"string","description":"A comma-separated list of fields to retrieve. If not defined, all fields are included in the response."},{"disabled":false,"key":"statuses","value":"DRAFT","description":"Comma-separated list of record statuses to filter the results."}],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"1b1640ea-54c6-4e41-99bc-d559e6b6042e","name":"Details of the record","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier"],"host":["{{baseUrl}}"],"query":[{"key":"fields","value":"string"},{"key":"fields","value":"string"},{"key":"statuses","value":"DRAFT"}],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"schemaId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"values\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"createdBy\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"updatedBy\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"createdAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"updatedAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"status\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"recordVersion\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"name\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"publishedBy\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"deletedBy\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"publishedAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"deletedAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"slug\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"schemaVersion\": 4642,\n  \"schedule\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ac381b53-b6e8-48a6-9dd6-023036d2847c","name":"Incorrect request (malformed JSON, wrong parameters, etc.). See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier"],"host":["{{baseUrl}}"],"query":[{"key":"fields","value":"string"},{"key":"fields","value":"string"},{"key":"statuses","value":"DRAFT"}],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8bd2194a-9a3b-4794-8e64-cdb58fb32956","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier"],"host":["{{baseUrl}}"],"query":[{"key":"fields","value":"string"},{"key":"fields","value":"string"},{"key":"statuses","value":"DRAFT"}],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"568f2103-a2e2-4918-90a1-8e86900f2e39","name":"Forbidden; insufficient permissions. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier"],"host":["{{baseUrl}}"],"query":[{"key":"fields","value":"string"},{"key":"fields","value":"string"},{"key":"statuses","value":"DRAFT"}],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"76a71658-7337-46da-9210-4110fe373777","name":"Resource not found. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier"],"host":["{{baseUrl}}"],"query":[{"key":"fields","value":"string"},{"key":"fields","value":"string"},{"key":"statuses","value":"DRAFT"}],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c368338b-2dea-4091-8001-cc386d7d2c6b","name":"The request could not be completed due to a conflict with the current state of the resource. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier"],"host":["{{baseUrl}}"],"query":[{"key":"fields","value":"string"},{"key":"fields","value":"string"},{"key":"statuses","value":"DRAFT"}],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ab532e16-35a2-4c8b-b891-62b6558e6ffa","name":"The request was well-formed but could not be processed due to semantic or domain-related constraints. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier"],"host":["{{baseUrl}}"],"query":[{"key":"fields","value":"string"},{"key":"fields","value":"string"},{"key":"statuses","value":"DRAFT"}],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"598709fa-4f12-4bed-9d22-128139268842","name":"See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier"],"host":["{{baseUrl}}"],"query":[{"key":"fields","value":"string"},{"key":"fields","value":"string"},{"key":"statuses","value":"DRAFT"}],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"320d1036-9d50-4039-81d3-a27088783505","name":"Update record","request":{"name":"Update record","description":{"content":"Update a record.\n\nIn a versioned schema, you can't directly edit a published record. To make changes, update the status to DRAFT (you can include the other changes that you want to make). This creates a new version of the record (without modifying the currently published version), which you can edit and publish.\n","type":"text/plain"},"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"status\": \"DRAFT\",\n  \"values\": {\n    \"stringField\": \"example string\",\n    \"numberField\": 123.45,\n    \"integerField\": 42,\n    \"booleanField\": true,\n    \"dateField\": \"2024-01-15\",\n    \"dateTimeField\": \"2024-01-15T10:30:00Z\",\n    \"uuidField\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"arrayField\": [\n      \"item1\",\n      \"item2\"\n    ],\n    \"objectField\": {\n      \"key\": \"value\"\n    },\n    \"profileAttribute\": {\n      \"attributeName\": \"email\"\n    },\n    \"catalog\": {\n      \"itemKey\": \"SKU123\"\n    },\n    \"recommendation\": {\n      \"params\": {\n        \"itemId\": \"item-123\"\n      }\n    }\n  },\n  \"actionOnSchedule\": \"PUBLISH\",\n  \"schedule\": {\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"slug\": \"s8dYfi4P\",\n  \"lastUpdatedAt\": \"1964-02-03T17:37:26.154Z\",\n  \"name\": \"string\",\n  \"fromState\": \"PUBLISHED\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"8d640e1c-2f97-4143-a218-98aab6bbe963","name":"Details of the updated record","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"status\": \"DRAFT\",\n  \"values\": {\n    \"stringField\": \"example string\",\n    \"numberField\": 123.45,\n    \"integerField\": 42,\n    \"booleanField\": true,\n    \"dateField\": \"2024-01-15\",\n    \"dateTimeField\": \"2024-01-15T10:30:00Z\",\n    \"uuidField\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"arrayField\": [\n      \"item1\",\n      \"item2\"\n    ],\n    \"objectField\": {\n      \"key\": \"value\"\n    },\n    \"profileAttribute\": {\n      \"attributeName\": \"email\"\n    },\n    \"catalog\": {\n      \"itemKey\": \"SKU123\"\n    },\n    \"recommendation\": {\n      \"params\": {\n        \"itemId\": \"item-123\"\n      }\n    }\n  },\n  \"actionOnSchedule\": \"PUBLISH\",\n  \"schedule\": {\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"slug\": \"s8dYfi4P\",\n  \"lastUpdatedAt\": \"1964-02-03T17:37:26.154Z\",\n  \"name\": \"string\",\n  \"fromState\": \"PUBLISHED\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"schemaId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"values\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"createdBy\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"updatedBy\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"createdAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"updatedAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"status\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"recordVersion\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"name\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"publishedBy\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"deletedBy\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"publishedAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"deletedAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"slug\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"schemaVersion\": 4642,\n  \"schedule\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"48086ec5-924c-414b-b0e1-ce71052cc9c0","name":"Incorrect request (malformed JSON, wrong parameters, etc.). See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"status\": \"DRAFT\",\n  \"values\": {\n    \"stringField\": \"example string\",\n    \"numberField\": 123.45,\n    \"integerField\": 42,\n    \"booleanField\": true,\n    \"dateField\": \"2024-01-15\",\n    \"dateTimeField\": \"2024-01-15T10:30:00Z\",\n    \"uuidField\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"arrayField\": [\n      \"item1\",\n      \"item2\"\n    ],\n    \"objectField\": {\n      \"key\": \"value\"\n    },\n    \"profileAttribute\": {\n      \"attributeName\": \"email\"\n    },\n    \"catalog\": {\n      \"itemKey\": \"SKU123\"\n    },\n    \"recommendation\": {\n      \"params\": {\n        \"itemId\": \"item-123\"\n      }\n    }\n  },\n  \"actionOnSchedule\": \"PUBLISH\",\n  \"schedule\": {\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"slug\": \"s8dYfi4P\",\n  \"lastUpdatedAt\": \"1964-02-03T17:37:26.154Z\",\n  \"name\": \"string\",\n  \"fromState\": \"PUBLISHED\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"dea010d6-1201-411e-a02f-6e9c1e906e76","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"status\": \"DRAFT\",\n  \"values\": {\n    \"stringField\": \"example string\",\n    \"numberField\": 123.45,\n    \"integerField\": 42,\n    \"booleanField\": true,\n    \"dateField\": \"2024-01-15\",\n    \"dateTimeField\": \"2024-01-15T10:30:00Z\",\n    \"uuidField\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"arrayField\": [\n      \"item1\",\n      \"item2\"\n    ],\n    \"objectField\": {\n      \"key\": \"value\"\n    },\n    \"profileAttribute\": {\n      \"attributeName\": \"email\"\n    },\n    \"catalog\": {\n      \"itemKey\": \"SKU123\"\n    },\n    \"recommendation\": {\n      \"params\": {\n        \"itemId\": \"item-123\"\n      }\n    }\n  },\n  \"actionOnSchedule\": \"PUBLISH\",\n  \"schedule\": {\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"slug\": \"s8dYfi4P\",\n  \"lastUpdatedAt\": \"1964-02-03T17:37:26.154Z\",\n  \"name\": \"string\",\n  \"fromState\": \"PUBLISHED\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7ba2709e-6612-43c5-87a3-f4994952d45b","name":"Forbidden; insufficient permissions. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"status\": \"DRAFT\",\n  \"values\": {\n    \"stringField\": \"example string\",\n    \"numberField\": 123.45,\n    \"integerField\": 42,\n    \"booleanField\": true,\n    \"dateField\": \"2024-01-15\",\n    \"dateTimeField\": \"2024-01-15T10:30:00Z\",\n    \"uuidField\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"arrayField\": [\n      \"item1\",\n      \"item2\"\n    ],\n    \"objectField\": {\n      \"key\": \"value\"\n    },\n    \"profileAttribute\": {\n      \"attributeName\": \"email\"\n    },\n    \"catalog\": {\n      \"itemKey\": \"SKU123\"\n    },\n    \"recommendation\": {\n      \"params\": {\n        \"itemId\": \"item-123\"\n      }\n    }\n  },\n  \"actionOnSchedule\": \"PUBLISH\",\n  \"schedule\": {\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"slug\": \"s8dYfi4P\",\n  \"lastUpdatedAt\": \"1964-02-03T17:37:26.154Z\",\n  \"name\": \"string\",\n  \"fromState\": \"PUBLISHED\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9c83ef22-dd85-4a4c-bb87-d6afec52aa2f","name":"Resource not found. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"status\": \"DRAFT\",\n  \"values\": {\n    \"stringField\": \"example string\",\n    \"numberField\": 123.45,\n    \"integerField\": 42,\n    \"booleanField\": true,\n    \"dateField\": \"2024-01-15\",\n    \"dateTimeField\": \"2024-01-15T10:30:00Z\",\n    \"uuidField\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"arrayField\": [\n      \"item1\",\n      \"item2\"\n    ],\n    \"objectField\": {\n      \"key\": \"value\"\n    },\n    \"profileAttribute\": {\n      \"attributeName\": \"email\"\n    },\n    \"catalog\": {\n      \"itemKey\": \"SKU123\"\n    },\n    \"recommendation\": {\n      \"params\": {\n        \"itemId\": \"item-123\"\n      }\n    }\n  },\n  \"actionOnSchedule\": \"PUBLISH\",\n  \"schedule\": {\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"slug\": \"s8dYfi4P\",\n  \"lastUpdatedAt\": \"1964-02-03T17:37:26.154Z\",\n  \"name\": \"string\",\n  \"fromState\": \"PUBLISHED\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7b625fb7-7f20-4b70-b3cf-39f2ee71cb23","name":"The request could not be completed due to a conflict with the current state of the resource. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"status\": \"DRAFT\",\n  \"values\": {\n    \"stringField\": \"example string\",\n    \"numberField\": 123.45,\n    \"integerField\": 42,\n    \"booleanField\": true,\n    \"dateField\": \"2024-01-15\",\n    \"dateTimeField\": \"2024-01-15T10:30:00Z\",\n    \"uuidField\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"arrayField\": [\n      \"item1\",\n      \"item2\"\n    ],\n    \"objectField\": {\n      \"key\": \"value\"\n    },\n    \"profileAttribute\": {\n      \"attributeName\": \"email\"\n    },\n    \"catalog\": {\n      \"itemKey\": \"SKU123\"\n    },\n    \"recommendation\": {\n      \"params\": {\n        \"itemId\": \"item-123\"\n      }\n    }\n  },\n  \"actionOnSchedule\": \"PUBLISH\",\n  \"schedule\": {\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"slug\": \"s8dYfi4P\",\n  \"lastUpdatedAt\": \"1964-02-03T17:37:26.154Z\",\n  \"name\": \"string\",\n  \"fromState\": \"PUBLISHED\"\n}","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1b16d319-21de-4a8d-8636-a41f73b5b88d","name":"The request was well-formed but could not be processed due to semantic or domain-related constraints. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"status\": \"DRAFT\",\n  \"values\": {\n    \"stringField\": \"example string\",\n    \"numberField\": 123.45,\n    \"integerField\": 42,\n    \"booleanField\": true,\n    \"dateField\": \"2024-01-15\",\n    \"dateTimeField\": \"2024-01-15T10:30:00Z\",\n    \"uuidField\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"arrayField\": [\n      \"item1\",\n      \"item2\"\n    ],\n    \"objectField\": {\n      \"key\": \"value\"\n    },\n    \"profileAttribute\": {\n      \"attributeName\": \"email\"\n    },\n    \"catalog\": {\n      \"itemKey\": \"SKU123\"\n    },\n    \"recommendation\": {\n      \"params\": {\n        \"itemId\": \"item-123\"\n      }\n    }\n  },\n  \"actionOnSchedule\": \"PUBLISH\",\n  \"schedule\": {\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"slug\": \"s8dYfi4P\",\n  \"lastUpdatedAt\": \"1964-02-03T17:37:26.154Z\",\n  \"name\": \"string\",\n  \"fromState\": \"PUBLISHED\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7a459c5a-2c8b-4dbb-a3fd-526b89197845","name":"See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"status\": \"DRAFT\",\n  \"values\": {\n    \"stringField\": \"example string\",\n    \"numberField\": 123.45,\n    \"integerField\": 42,\n    \"booleanField\": true,\n    \"dateField\": \"2024-01-15\",\n    \"dateTimeField\": \"2024-01-15T10:30:00Z\",\n    \"uuidField\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"arrayField\": [\n      \"item1\",\n      \"item2\"\n    ],\n    \"objectField\": {\n      \"key\": \"value\"\n    },\n    \"profileAttribute\": {\n      \"attributeName\": \"email\"\n    },\n    \"catalog\": {\n      \"itemKey\": \"SKU123\"\n    },\n    \"recommendation\": {\n      \"params\": {\n        \"itemId\": \"item-123\"\n      }\n    }\n  },\n  \"actionOnSchedule\": \"PUBLISH\",\n  \"schedule\": {\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"slug\": \"s8dYfi4P\",\n  \"lastUpdatedAt\": \"1964-02-03T17:37:26.154Z\",\n  \"name\": \"string\",\n  \"fromState\": \"PUBLISHED\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c65bef9a-3800-463d-b294-8d35c5a7c9bb","name":"Delete record","request":{"name":"Delete record","description":{"content":"Delete a record **permanently**. If you want to unpublish a record instead, send an update request to change the status to `UNPUBLISHED`","type":"text/plain"},"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"c5e4f143-1661-4a55-ad7e-a5e5a2d4cece","name":"Record deleted","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"f17a4f46-467a-4636-831a-d0ccdad799b5","name":"Incorrect request (malformed JSON, wrong parameters, etc.). See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"92b89e4b-9808-4595-aeaf-e863b2de154d","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1ddeed93-62ff-4d54-8bc2-2ea01b8e5dc9","name":"Forbidden; insufficient permissions. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9fe293d7-a749-4dce-9c65-02ac65ccb4a4","name":"Resource not found. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"03da4a45-284f-405d-9ff7-1721c1755f8b","name":"The request could not be completed due to a conflict with the current state of the resource. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b51271f8-a6e9-4ef6-9007-c440896f8801","name":"The request was well-formed but could not be processed due to semantic or domain-related constraints. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"01ddea8e-2f8d-4f2b-8af8-f624e67e42ce","name":"See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"d78e0ca3-a1fd-4897-abbc-136df406e1a8","name":"Preview object (as workspace)","request":{"name":"Preview object (as workspace)","description":{"content":"Preview an object by sending field values. \n\nWhen generating a preview, fields are only generated when you send their value or they have a default value. Values saved in the record are not used in the preview.\n\nSome data is cached:\n- profile data (even if the profile is updated)\n- responses from external sources  \nFor details, see the [User Guide](https://hub.synerise.com/docs/assets/brickworks/limits).\n","type":"text/plain"},"url":{"path":["brickworks","v1","schemas","records","preview","by",":IdentifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"IdentifierType","description":"(Required) Profile identifier type"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"schema\": {\n    \"schemaType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fields\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"audience\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"context\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fieldContext\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"values\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"2b5a35a7-ba7e-4bec-8feb-9b9064f6f87b","name":"Generated JSON","originalRequest":{"url":{"path":["brickworks","v1","schemas","records","preview","by",":IdentifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"IdentifierType","description":"(Required) Profile identifier type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"schema\": {\n    \"schemaType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fields\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"audience\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"context\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fieldContext\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"values\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"__slug\": \"_T0q9KNXv\",\n  \"__recordVersion\": 4092.2258114261313,\n  \"__publishedAt\": \"1976-11-30T14:21:18.096Z\",\n  \"__updatedAt\": \"1995-01-02T03:39:53.922Z\",\n  \"__schemaId\": \"f103c968-6e4b-bd53-1a0e-2623127fc8a5\",\n  \"__id\": \"90bdc7dd-940e-9f0f-0f34-ec65a25de82b\",\n  \"__schemaVersion\": 5274,\n  \"__createdAt\": \"1985-10-10T17:48:05.618Z\",\n  \"__matchedAudience\": false,\n  \"__unmatchedAudienceRelations\": [\n    \"string\",\n    \"string\"\n  ],\n  \"key_0\": 1742.4338958349838\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8438b6cd-61df-4299-8b7a-4efd98f942de","name":"Incorrect request (malformed JSON, wrong parameters, etc.). See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas","records","preview","by",":IdentifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"IdentifierType","description":"(Required) Profile identifier type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"schema\": {\n    \"schemaType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fields\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"audience\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"context\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fieldContext\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"values\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e610713c-45c6-49d8-a773-7ccc71fe5838","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas","records","preview","by",":IdentifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"IdentifierType","description":"(Required) Profile identifier type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"schema\": {\n    \"schemaType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fields\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"audience\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"context\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fieldContext\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"values\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5a3fe9ee-4c7c-45b9-bce6-5c79751cd296","name":"Forbidden; insufficient permissions. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas","records","preview","by",":IdentifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"IdentifierType","description":"(Required) Profile identifier type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"schema\": {\n    \"schemaType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fields\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"audience\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"context\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fieldContext\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"values\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5ac3ac26-f7eb-4ae1-aeec-61a09f60bf43","name":"Resource not found. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas","records","preview","by",":IdentifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"IdentifierType","description":"(Required) Profile identifier type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"schema\": {\n    \"schemaType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fields\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"audience\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"context\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fieldContext\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"values\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"38e65208-8b65-44dc-bebe-736738824697","name":"The request could not be completed due to a conflict with the current state of the resource. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas","records","preview","by",":IdentifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"IdentifierType","description":"(Required) Profile identifier type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"schema\": {\n    \"schemaType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fields\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"audience\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"context\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fieldContext\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"values\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9483280a-3d0e-459e-b610-158970cf7f43","name":"The request was well-formed but could not be processed due to semantic or domain-related constraints. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas","records","preview","by",":IdentifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"IdentifierType","description":"(Required) Profile identifier type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"schema\": {\n    \"schemaType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fields\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"audience\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"context\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fieldContext\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"values\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"be1a3056-17d0-401d-afbc-7d20faa4f9b8","name":"See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas","records","preview","by",":IdentifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"IdentifierType","description":"(Required) Profile identifier type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"schema\": {\n    \"schemaType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fields\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"audience\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"context\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fieldContext\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"values\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"6b0acec8-e277-4cb6-bf3e-efa3f3f28f22","name":"Preview object (as any consumer)","request":{"name":"Preview object (as any consumer)","description":{"content":"Preview an object by sending field values. \n\nWhen generating a preview, fields are only generated when you send their value or they have a default value. Values saved in the record are not used in the preview.\n\nSome data is cached:\n- profile data (even if the profile is updated)\n- responses from external sources  \nFor details, see the [User Guide](https://hub.synerise.com/docs/assets/brickworks/limits).\n","type":"text/plain"},"url":{"path":["brickworks","v1","schemas","records","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"schema\": {\n    \"schemaType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fields\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"audience\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"context\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fieldContext\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"values\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"1ba7a0f2-0de0-4106-92b9-41ca37f42eab","name":"Generated JSON","originalRequest":{"url":{"path":["brickworks","v1","schemas","records","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"schema\": {\n    \"schemaType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fields\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"audience\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"context\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fieldContext\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"values\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"__slug\": \"_T0q9KNXv\",\n  \"__recordVersion\": 4092.2258114261313,\n  \"__publishedAt\": \"1976-11-30T14:21:18.096Z\",\n  \"__updatedAt\": \"1995-01-02T03:39:53.922Z\",\n  \"__schemaId\": \"f103c968-6e4b-bd53-1a0e-2623127fc8a5\",\n  \"__id\": \"90bdc7dd-940e-9f0f-0f34-ec65a25de82b\",\n  \"__schemaVersion\": 5274,\n  \"__createdAt\": \"1985-10-10T17:48:05.618Z\",\n  \"__matchedAudience\": false,\n  \"__unmatchedAudienceRelations\": [\n    \"string\",\n    \"string\"\n  ],\n  \"key_0\": 1742.4338958349838\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6e96c705-2c23-417b-ba6a-b3a8e4c7f82b","name":"Incorrect request (malformed JSON, wrong parameters, etc.). See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas","records","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"schema\": {\n    \"schemaType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fields\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"audience\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"context\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fieldContext\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"values\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0dbbfaa7-d6f0-4917-bf77-e1b20a90780a","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas","records","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"schema\": {\n    \"schemaType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fields\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"audience\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"context\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fieldContext\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"values\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e8ad9e05-aa35-4a74-a664-d92b79597f28","name":"Forbidden; insufficient permissions. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas","records","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"schema\": {\n    \"schemaType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fields\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"audience\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"context\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fieldContext\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"values\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"399aed18-9fe7-4b96-bc15-8979ab9a4c4d","name":"Resource not found. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas","records","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"schema\": {\n    \"schemaType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fields\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"audience\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"context\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fieldContext\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"values\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8a2aeb7f-9b09-4e9d-afa9-6362a0bd31ca","name":"The request could not be completed due to a conflict with the current state of the resource. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas","records","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"schema\": {\n    \"schemaType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fields\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"audience\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"context\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fieldContext\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"values\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3be034b9-0182-4bb0-b6fd-bf50fc5e645a","name":"The request was well-formed but could not be processed due to semantic or domain-related constraints. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas","records","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"schema\": {\n    \"schemaType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fields\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"audience\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"context\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fieldContext\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"values\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"884235b2-e5b8-4bef-8e7b-cf2ab41c12e1","name":"See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas","records","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"schema\": {\n    \"schemaType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fields\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"audience\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"context\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fieldContext\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"values\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"1a3fc6e5-289f-470e-b846-742a198afa6f","name":"Duplicate record","request":{"name":"Duplicate record","description":{"content":"Create a copy of a record. The name of the copy is `{recordName} - copy`","type":"text/plain"},"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","duplicate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"bd21d2ec-014d-4f7f-83e8-320788418f2e","name":"Data of the created record","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","duplicate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"schemaId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"values\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"createdBy\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"updatedBy\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"createdAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"updatedAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"status\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"recordVersion\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"name\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"publishedBy\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"deletedBy\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"publishedAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"deletedAt\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"slug\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"schemaVersion\": 4642,\n  \"schedule\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7a133632-16b8-4757-88f1-94c791be5bac","name":"Incorrect request (malformed JSON, wrong parameters, etc.). See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","duplicate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a5428cb6-379d-446e-9b12-c6325ca534b5","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","duplicate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f2489224-a6e3-40ff-8782-1da17e23ecf9","name":"Forbidden; insufficient permissions. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","duplicate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4efc8949-353b-499d-9f12-139731fe4108","name":"Resource not found. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","duplicate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4a8bba60-9e2e-4f1c-b14c-54d74962cca6","name":"The request could not be completed due to a conflict with the current state of the resource. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","duplicate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e2cf2f49-eb1d-4528-a58b-88d6ff473770","name":"The request was well-formed but could not be processed due to semantic or domain-related constraints. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","duplicate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b59e11ab-fe70-4933-a9ad-669157695e19","name":"See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","duplicate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"870d1d9d-0a29-48d4-ab08-a3faf38c3b9a","name":"Batch create or update records (async)","request":{"name":"Batch create or update records (async)","description":{"content":"This endpoint can only be used for simple schemas.\n\n- If a record included in this request already exists, it's entirely overwritten by the content from the request (including the slug - if the slug isn't sent, it's removed).\n- Provide the current identifier value (if your request changes the identifier, provide the one from before the change).\n- The record must conform with the schema.\n\nAsynchronous requests are processed according to the time they reach the service.  \nThis means that requests to synchronous endpoints may overwrite asynchronous operations which were sent earlier and queued due to high traffic.\n\nIn some edge cases, changing a record may fail further in the backend, even when this endpoint returns no errors. In such cases, contact Support.\n","type":"text/plain"},"url":{"path":["brickworks","v1","async","schemas",":SchemaIdentifier","records"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"[\n  {\n    \"identifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"values\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"identifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"values\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"response":[{"id":"64b41f69-679a-400c-af09-b08e7f1e866b","name":"Operation added to queue","originalRequest":{"url":{"path":["brickworks","v1","async","schemas",":SchemaIdentifier","records"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"identifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"values\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"identifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"values\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"3cc1a110-14bd-4fc4-9ab8-c881f3238f79","name":"Some operations failed","originalRequest":{"url":{"path":["brickworks","v1","async","schemas",":SchemaIdentifier","records"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"identifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"values\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"identifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"values\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Multi-Status (WebDAV) (RFC 4918)","code":207,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"identifier\": {\n      \"name\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"value\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    \"errors\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ]\n  },\n  {\n    \"identifier\": {\n      \"name\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"value\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    \"errors\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ]\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"10d16905-0917-47cd-8b0b-d8fcfac08e7a","name":"Incorrect request (malformed JSON, wrong parameters, etc.). See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","async","schemas",":SchemaIdentifier","records"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"identifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"values\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"identifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"values\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2e2068e9-a306-4dcc-9eb3-459d5db7545e","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","async","schemas",":SchemaIdentifier","records"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"identifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"values\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"identifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"values\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"42594c9e-3cce-4a6b-8129-bdb2d7966cbc","name":"Forbidden; insufficient permissions. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","async","schemas",":SchemaIdentifier","records"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"identifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"values\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"identifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"values\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"022b81cd-d1a4-4a57-8b1a-00a315441b77","name":"Resource not found. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","async","schemas",":SchemaIdentifier","records"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"identifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"values\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"identifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"values\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7a9a4d2e-321d-4179-a6d1-6a46ff4b69c8","name":"The request could not be completed due to a conflict with the current state of the resource. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","async","schemas",":SchemaIdentifier","records"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"identifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"values\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"identifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"values\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"218cd2d9-f09b-45cc-882d-c13ae8cf12d1","name":"The request was well-formed but could not be processed due to semantic or domain-related constraints. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","async","schemas",":SchemaIdentifier","records"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"identifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"values\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"identifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"values\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b19c666f-5194-445d-ba59-a9265ba3d999","name":"See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","async","schemas",":SchemaIdentifier","records"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"identifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"values\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"identifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"values\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"2b386461-4716-4d89-95ba-385d48370ea9","name":"Batch create or partially update record (async)","request":{"name":"Batch create or partially update record (async)","description":{"content":"This endpoint can only be used for simple schemas.\n\nAsynchronous requests are processed according to the time they reach the service.  \nThis means that requests to synchronous endpoints may overwrite asynchronous operations which were sent earlier and queued due to high traffic.\n\nIn some edge cases, changing a record may fail further in the backend, even when this endpoint returns no errors. In such cases, contact Support.\n","type":"text/plain"},"url":{"path":["brickworks","v1","async","schemas",":SchemaIdentifier","records"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PATCH","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"[\n  {\n    \"identifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"values\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"identifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"values\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"response":[{"id":"74635888-b6f3-406c-bf5c-1fe6919ea287","name":"Operation added to queue","originalRequest":{"url":{"path":["brickworks","v1","async","schemas",":SchemaIdentifier","records"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"PATCH","body":{"mode":"raw","raw":"[\n  {\n    \"identifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"values\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"identifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"values\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"12e25910-31d5-4dfb-ba87-8b9d13db99fe","name":"Some operations failed","originalRequest":{"url":{"path":["brickworks","v1","async","schemas",":SchemaIdentifier","records"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"[\n  {\n    \"identifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"values\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"identifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"values\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Multi-Status (WebDAV) (RFC 4918)","code":207,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"identifier\": {\n      \"name\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"value\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    \"errors\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ]\n  },\n  {\n    \"identifier\": {\n      \"name\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"value\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    \"errors\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ]\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"fe662955-4e50-4c26-9a7a-7f557d075f1a","name":"Incorrect request (malformed JSON, wrong parameters, etc.). See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","async","schemas",":SchemaIdentifier","records"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"[\n  {\n    \"identifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"values\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"identifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"values\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0909f516-4e7b-4522-983b-0536441f7d4f","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","async","schemas",":SchemaIdentifier","records"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"[\n  {\n    \"identifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"values\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"identifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"values\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d71f315e-de10-4155-9ecd-d893aa964a7c","name":"Forbidden; insufficient permissions. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","async","schemas",":SchemaIdentifier","records"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"[\n  {\n    \"identifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"values\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"identifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"values\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4a24882c-71f4-4d6d-9eb3-551ab7f17e44","name":"Resource not found. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","async","schemas",":SchemaIdentifier","records"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"[\n  {\n    \"identifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"values\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"identifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"values\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"629e8823-69c7-4cc2-92bf-88df93a12537","name":"The request could not be completed due to a conflict with the current state of the resource. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","async","schemas",":SchemaIdentifier","records"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"[\n  {\n    \"identifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"values\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"identifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"values\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cb11e396-9e3d-40df-93ff-1db9047f999a","name":"The request was well-formed but could not be processed due to semantic or domain-related constraints. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","async","schemas",":SchemaIdentifier","records"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"[\n  {\n    \"identifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"values\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"identifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"values\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e5ef1bad-9b84-4203-8713-b2ded8e1bc4b","name":"See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","async","schemas",":SchemaIdentifier","records"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"[\n  {\n    \"identifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"values\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"identifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"values\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"116042dd-3f8c-4f7d-979c-143c3265fa47","name":"Create or update record (async)","request":{"name":"Create or update record (async)","description":{"content":"This endpoint can only be used for simple schemas.\n\n- If a record included in this request already exists, it's entirely overwritten by the content from the request (including the slug - if the slug isn't sent, it's removed).\n- Provide the current identifier value (if your request changes the identifier, provide the one from before the change).\n- The record must conform with the schema.\n\nAsynchronous requests are processed according to the time they reach the service.  \nThis means that requests to synchronous endpoints may overwrite asynchronous operations which were sent earlier and queued due to high traffic.\n\nIn some edge cases, changing a record may fail further in the backend, even when this endpoint returns no errors. In such cases, contact Support.\n","type":"text/plain"},"url":{"path":["brickworks","v1","async","schemas",":SchemaIdentifier","record"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"identifier\": {\n    \"name\": \"string\",\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"values\": {\n    \"stringField\": \"example string\",\n    \"numberField\": 123.45,\n    \"integerField\": 42,\n    \"booleanField\": true,\n    \"dateField\": \"2024-01-15\",\n    \"dateTimeField\": \"2024-01-15T10:30:00Z\",\n    \"uuidField\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"arrayField\": [\n      \"item1\",\n      \"item2\"\n    ],\n    \"objectField\": {\n      \"key\": \"value\"\n    },\n    \"profileAttribute\": {\n      \"attributeName\": \"email\"\n    },\n    \"catalog\": {\n      \"itemKey\": \"SKU123\"\n    },\n    \"recommendation\": {\n      \"params\": {\n        \"itemId\": \"item-123\"\n      }\n    }\n  },\n  \"slug\": \"_kygULG\",\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"2107fa01-4031-4b36-a35f-75e96389d71f","name":"Operation added to queue","originalRequest":{"url":{"path":["brickworks","v1","async","schemas",":SchemaIdentifier","record"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifier\": {\n    \"name\": \"string\",\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"values\": {\n    \"stringField\": \"example string\",\n    \"numberField\": 123.45,\n    \"integerField\": 42,\n    \"booleanField\": true,\n    \"dateField\": \"2024-01-15\",\n    \"dateTimeField\": \"2024-01-15T10:30:00Z\",\n    \"uuidField\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"arrayField\": [\n      \"item1\",\n      \"item2\"\n    ],\n    \"objectField\": {\n      \"key\": \"value\"\n    },\n    \"profileAttribute\": {\n      \"attributeName\": \"email\"\n    },\n    \"catalog\": {\n      \"itemKey\": \"SKU123\"\n    },\n    \"recommendation\": {\n      \"params\": {\n        \"itemId\": \"item-123\"\n      }\n    }\n  },\n  \"slug\": \"_kygULG\",\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"b6dada61-a2bf-4d21-801c-199429231c55","name":"Incorrect request (malformed JSON, wrong parameters, etc.). See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","async","schemas",":SchemaIdentifier","record"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifier\": {\n    \"name\": \"string\",\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"values\": {\n    \"stringField\": \"example string\",\n    \"numberField\": 123.45,\n    \"integerField\": 42,\n    \"booleanField\": true,\n    \"dateField\": \"2024-01-15\",\n    \"dateTimeField\": \"2024-01-15T10:30:00Z\",\n    \"uuidField\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"arrayField\": [\n      \"item1\",\n      \"item2\"\n    ],\n    \"objectField\": {\n      \"key\": \"value\"\n    },\n    \"profileAttribute\": {\n      \"attributeName\": \"email\"\n    },\n    \"catalog\": {\n      \"itemKey\": \"SKU123\"\n    },\n    \"recommendation\": {\n      \"params\": {\n        \"itemId\": \"item-123\"\n      }\n    }\n  },\n  \"slug\": \"_kygULG\",\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ef5fc64e-eb00-448a-9367-6a85176dccc5","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","async","schemas",":SchemaIdentifier","record"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifier\": {\n    \"name\": \"string\",\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"values\": {\n    \"stringField\": \"example string\",\n    \"numberField\": 123.45,\n    \"integerField\": 42,\n    \"booleanField\": true,\n    \"dateField\": \"2024-01-15\",\n    \"dateTimeField\": \"2024-01-15T10:30:00Z\",\n    \"uuidField\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"arrayField\": [\n      \"item1\",\n      \"item2\"\n    ],\n    \"objectField\": {\n      \"key\": \"value\"\n    },\n    \"profileAttribute\": {\n      \"attributeName\": \"email\"\n    },\n    \"catalog\": {\n      \"itemKey\": \"SKU123\"\n    },\n    \"recommendation\": {\n      \"params\": {\n        \"itemId\": \"item-123\"\n      }\n    }\n  },\n  \"slug\": \"_kygULG\",\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9737033d-3a8d-419f-bc63-5d428a6af449","name":"Forbidden; insufficient permissions. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","async","schemas",":SchemaIdentifier","record"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifier\": {\n    \"name\": \"string\",\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"values\": {\n    \"stringField\": \"example string\",\n    \"numberField\": 123.45,\n    \"integerField\": 42,\n    \"booleanField\": true,\n    \"dateField\": \"2024-01-15\",\n    \"dateTimeField\": \"2024-01-15T10:30:00Z\",\n    \"uuidField\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"arrayField\": [\n      \"item1\",\n      \"item2\"\n    ],\n    \"objectField\": {\n      \"key\": \"value\"\n    },\n    \"profileAttribute\": {\n      \"attributeName\": \"email\"\n    },\n    \"catalog\": {\n      \"itemKey\": \"SKU123\"\n    },\n    \"recommendation\": {\n      \"params\": {\n        \"itemId\": \"item-123\"\n      }\n    }\n  },\n  \"slug\": \"_kygULG\",\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0a7f1320-6148-4a43-882d-8442c4b62549","name":"Resource not found. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","async","schemas",":SchemaIdentifier","record"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifier\": {\n    \"name\": \"string\",\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"values\": {\n    \"stringField\": \"example string\",\n    \"numberField\": 123.45,\n    \"integerField\": 42,\n    \"booleanField\": true,\n    \"dateField\": \"2024-01-15\",\n    \"dateTimeField\": \"2024-01-15T10:30:00Z\",\n    \"uuidField\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"arrayField\": [\n      \"item1\",\n      \"item2\"\n    ],\n    \"objectField\": {\n      \"key\": \"value\"\n    },\n    \"profileAttribute\": {\n      \"attributeName\": \"email\"\n    },\n    \"catalog\": {\n      \"itemKey\": \"SKU123\"\n    },\n    \"recommendation\": {\n      \"params\": {\n        \"itemId\": \"item-123\"\n      }\n    }\n  },\n  \"slug\": \"_kygULG\",\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5840da1b-80c3-4061-a5aa-c6234c13af6d","name":"The request could not be completed due to a conflict with the current state of the resource. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","async","schemas",":SchemaIdentifier","record"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifier\": {\n    \"name\": \"string\",\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"values\": {\n    \"stringField\": \"example string\",\n    \"numberField\": 123.45,\n    \"integerField\": 42,\n    \"booleanField\": true,\n    \"dateField\": \"2024-01-15\",\n    \"dateTimeField\": \"2024-01-15T10:30:00Z\",\n    \"uuidField\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"arrayField\": [\n      \"item1\",\n      \"item2\"\n    ],\n    \"objectField\": {\n      \"key\": \"value\"\n    },\n    \"profileAttribute\": {\n      \"attributeName\": \"email\"\n    },\n    \"catalog\": {\n      \"itemKey\": \"SKU123\"\n    },\n    \"recommendation\": {\n      \"params\": {\n        \"itemId\": \"item-123\"\n      }\n    }\n  },\n  \"slug\": \"_kygULG\",\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5c2580b3-a366-4df0-998d-6198d4a236c3","name":"The request was well-formed but could not be processed due to semantic or domain-related constraints. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","async","schemas",":SchemaIdentifier","record"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifier\": {\n    \"name\": \"string\",\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"values\": {\n    \"stringField\": \"example string\",\n    \"numberField\": 123.45,\n    \"integerField\": 42,\n    \"booleanField\": true,\n    \"dateField\": \"2024-01-15\",\n    \"dateTimeField\": \"2024-01-15T10:30:00Z\",\n    \"uuidField\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"arrayField\": [\n      \"item1\",\n      \"item2\"\n    ],\n    \"objectField\": {\n      \"key\": \"value\"\n    },\n    \"profileAttribute\": {\n      \"attributeName\": \"email\"\n    },\n    \"catalog\": {\n      \"itemKey\": \"SKU123\"\n    },\n    \"recommendation\": {\n      \"params\": {\n        \"itemId\": \"item-123\"\n      }\n    }\n  },\n  \"slug\": \"_kygULG\",\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cc08ac2e-c9f6-4ade-bf44-2d83edbf317f","name":"See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","async","schemas",":SchemaIdentifier","record"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifier\": {\n    \"name\": \"string\",\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"values\": {\n    \"stringField\": \"example string\",\n    \"numberField\": 123.45,\n    \"integerField\": 42,\n    \"booleanField\": true,\n    \"dateField\": \"2024-01-15\",\n    \"dateTimeField\": \"2024-01-15T10:30:00Z\",\n    \"uuidField\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"arrayField\": [\n      \"item1\",\n      \"item2\"\n    ],\n    \"objectField\": {\n      \"key\": \"value\"\n    },\n    \"profileAttribute\": {\n      \"attributeName\": \"email\"\n    },\n    \"catalog\": {\n      \"itemKey\": \"SKU123\"\n    },\n    \"recommendation\": {\n      \"params\": {\n        \"itemId\": \"item-123\"\n      }\n    }\n  },\n  \"slug\": \"_kygULG\",\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"a9fb1cbd-3152-4b35-8133-d7b6f41d2e2a","name":"Create or partially update record (async)","request":{"name":"Create or partially update record (async)","description":{"content":"This endpoint can only be used for simple schemas.\n\n- You can use this endpoint to update a record by sending only the fields which you want to change. Other fields are not affected.\n- This endpoint doesn't validate the data against field-specific settings, such as limits on character count or regex in a string field.\n\nAsynchronous requests are processed according to the time they reach the service.  \nThis means that requests to synchronous endpoints may overwrite asynchronous operations which were sent earlier and queued due to high traffic.\n\nIn some edge cases, changing a record may fail further in the backend, even when this endpoint returns no errors. In such cases, contact Support.\n","type":"text/plain"},"url":{"path":["brickworks","v1","async","schemas",":SchemaIdentifier","record"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PATCH","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"identifier\": {\n    \"name\": \"string\",\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"values\": {\n    \"stringField\": \"example string\",\n    \"numberField\": 123.45,\n    \"integerField\": 42,\n    \"booleanField\": true,\n    \"dateField\": \"2024-01-15\",\n    \"dateTimeField\": \"2024-01-15T10:30:00Z\",\n    \"uuidField\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"arrayField\": [\n      \"item1\",\n      \"item2\"\n    ],\n    \"objectField\": {\n      \"key\": \"value\"\n    },\n    \"profileAttribute\": {\n      \"attributeName\": \"email\"\n    },\n    \"catalog\": {\n      \"itemKey\": \"SKU123\"\n    },\n    \"recommendation\": {\n      \"params\": {\n        \"itemId\": \"item-123\"\n      }\n    }\n  },\n  \"slug\": \"_kygULG\",\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"0b49d3b9-724f-4914-a8e0-f2b8cd9185ac","name":"Operation added to queue","originalRequest":{"url":{"path":["brickworks","v1","async","schemas",":SchemaIdentifier","record"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"identifier\": {\n    \"name\": \"string\",\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"values\": {\n    \"stringField\": \"example string\",\n    \"numberField\": 123.45,\n    \"integerField\": 42,\n    \"booleanField\": true,\n    \"dateField\": \"2024-01-15\",\n    \"dateTimeField\": \"2024-01-15T10:30:00Z\",\n    \"uuidField\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"arrayField\": [\n      \"item1\",\n      \"item2\"\n    ],\n    \"objectField\": {\n      \"key\": \"value\"\n    },\n    \"profileAttribute\": {\n      \"attributeName\": \"email\"\n    },\n    \"catalog\": {\n      \"itemKey\": \"SKU123\"\n    },\n    \"recommendation\": {\n      \"params\": {\n        \"itemId\": \"item-123\"\n      }\n    }\n  },\n  \"slug\": \"_kygULG\",\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"cad8513c-3e72-45bb-ac49-23651a826269","name":"Incorrect request (malformed JSON, wrong parameters, etc.). See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","async","schemas",":SchemaIdentifier","record"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"identifier\": {\n    \"name\": \"string\",\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"values\": {\n    \"stringField\": \"example string\",\n    \"numberField\": 123.45,\n    \"integerField\": 42,\n    \"booleanField\": true,\n    \"dateField\": \"2024-01-15\",\n    \"dateTimeField\": \"2024-01-15T10:30:00Z\",\n    \"uuidField\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"arrayField\": [\n      \"item1\",\n      \"item2\"\n    ],\n    \"objectField\": {\n      \"key\": \"value\"\n    },\n    \"profileAttribute\": {\n      \"attributeName\": \"email\"\n    },\n    \"catalog\": {\n      \"itemKey\": \"SKU123\"\n    },\n    \"recommendation\": {\n      \"params\": {\n        \"itemId\": \"item-123\"\n      }\n    }\n  },\n  \"slug\": \"_kygULG\",\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"49498b0a-a2d0-4c41-b8f9-0749dab9f356","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","async","schemas",":SchemaIdentifier","record"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"identifier\": {\n    \"name\": \"string\",\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"values\": {\n    \"stringField\": \"example string\",\n    \"numberField\": 123.45,\n    \"integerField\": 42,\n    \"booleanField\": true,\n    \"dateField\": \"2024-01-15\",\n    \"dateTimeField\": \"2024-01-15T10:30:00Z\",\n    \"uuidField\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"arrayField\": [\n      \"item1\",\n      \"item2\"\n    ],\n    \"objectField\": {\n      \"key\": \"value\"\n    },\n    \"profileAttribute\": {\n      \"attributeName\": \"email\"\n    },\n    \"catalog\": {\n      \"itemKey\": \"SKU123\"\n    },\n    \"recommendation\": {\n      \"params\": {\n        \"itemId\": \"item-123\"\n      }\n    }\n  },\n  \"slug\": \"_kygULG\",\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5019f04f-1eb2-412e-a84e-2f0a913ffde3","name":"Forbidden; insufficient permissions. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","async","schemas",":SchemaIdentifier","record"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"identifier\": {\n    \"name\": \"string\",\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"values\": {\n    \"stringField\": \"example string\",\n    \"numberField\": 123.45,\n    \"integerField\": 42,\n    \"booleanField\": true,\n    \"dateField\": \"2024-01-15\",\n    \"dateTimeField\": \"2024-01-15T10:30:00Z\",\n    \"uuidField\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"arrayField\": [\n      \"item1\",\n      \"item2\"\n    ],\n    \"objectField\": {\n      \"key\": \"value\"\n    },\n    \"profileAttribute\": {\n      \"attributeName\": \"email\"\n    },\n    \"catalog\": {\n      \"itemKey\": \"SKU123\"\n    },\n    \"recommendation\": {\n      \"params\": {\n        \"itemId\": \"item-123\"\n      }\n    }\n  },\n  \"slug\": \"_kygULG\",\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7303a382-5128-4069-96f0-db9563890070","name":"Resource not found. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","async","schemas",":SchemaIdentifier","record"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"identifier\": {\n    \"name\": \"string\",\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"values\": {\n    \"stringField\": \"example string\",\n    \"numberField\": 123.45,\n    \"integerField\": 42,\n    \"booleanField\": true,\n    \"dateField\": \"2024-01-15\",\n    \"dateTimeField\": \"2024-01-15T10:30:00Z\",\n    \"uuidField\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"arrayField\": [\n      \"item1\",\n      \"item2\"\n    ],\n    \"objectField\": {\n      \"key\": \"value\"\n    },\n    \"profileAttribute\": {\n      \"attributeName\": \"email\"\n    },\n    \"catalog\": {\n      \"itemKey\": \"SKU123\"\n    },\n    \"recommendation\": {\n      \"params\": {\n        \"itemId\": \"item-123\"\n      }\n    }\n  },\n  \"slug\": \"_kygULG\",\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"da51c70d-9656-4071-be73-4a49465f82bd","name":"The request could not be completed due to a conflict with the current state of the resource. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","async","schemas",":SchemaIdentifier","record"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"identifier\": {\n    \"name\": \"string\",\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"values\": {\n    \"stringField\": \"example string\",\n    \"numberField\": 123.45,\n    \"integerField\": 42,\n    \"booleanField\": true,\n    \"dateField\": \"2024-01-15\",\n    \"dateTimeField\": \"2024-01-15T10:30:00Z\",\n    \"uuidField\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"arrayField\": [\n      \"item1\",\n      \"item2\"\n    ],\n    \"objectField\": {\n      \"key\": \"value\"\n    },\n    \"profileAttribute\": {\n      \"attributeName\": \"email\"\n    },\n    \"catalog\": {\n      \"itemKey\": \"SKU123\"\n    },\n    \"recommendation\": {\n      \"params\": {\n        \"itemId\": \"item-123\"\n      }\n    }\n  },\n  \"slug\": \"_kygULG\",\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"75b8071e-8256-45e1-a095-6d1cfa42e60f","name":"The request was well-formed but could not be processed due to semantic or domain-related constraints. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","async","schemas",":SchemaIdentifier","record"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"identifier\": {\n    \"name\": \"string\",\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"values\": {\n    \"stringField\": \"example string\",\n    \"numberField\": 123.45,\n    \"integerField\": 42,\n    \"booleanField\": true,\n    \"dateField\": \"2024-01-15\",\n    \"dateTimeField\": \"2024-01-15T10:30:00Z\",\n    \"uuidField\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"arrayField\": [\n      \"item1\",\n      \"item2\"\n    ],\n    \"objectField\": {\n      \"key\": \"value\"\n    },\n    \"profileAttribute\": {\n      \"attributeName\": \"email\"\n    },\n    \"catalog\": {\n      \"itemKey\": \"SKU123\"\n    },\n    \"recommendation\": {\n      \"params\": {\n        \"itemId\": \"item-123\"\n      }\n    }\n  },\n  \"slug\": \"_kygULG\",\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b4f83dba-a3d3-4b14-8ff2-c3cf95089198","name":"See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","async","schemas",":SchemaIdentifier","record"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"identifier\": {\n    \"name\": \"string\",\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"values\": {\n    \"stringField\": \"example string\",\n    \"numberField\": 123.45,\n    \"integerField\": 42,\n    \"booleanField\": true,\n    \"dateField\": \"2024-01-15\",\n    \"dateTimeField\": \"2024-01-15T10:30:00Z\",\n    \"uuidField\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"arrayField\": [\n      \"item1\",\n      \"item2\"\n    ],\n    \"objectField\": {\n      \"key\": \"value\"\n    },\n    \"profileAttribute\": {\n      \"attributeName\": \"email\"\n    },\n    \"catalog\": {\n      \"itemKey\": \"SKU123\"\n    },\n    \"recommendation\": {\n      \"params\": {\n        \"itemId\": \"item-123\"\n      }\n    }\n  },\n  \"slug\": \"_kygULG\",\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"6aad92f6-032c-4d00-9e1a-2b367b06cbeb","name":"Brickworks: Content generation","description":{"content":"","type":"text/plain"},"item":[{"id":"ea0bd91f-3838-4209-993a-5134d1dc7317","name":"Generate object from a record (as workspace)","request":{"name":"Generate object from a record (as workspace)","description":{"content":"Generate content from the latest **published version of a record** by processing Jinjava inserts and requests to external sources. Profile data (if needed, for example for Jinjava) is retrieved automatically from the profile declared in the request.\n\nThe system looks for values to generate in the following order:\n\n  1. Values in the `fieldContext` object (used by recommendations and relations).\n  1. Values saved in the record.\n  2. Values from the `default` object in the schema.  \n    This is available for all field types.  \n  3. Default values nested in the `properties` of a field in the schema.  \n    This is available for some complex field types.  \n\n\nThe content is always generated according to the latest version of a schema:\n  - If fields were deleted from the schema, but they still exist in the record, they are ignored.\n  - If fields were added to the schema and they don't exist in the record, their default values are added. If there are no default values, the fields are ignored.\n\nSome data is cached:\n- profile data (even if the profile is updated)\n- responses from external sources  \nFor details, see the [User Guide](https://hub.synerise.com/docs/assets/brickworks/limits).\n","type":"text/plain"},"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","generate","by",":IdentifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"},{"disabled":false,"type":"any","value":"email","key":"IdentifierType","description":"(Required) Profile identifier type"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"context\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fieldContext\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"de836f13-738f-423a-801a-818681cc0011","name":"Processed content of a record","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","generate","by",":IdentifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"},{"disabled":false,"type":"any","value":"email","key":"IdentifierType","description":"(Required) Profile identifier type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"context\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fieldContext\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"__slug\": \"my-record-slug\",\n  \"__recordVersion\": 1,\n  \"__publishedAt\": \"2024-01-15T10:30:00Z\",\n  \"__updatedAt\": \"2024-01-15T10:30:00Z\",\n  \"__schemaId\": \"550e8400-e29b-41d4-a716-446655440000\",\n  \"__id\": \"550e8400-e29b-41d4-a716-446655440001\",\n  \"__schemaVersion\": 1,\n  \"__createdAt\": \"2024-01-15T10:30:00Z\",\n  \"customStringField\": \"string value\",\n  \"customNumberField\": 123.45,\n  \"customBooleanField\": true,\n  \"customDateField\": \"2024-01-15\",\n  \"customArrayField\": [\n    \"item1\",\n    \"item2\"\n  ],\n  \"customObjectField\": {\n    \"nestedKey\": \"nestedValue\"\n  },\n  \"__matchedAudience\": true,\n  \"__unmatchedAudienceRelations\": [\n    \"deniedRefField\"\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"240a3ff1-0d36-4cfd-8c55-5768131e1ae6","name":"Incorrect request (malformed JSON, wrong parameters, etc.). See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","generate","by",":IdentifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"},{"disabled":false,"type":"any","value":"email","key":"IdentifierType","description":"(Required) Profile identifier type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"context\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fieldContext\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"42ff589f-8682-4172-8e98-166ad519763c","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","generate","by",":IdentifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"},{"disabled":false,"type":"any","value":"email","key":"IdentifierType","description":"(Required) Profile identifier type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"context\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fieldContext\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c5adbc93-efed-4a19-bf51-4340c02f9827","name":"Forbidden; insufficient permissions. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","generate","by",":IdentifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"},{"disabled":false,"type":"any","value":"email","key":"IdentifierType","description":"(Required) Profile identifier type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"context\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fieldContext\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"59694a7f-93de-46ac-800c-1e8dc10a7701","name":"Resource not found. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","generate","by",":IdentifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"},{"disabled":false,"type":"any","value":"email","key":"IdentifierType","description":"(Required) Profile identifier type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"context\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fieldContext\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d994926a-7fe7-4392-8a36-7813124d381b","name":"The request could not be completed due to a conflict with the current state of the resource. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","generate","by",":IdentifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"},{"disabled":false,"type":"any","value":"email","key":"IdentifierType","description":"(Required) Profile identifier type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"context\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fieldContext\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"57e11a38-ca47-45c1-899a-68834d693034","name":"The request was well-formed but could not be processed due to semantic or domain-related constraints. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","generate","by",":IdentifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"},{"disabled":false,"type":"any","value":"email","key":"IdentifierType","description":"(Required) Profile identifier type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"context\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fieldContext\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9aefc2a0-b424-47ac-9852-6a087dfcc8dd","name":"See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","generate","by",":IdentifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"},{"disabled":false,"type":"any","value":"email","key":"IdentifierType","description":"(Required) Profile identifier type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"context\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fieldContext\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"94a27aa8-ce21-420b-b0d4-10a9be88d481","name":"Generate object from a record (as any consumer)","request":{"name":"Generate object from a record (as any consumer)","description":{"content":"Generate content from the latest **published version of a record** by processing Jinjava inserts and requests to external sources.  \nIf the request is authorized by a profile, the profile data is automatically retrieve for fields which need it (for example, in Jinjava inserts).\n\nThe system looks for values to generate in the following order:\n\n  1. Values in the `fieldContext` object (used by recommendations and relations).\n  1. Values saved in the record.\n  2. Values from the `default` object in the schema.  \n    This is available for all field types.  \n  3. Default values nested in the `properties` of a field in the schema.  \n    This is available for some complex field types.  \n\n\nThe content is always generated according to the latest version of a schema:\n  - If fields were deleted from the schema, but they still exist in the record, they are ignored.\n  - If fields were added to the schema and they don't exist in the record, their default values are added. If there are no default values, the fields are ignored.\n\nSome data is cached:\n- profile data (even if the profile is updated)\n- responses from external sources  \nFor details, see the [User Guide](https://hub.synerise.com/docs/assets/brickworks/limits).\n","type":"text/plain"},"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"context\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fieldContext\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"bce94a99-2838-49a6-a8dc-2cab19734725","name":"Processed content of a record","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"context\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fieldContext\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"__slug\": \"_T0q9KNXv\",\n  \"__recordVersion\": 4092.2258114261313,\n  \"__publishedAt\": \"1976-11-30T14:21:18.096Z\",\n  \"__updatedAt\": \"1995-01-02T03:39:53.922Z\",\n  \"__schemaId\": \"f103c968-6e4b-bd53-1a0e-2623127fc8a5\",\n  \"__id\": \"90bdc7dd-940e-9f0f-0f34-ec65a25de82b\",\n  \"__schemaVersion\": 5274,\n  \"__createdAt\": \"1985-10-10T17:48:05.618Z\",\n  \"__matchedAudience\": false,\n  \"__unmatchedAudienceRelations\": [\n    \"string\",\n    \"string\"\n  ],\n  \"key_0\": 1742.4338958349838\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"13a15258-00d8-4b5d-a497-2bab82da402e","name":"Incorrect request (malformed JSON, wrong parameters, etc.). See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"context\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fieldContext\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e578eaed-31ff-46e5-9e85-ee3a018c6d96","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"context\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fieldContext\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ca77f392-3759-4ad1-bb1e-9a90b71bc5c1","name":"Forbidden; insufficient permissions. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"context\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fieldContext\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"22629c62-b904-435c-a64c-a52d1753213a","name":"Resource not found. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"context\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fieldContext\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7ebd5946-aef9-4c40-9e6e-636cdccd9ec9","name":"The request could not be completed due to a conflict with the current state of the resource. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"context\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fieldContext\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"dfd1c242-0128-4eec-a724-5960f63ad715","name":"The request was well-formed but could not be processed due to semantic or domain-related constraints. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"context\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fieldContext\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0da8731f-524b-43b5-ae66-4fb81ed32c73","name":"See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"context\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fieldContext\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"5389a912-1ef1-4b72-b3e0-09965befae01","name":"Brickworks: External sources","description":{"content":"","type":"text/plain"},"item":[{"id":"7a53ae0f-caed-479e-8f80-0617a60e1ef7","name":"Create external source","request":{"name":"Create external source","description":{"content":"Create an external data source definition. External sources can be used as a special schema field to retrieve data from a given URL when generating an object from a record.\n\nBefore starting, make sure you have a [connection](https://hub.synerise.com/docs/settings/tool/connections/) which you can use in the external source definition.\n","type":"text/plain"},"url":{"path":["brickworks","v1","external-sources"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"properties\": {\n    \"sourceType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"url\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"method\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"headers\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"params\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"body\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bodySchema\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"description\": \"string\",\n  \"ttl\": 7021.851287533401\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"72c6a9d5-804f-4c41-ae95-064374ed0dfb","name":"External Data Source created","originalRequest":{"url":{"path":["brickworks","v1","external-sources"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"properties\": {\n    \"sourceType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"url\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"method\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"headers\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"params\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"body\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bodySchema\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"description\": \"string\",\n  \"ttl\": 7021.851287533401\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"146a8008-b40a-87e2-9425-527cede777d1\",\n  \"name\": \"string\",\n  \"properties\": {\n    \"sourceType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"url\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"method\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"headers\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"params\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"body\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bodySchema\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"createdBy\": 1757,\n  \"createdAt\": \"2012-09-27T02:57:01.643Z\",\n  \"updatedAt\": \"1980-05-19T06:56:31.824Z\",\n  \"description\": \"string\",\n  \"updatedBy\": 9546,\n  \"ttl\": 6025.379390394222\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f4d38e4d-8979-4b85-a089-8b30bccc48fc","name":"Incorrect request (malformed JSON, wrong parameters, etc.). See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","external-sources"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"properties\": {\n    \"sourceType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"url\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"method\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"headers\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"params\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"body\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bodySchema\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"description\": \"string\",\n  \"ttl\": 7021.851287533401\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d5d3ca94-3263-4b58-b135-7d5f45512593","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","external-sources"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"properties\": {\n    \"sourceType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"url\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"method\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"headers\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"params\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"body\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bodySchema\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"description\": \"string\",\n  \"ttl\": 7021.851287533401\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"17da8437-8304-473d-87d4-b08b6e96584c","name":"Forbidden; insufficient permissions. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","external-sources"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"properties\": {\n    \"sourceType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"url\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"method\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"headers\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"params\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"body\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bodySchema\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"description\": \"string\",\n  \"ttl\": 7021.851287533401\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d018cd1c-cffc-4698-9037-154b593c1b2a","name":"Resource not found. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","external-sources"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"properties\": {\n    \"sourceType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"url\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"method\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"headers\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"params\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"body\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bodySchema\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"description\": \"string\",\n  \"ttl\": 7021.851287533401\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7fa147d0-f822-4386-9978-4687feeeddda","name":"The request could not be completed due to a conflict with the current state of the resource. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","external-sources"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"properties\": {\n    \"sourceType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"url\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"method\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"headers\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"params\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"body\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bodySchema\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"description\": \"string\",\n  \"ttl\": 7021.851287533401\n}","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"92587178-5ffe-406c-9481-e291406b7430","name":"The request was well-formed but could not be processed due to semantic or domain-related constraints. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","external-sources"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"properties\": {\n    \"sourceType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"url\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"method\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"headers\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"params\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"body\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bodySchema\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"description\": \"string\",\n  \"ttl\": 7021.851287533401\n}","options":{"raw":{"language":"json"}}}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"65779505-4ca3-427c-b0e0-81b95ef2129b","name":"See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","external-sources"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"properties\": {\n    \"sourceType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"url\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"method\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"headers\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"params\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"body\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bodySchema\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"description\": \"string\",\n  \"ttl\": 7021.851287533401\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"0c4c1317-c2f1-4e15-8049-cbeff92c4373","name":"List external sources","request":{"name":"List external sources","description":{"content":"Retrieve a list of external data sources. You can sort and paginate the results.","type":"text/plain"},"url":{"path":["brickworks","v1","external-sources"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"limit","value":"50","description":"Limit of items per page"},{"disabled":false,"key":"page","value":"1","description":"The number of the page to retrieve"},{"disabled":false,"key":"search","value":"string","description":"A string to search for in:\n- `id`\n- `appId`\n- `displayName`\n- `description`\n"},{"disabled":false,"key":"sortBy","value":"createdAt:asc|desc","description":"You can sort by:\n- `createdAt`\n- `updatedAt`\n- `name`\n"},{"disabled":false,"key":"method","value":"get","description":"You can filter the results by source http method.\n"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"a229c6d0-608c-4440-b4b0-b9b7a8fa631d","name":"A page of external data sources","originalRequest":{"url":{"path":["brickworks","v1","external-sources"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"50"},{"key":"page","value":"1"},{"key":"search","value":"string"},{"key":"sortBy","value":"createdAt:asc|desc"},{"key":"method","value":"get"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"meta\": {\n    \"links\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"count\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"671efa7d-a1b9-4777-9142-6d0f18d06391","name":"Incorrect request (malformed JSON, wrong parameters, etc.). See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","external-sources"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"50"},{"key":"page","value":"1"},{"key":"search","value":"string"},{"key":"sortBy","value":"createdAt:asc|desc"},{"key":"method","value":"get"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9ac5226a-0ebe-451e-b9f9-ccbd63f6466b","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","external-sources"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"50"},{"key":"page","value":"1"},{"key":"search","value":"string"},{"key":"sortBy","value":"createdAt:asc|desc"},{"key":"method","value":"get"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1c35868d-267a-4b90-b868-c991c5cd97ff","name":"Forbidden; insufficient permissions. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","external-sources"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"50"},{"key":"page","value":"1"},{"key":"search","value":"string"},{"key":"sortBy","value":"createdAt:asc|desc"},{"key":"method","value":"get"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cdf05586-4834-449e-96ea-d82e44d3eda8","name":"Resource not found. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","external-sources"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"50"},{"key":"page","value":"1"},{"key":"search","value":"string"},{"key":"sortBy","value":"createdAt:asc|desc"},{"key":"method","value":"get"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"49c151e5-e4b6-4c94-991f-f0138611772f","name":"The request could not be completed due to a conflict with the current state of the resource. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","external-sources"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"50"},{"key":"page","value":"1"},{"key":"search","value":"string"},{"key":"sortBy","value":"createdAt:asc|desc"},{"key":"method","value":"get"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6c4d1faf-da1c-4d0c-8719-3c543767ae0a","name":"The request was well-formed but could not be processed due to semantic or domain-related constraints. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","external-sources"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"50"},{"key":"page","value":"1"},{"key":"search","value":"string"},{"key":"sortBy","value":"createdAt:asc|desc"},{"key":"method","value":"get"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6d34cdcb-8c59-413b-a81c-cc2fb5d95ced","name":"See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","external-sources"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"50"},{"key":"page","value":"1"},{"key":"search","value":"string"},{"key":"sortBy","value":"createdAt:asc|desc"},{"key":"method","value":"get"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"832e8c54-5cb0-47d1-8869-108633a3cf44","name":"Get External Source","request":{"name":"Get External Source","description":{"content":"Retrieve the details of an external data source.","type":"text/plain"},"url":{"path":["brickworks","v1","external-sources",":ExternalDataSourceId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"ExternalDataSourceId","description":"(Required) External source ID"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"30db96db-15e4-46ff-879f-12ca54f348bb","name":"Details of the external source","originalRequest":{"url":{"path":["brickworks","v1","external-sources",":ExternalDataSourceId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"ExternalDataSourceId","description":"(Required) External source ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"146a8008-b40a-87e2-9425-527cede777d1\",\n  \"name\": \"string\",\n  \"properties\": {\n    \"sourceType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"url\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"method\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"headers\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"params\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"body\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bodySchema\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"createdBy\": 1757,\n  \"createdAt\": \"2012-09-27T02:57:01.643Z\",\n  \"updatedAt\": \"1980-05-19T06:56:31.824Z\",\n  \"description\": \"string\",\n  \"updatedBy\": 9546,\n  \"ttl\": 6025.379390394222\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2c130c3f-b043-4342-b378-a57bdb1808a7","name":"Incorrect request (malformed JSON, wrong parameters, etc.). See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","external-sources",":ExternalDataSourceId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"ExternalDataSourceId","description":"(Required) External source ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"923c23a6-1cd6-4871-a925-51a57d3156c0","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","external-sources",":ExternalDataSourceId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"ExternalDataSourceId","description":"(Required) External source ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"96341342-9a1c-4c5c-bef2-b4406f0626c7","name":"Forbidden; insufficient permissions. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","external-sources",":ExternalDataSourceId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"ExternalDataSourceId","description":"(Required) External source ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"42e1bbae-e5d5-4120-ad51-b9f621d96969","name":"Resource not found. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","external-sources",":ExternalDataSourceId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"ExternalDataSourceId","description":"(Required) External source ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4d27093e-4db8-4407-a8fb-cb2a3465f288","name":"The request could not be completed due to a conflict with the current state of the resource. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","external-sources",":ExternalDataSourceId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"ExternalDataSourceId","description":"(Required) External source ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0bcac340-f9b5-4adf-b8f1-a5760904fb6c","name":"The request was well-formed but could not be processed due to semantic or domain-related constraints. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","external-sources",":ExternalDataSourceId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"ExternalDataSourceId","description":"(Required) External source ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c161663d-589e-4a74-97e2-72c99fcceb34","name":"See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","external-sources",":ExternalDataSourceId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"ExternalDataSourceId","description":"(Required) External source ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"50a1fd6d-ce16-42ea-a2cd-bad4adc8454e","name":"Update External Source","request":{"name":"Update External Source","description":{"content":"Update an external data source definition.","type":"text/plain"},"url":{"path":["brickworks","v1","external-sources",":ExternalDataSourceId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"ExternalDataSourceId","description":"(Required) External source ID"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"properties\": {\n    \"sourceType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"url\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"method\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"headers\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"params\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"body\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bodySchema\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"ttl\": 7991.107870484123\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"2112ca1d-c9cd-41ac-98e4-0e08479098d7","name":"External Source updated","originalRequest":{"url":{"path":["brickworks","v1","external-sources",":ExternalDataSourceId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"ExternalDataSourceId","description":"(Required) External source ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"properties\": {\n    \"sourceType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"url\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"method\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"headers\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"params\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"body\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bodySchema\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"ttl\": 7991.107870484123\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"146a8008-b40a-87e2-9425-527cede777d1\",\n  \"name\": \"string\",\n  \"properties\": {\n    \"sourceType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"url\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"method\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"headers\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"params\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"body\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bodySchema\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"createdBy\": 1757,\n  \"createdAt\": \"2012-09-27T02:57:01.643Z\",\n  \"updatedAt\": \"1980-05-19T06:56:31.824Z\",\n  \"description\": \"string\",\n  \"updatedBy\": 9546,\n  \"ttl\": 6025.379390394222\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7280ea50-783d-4ea4-a36b-8962cc2176b3","name":"Incorrect request (malformed JSON, wrong parameters, etc.). See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","external-sources",":ExternalDataSourceId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"ExternalDataSourceId","description":"(Required) External source ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"properties\": {\n    \"sourceType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"url\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"method\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"headers\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"params\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"body\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bodySchema\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"ttl\": 7991.107870484123\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"09455a8d-6afc-42da-abdb-6d67eec99ffa","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","external-sources",":ExternalDataSourceId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"ExternalDataSourceId","description":"(Required) External source ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"properties\": {\n    \"sourceType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"url\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"method\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"headers\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"params\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"body\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bodySchema\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"ttl\": 7991.107870484123\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cd71cd4a-dd33-4e24-9112-ee1fa6672316","name":"Forbidden; insufficient permissions. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","external-sources",":ExternalDataSourceId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"ExternalDataSourceId","description":"(Required) External source ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"properties\": {\n    \"sourceType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"url\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"method\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"headers\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"params\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"body\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bodySchema\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"ttl\": 7991.107870484123\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2bcf5fcc-f744-4355-b28e-739189e69c25","name":"Resource not found. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","external-sources",":ExternalDataSourceId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"ExternalDataSourceId","description":"(Required) External source ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"properties\": {\n    \"sourceType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"url\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"method\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"headers\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"params\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"body\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bodySchema\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"ttl\": 7991.107870484123\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4692f906-f515-47ce-bead-3cc6ff68ccfb","name":"The request could not be completed due to a conflict with the current state of the resource. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","external-sources",":ExternalDataSourceId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"ExternalDataSourceId","description":"(Required) External source ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"properties\": {\n    \"sourceType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"url\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"method\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"headers\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"params\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"body\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bodySchema\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"ttl\": 7991.107870484123\n}","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"be905f96-a53a-42d1-9cd3-20a1b59be357","name":"The request was well-formed but could not be processed due to semantic or domain-related constraints. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","external-sources",":ExternalDataSourceId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"ExternalDataSourceId","description":"(Required) External source ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"properties\": {\n    \"sourceType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"url\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"method\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"headers\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"params\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"body\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bodySchema\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"ttl\": 7991.107870484123\n}","options":{"raw":{"language":"json"}}}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b124577b-31cc-4f90-b2c5-a4a85835e76a","name":"See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","external-sources",":ExternalDataSourceId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"ExternalDataSourceId","description":"(Required) External source ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"properties\": {\n    \"sourceType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"url\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"method\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"headers\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"params\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"body\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bodySchema\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"ttl\": 7991.107870484123\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"7443deb6-93e3-4bea-932b-3d26ba080788","name":"Delete external source","request":{"name":"Delete external source","description":{"content":"Permanently delete an external data source definition.","type":"text/plain"},"url":{"path":["brickworks","v1","external-sources",":ExternalDataSourceId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"ExternalDataSourceId","description":"(Required) External source ID"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"e625d267-067d-4a16-b216-278981685786","name":"No content","originalRequest":{"url":{"path":["brickworks","v1","external-sources",":ExternalDataSourceId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"ExternalDataSourceId","description":"(Required) External source ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"c5f8107b-6b5d-41d0-866c-fb2e72074f58","name":"Incorrect request (malformed JSON, wrong parameters, etc.). See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","external-sources",":ExternalDataSourceId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"ExternalDataSourceId","description":"(Required) External source ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"08487a6b-aadc-4998-8cda-88d070059348","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","external-sources",":ExternalDataSourceId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"ExternalDataSourceId","description":"(Required) External source ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ff8d6525-389f-450b-b2ea-7121505190fb","name":"Forbidden; insufficient permissions. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","external-sources",":ExternalDataSourceId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"ExternalDataSourceId","description":"(Required) External source ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"46401d26-8cab-42ce-beeb-37da0c4babaf","name":"Resource not found. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","external-sources",":ExternalDataSourceId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"ExternalDataSourceId","description":"(Required) External source ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"166e1116-3324-4ec1-9fdd-c11673fac264","name":"The request could not be completed due to a conflict with the current state of the resource. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","external-sources",":ExternalDataSourceId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"ExternalDataSourceId","description":"(Required) External source ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9b90824a-27be-4705-936a-49cb18f76a1c","name":"The request was well-formed but could not be processed due to semantic or domain-related constraints. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","external-sources",":ExternalDataSourceId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"ExternalDataSourceId","description":"(Required) External source ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"310205fd-f0b8-4129-84c1-cbf44de5ea5b","name":"See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","external-sources",":ExternalDataSourceId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"ExternalDataSourceId","description":"(Required) External source ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"5c830ca3-3a87-4955-803d-cc72dcff2d3d","name":"Brickworks: Record versions","description":{"content":"","type":"text/plain"},"item":[{"id":"43decf3d-290e-4bcf-9a9a-82c2c97bf5a5","name":"Get record versions","request":{"name":"Get record versions","description":{"content":"Retrieve all versions of a record. You can paginate, sort, and refine the results. By default, the versions are sorted from newest to oldest.","type":"text/plain"},"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","versions"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"limit","value":"50","description":"Limit of items per page"},{"disabled":false,"key":"page","value":"1","description":"The number of the page to retrieve"},{"disabled":false,"key":"filters","value":"string"},{"disabled":false,"key":"sortBy","value":"updatedAt:asc","description":"You can change the default sorting. The sorting direction is selected by adding `asc` or `desc`, for example `sortBy=createdAt:desc`.\n\nYou can sort by:\n  - `appId` \n  - `displayName`\n  - `createdAt`\n  - `updatedAt`\n"},{"disabled":false,"key":"statuses","value":"DRAFT","description":"Comma-separated list of record statuses to filter the results."}],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"f799ec98-f871-4e91-866f-477c7aee1488","name":"A page of record versions","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","versions"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"50"},{"key":"page","value":"1"},{"key":"filters","value":"string"},{"key":"sortBy","value":"updatedAt:asc"},{"key":"statuses","value":"DRAFT"}],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"meta\": {\n    \"links\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"count\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e11af93f-1765-4931-a161-bbbbc7d2074b","name":"Incorrect request (malformed JSON, wrong parameters, etc.). See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","versions"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"50"},{"key":"page","value":"1"},{"key":"filters","value":"string"},{"key":"sortBy","value":"updatedAt:asc"},{"key":"statuses","value":"DRAFT"}],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 2750,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"2016-08-01T15:31:08.166Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5e8c4995-4867-4506-ae51-f42b81d1f763","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","versions"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"50"},{"key":"page","value":"1"},{"key":"filters","value":"string"},{"key":"sortBy","value":"updatedAt:asc"},{"key":"statuses","value":"DRAFT"}],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"709241de-389a-47ed-88d9-237ec541c6df","name":"Forbidden; insufficient permissions. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","versions"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"50"},{"key":"page","value":"1"},{"key":"filters","value":"string"},{"key":"sortBy","value":"updatedAt:asc"},{"key":"statuses","value":"DRAFT"}],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"77adb22f-c322-466d-a96a-2ecc912c69fc","name":"Resource not found. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","versions"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"50"},{"key":"page","value":"1"},{"key":"filters","value":"string"},{"key":"sortBy","value":"updatedAt:asc"},{"key":"statuses","value":"DRAFT"}],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"74a9e705-9372-4420-b5b5-59bf9bd880e9","name":"The request could not be completed due to a conflict with the current state of the resource. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","versions"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"50"},{"key":"page","value":"1"},{"key":"filters","value":"string"},{"key":"sortBy","value":"updatedAt:asc"},{"key":"statuses","value":"DRAFT"}],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b88f05d4-6d30-4df0-a9e5-91e94c568234","name":"The request was well-formed but could not be processed due to semantic or domain-related constraints. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","versions"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"50"},{"key":"page","value":"1"},{"key":"filters","value":"string"},{"key":"sortBy","value":"updatedAt:asc"},{"key":"statuses","value":"DRAFT"}],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"07f6c0be-542b-4588-b845-93b617d8f6a8","name":"See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","versions"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"50"},{"key":"page","value":"1"},{"key":"filters","value":"string"},{"key":"sortBy","value":"updatedAt:asc"},{"key":"statuses","value":"DRAFT"}],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b3c33f2b-113e-4c4a-91a4-d97d4469d896","name":"Get record version","request":{"name":"Get record version","description":{"content":"Retrieve the details of a record version. The version can be identified by either a UUID (RecordVersionId) or a version number (integer).","type":"text/plain"},"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","versions",":RecordVersionIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"},{"disabled":false,"type":"any","value":"4dd4a9a0-7bff-089c-cfa4-ed5701c165b9","key":"RecordVersionIdentifier","description":"(Required) Record version identifier - can be a UUID (RecordVersionId) or a version number (integer)"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"92de3290-fdaf-46ee-8b39-23c4a487a315","name":"Record version object","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","versions",":RecordVersionIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"},{"disabled":false,"type":"any","value":"4dd4a9a0-7bff-089c-cfa4-ed5701c165b9","key":"RecordVersionIdentifier","description":"(Required) Record version identifier - can be a UUID (RecordVersionId) or a version number (integer)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"versionId\": \"1e505270-933b-6259-5d73-40c830e9d56a\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d95e9318-3169-4a4e-987d-e1bb45e15af1","name":"Incorrect request (malformed JSON, wrong parameters, etc.). See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","versions",":RecordVersionIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"},{"disabled":false,"type":"any","value":"4dd4a9a0-7bff-089c-cfa4-ed5701c165b9","key":"RecordVersionIdentifier","description":"(Required) Record version identifier - can be a UUID (RecordVersionId) or a version number (integer)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3235bbd5-648c-4c03-835b-5bec598647cc","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","versions",":RecordVersionIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"},{"disabled":false,"type":"any","value":"4dd4a9a0-7bff-089c-cfa4-ed5701c165b9","key":"RecordVersionIdentifier","description":"(Required) Record version identifier - can be a UUID (RecordVersionId) or a version number (integer)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"101e2696-102d-4846-918e-31e870d4dc68","name":"Forbidden; insufficient permissions. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","versions",":RecordVersionIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"},{"disabled":false,"type":"any","value":"4dd4a9a0-7bff-089c-cfa4-ed5701c165b9","key":"RecordVersionIdentifier","description":"(Required) Record version identifier - can be a UUID (RecordVersionId) or a version number (integer)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 6008,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f07c5c40-27e1-4ac6-b547-931610e6f9a9","name":"Resource not found. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","versions",":RecordVersionIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"},{"disabled":false,"type":"any","value":"4dd4a9a0-7bff-089c-cfa4-ed5701c165b9","key":"RecordVersionIdentifier","description":"(Required) Record version identifier - can be a UUID (RecordVersionId) or a version number (integer)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"db2a9428-ace5-4e23-b399-28a4d6a56858","name":"The request could not be completed due to a conflict with the current state of the resource. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","versions",":RecordVersionIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"},{"disabled":false,"type":"any","value":"4dd4a9a0-7bff-089c-cfa4-ed5701c165b9","key":"RecordVersionIdentifier","description":"(Required) Record version identifier - can be a UUID (RecordVersionId) or a version number (integer)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bf9ffc48-ba07-4f99-8382-c2263b98aed4","name":"The request was well-formed but could not be processed due to semantic or domain-related constraints. See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","versions",":RecordVersionIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"},{"disabled":false,"type":"any","value":"4dd4a9a0-7bff-089c-cfa4-ed5701c165b9","key":"RecordVersionIdentifier","description":"(Required) Record version identifier - can be a UUID (RecordVersionId) or a version number (integer)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"665d917d-8765-4e09-a12f-127c78146d9b","name":"See error message for details.","originalRequest":{"url":{"path":["brickworks","v1","schemas",":SchemaIdentifier","records",":RecordIdentifier","versions",":RecordVersionIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"496d11a1-232b-96fa-5845-fc45dd56759c","key":"SchemaIdentifier","description":"(Required) Schema identifier - can be a UUID (SchemaId) or a human-readable string (Schema AppId/API name, 3-25 characters)"},{"disabled":false,"type":"any","value":"6db35e85-8dcd-5295-1bb4-17f4e6479e70","key":"RecordIdentifier","description":"(Required) Record identifier - can be a UUID (RecordId) or a human-readable slug (RecordSlug, 6-40 characters)"},{"disabled":false,"type":"any","value":"4dd4a9a0-7bff-089c-cfa4-ed5701c165b9","key":"RecordVersionIdentifier","description":"(Required) Record version identifier - can be a UUID (RecordVersionId) or a version number (integer)"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 6674,\n  \"errorCode\": \"string\",\n  \"timestamp\": \"1970-08-17T00:04:22.751Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source\": {\n    \"pointer\": \"string\",\n    \"value\": \"string\"\n  },\n  \"details\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"field\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"42d8719d-4087-4c20-b6e0-be109d006ccb","name":"Consumption","description":{"content":"","type":"text/plain"},"item":[{"id":"da408f8a-1778-4868-befa-c45980b74655","name":"Get consumption metric with new data points","request":{"name":"Get consumption metric with new data points","description":{"content":"Retrieve the number of new events (events added to the database on a particular day), listed by day. You can limit the metric to particular workspaces and event types (actions).","type":"text/plain"},"url":{"path":["business-profile-service","organizations","usage","stats","newDataPoints"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"from\": \"2025-05-29\",\n  \"to\": \"2025-05-30\",\n  \"actions\": [\n    \"page.visit\",\n    \"page.visit\"\n  ],\n  \"bpGuids\": [\n    \"34eea35e-3ac4-44f4-95b5-fd00a3b45eff\",\n    \"34eea35e-3ac4-44f4-95b5-fd00a3b45eff\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"081e9296-b9a4-473c-a16b-356090384b87","name":"Statistics of new events for the specified date range","originalRequest":{"url":{"path":["business-profile-service","organizations","usage","stats","newDataPoints"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"from\": \"2025-05-29\",\n  \"to\": \"2025-05-30\",\n  \"actions\": [\n    \"page.visit\",\n    \"page.visit\"\n  ],\n  \"bpGuids\": [\n    \"34eea35e-3ac4-44f4-95b5-fd00a3b45eff\",\n    \"34eea35e-3ac4-44f4-95b5-fd00a3b45eff\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"dailyUsageStatistics\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"eventsTotal\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalAll\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalOther\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"dailyUsageStatistics\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"eventsTotal\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalAll\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalOther\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"452f7fe7-0927-44ce-aee9-94abdf5f902d","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["business-profile-service","organizations","usage","stats","newDataPoints"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"from\": \"2025-05-29\",\n  \"to\": \"2025-05-30\",\n  \"actions\": [\n    \"page.visit\",\n    \"page.visit\"\n  ],\n  \"bpGuids\": [\n    \"34eea35e-3ac4-44f4-95b5-fd00a3b45eff\",\n    \"34eea35e-3ac4-44f4-95b5-fd00a3b45eff\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 9823,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"1975-08-27T19:49:34.260Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b32d998d-72ac-45d5-8f6d-6d4ec2966673","name":"Unauthorized: insufficient permissions.","originalRequest":{"url":{"path":["business-profile-service","organizations","usage","stats","newDataPoints"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"from\": \"2025-05-29\",\n  \"to\": \"2025-05-30\",\n  \"actions\": [\n    \"page.visit\",\n    \"page.visit\"\n  ],\n  \"bpGuids\": [\n    \"34eea35e-3ac4-44f4-95b5-fd00a3b45eff\",\n    \"34eea35e-3ac4-44f4-95b5-fd00a3b45eff\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 9823,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"1975-08-27T19:49:34.260Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"adb2d89b-8266-4972-8720-b5834033b8d5","name":"Request failed. See response for details.","originalRequest":{"url":{"path":["business-profile-service","organizations","usage","stats","newDataPoints"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"from\": \"2025-05-29\",\n  \"to\": \"2025-05-30\",\n  \"actions\": [\n    \"page.visit\",\n    \"page.visit\"\n  ],\n  \"bpGuids\": [\n    \"34eea35e-3ac4-44f4-95b5-fd00a3b45eff\",\n    \"34eea35e-3ac4-44f4-95b5-fd00a3b45eff\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"string\",\n  \"timestamp\": \"1951-10-26T03:56:43.731Z\",\n  \"httpStatus\": 8630,\n  \"errorCode\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"1aa51aec-d59d-409a-8d79-35d930cf4cc1","name":"Get consumption metric with retention data points","request":{"name":"Get consumption metric with retention data points","description":{"content":"Retrieve the number of events kept in the database, listed by day. This includes events saved in the past, which currently exist in the database according to their retention period. \n\nYou can limit the metric to particular workspaces and event types (actions).\n","type":"text/plain"},"url":{"path":["business-profile-service","organizations","usage","stats","retentionDataPoints"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"from\": \"2025-05-29\",\n  \"to\": \"2025-05-30\",\n  \"actions\": [\n    \"page.visit\",\n    \"page.visit\"\n  ],\n  \"bpGuids\": [\n    \"34eea35e-3ac4-44f4-95b5-fd00a3b45eff\",\n    \"34eea35e-3ac4-44f4-95b5-fd00a3b45eff\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"dec7a382-e4b6-4c4e-a3da-1d7f5ebf9a5a","name":"Statistics of retention events for the specified date range","originalRequest":{"url":{"path":["business-profile-service","organizations","usage","stats","retentionDataPoints"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"from\": \"2025-05-29\",\n  \"to\": \"2025-05-30\",\n  \"actions\": [\n    \"page.visit\",\n    \"page.visit\"\n  ],\n  \"bpGuids\": [\n    \"34eea35e-3ac4-44f4-95b5-fd00a3b45eff\",\n    \"34eea35e-3ac4-44f4-95b5-fd00a3b45eff\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"dailyUsageStatistics\": {\n    \"day\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"events\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"other\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"total\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"eventsAverage\": {\n    \"key_0\": 3449,\n    \"key_1\": 9556\n  },\n  \"averageAll\": 7381,\n  \"averageOther\": 2424\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4e4301d6-03ca-4bc9-8a8d-8e9386f56d22","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["business-profile-service","organizations","usage","stats","retentionDataPoints"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"from\": \"2025-05-29\",\n  \"to\": \"2025-05-30\",\n  \"actions\": [\n    \"page.visit\",\n    \"page.visit\"\n  ],\n  \"bpGuids\": [\n    \"34eea35e-3ac4-44f4-95b5-fd00a3b45eff\",\n    \"34eea35e-3ac4-44f4-95b5-fd00a3b45eff\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 9823,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"1975-08-27T19:49:34.260Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1a48f348-086e-4850-9a65-b49b10c4abdd","name":"Unauthorized: insufficient permissions.","originalRequest":{"url":{"path":["business-profile-service","organizations","usage","stats","retentionDataPoints"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"from\": \"2025-05-29\",\n  \"to\": \"2025-05-30\",\n  \"actions\": [\n    \"page.visit\",\n    \"page.visit\"\n  ],\n  \"bpGuids\": [\n    \"34eea35e-3ac4-44f4-95b5-fd00a3b45eff\",\n    \"34eea35e-3ac4-44f4-95b5-fd00a3b45eff\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 9823,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"1975-08-27T19:49:34.260Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"55607f12-160c-4ed9-9af6-ef378cc94a7d","name":"Request failed. See response for details.","originalRequest":{"url":{"path":["business-profile-service","organizations","usage","stats","retentionDataPoints"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"from\": \"2025-05-29\",\n  \"to\": \"2025-05-30\",\n  \"actions\": [\n    \"page.visit\",\n    \"page.visit\"\n  ],\n  \"bpGuids\": [\n    \"34eea35e-3ac4-44f4-95b5-fd00a3b45eff\",\n    \"34eea35e-3ac4-44f4-95b5-fd00a3b45eff\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"string\",\n  \"timestamp\": \"1962-11-17T13:16:23.294Z\",\n  \"httpStatus\": 1087,\n  \"errorCode\": \"string\",\n  \"traceId\": \"string\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"41cf8c0c-80a9-4827-9727-4a541a41cc6a","name":"Organization workspaces","description":{"content":"","type":"text/plain"},"item":[{"id":"27f3c53d-6ff2-4c5f-ab07-966d43a0ea4a","name":"Get universal list of organization workspaces","request":{"name":"Get universal list of organization workspaces","description":{"content":"Retrieve a universal list of workspaces available to the user.","type":"text/plain"},"url":{"path":["business-profile-service","business-profiles"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"page","value":"1","description":"Page to retrieve"},{"disabled":false,"key":"limit","value":"20","description":"Limit of items per page"},{"disabled":false,"key":"favorite","value":"true"},{"disabled":false,"key":"search","value":"","description":"String to search for"},{"disabled":false,"key":"sortBy","value":"CREATED:ASC"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"d9a717fb-8f1a-4bdc-b9ba-eb6ddc27b42f","name":"OK","originalRequest":{"url":{"path":["business-profile-service","business-profiles"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"20"},{"key":"favorite","value":"true"},{"key":"search","value":""},{"key":"sortBy","value":"CREATED:ASC"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"meta\": {\n    \"count\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"links\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"88c962bf-8c2a-4e2a-8377-b404fbd97885","name":"Get all workspaces from organization","request":{"name":"Get all workspaces from organization","description":{"content":"Retrieve a list of all workspaces in an organization.","type":"text/plain"},"url":{"path":["business-profile-service","organizations","workspaces"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"2fcfd7b6-bfec-4a06-81da-617afdfc92b6","name":"List of workspaces","originalRequest":{"url":{"path":["business-profile-service","organizations","workspaces"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"organizationGuid\": \"e989bd0c-7a55-e178-fa1f-1808f01afa0a\",\n  \"workspaces\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c878875c-14d3-408b-8383-a49f87da6db3","name":"Get universal list of organization workspaces with profile identifiers","request":{"name":"Get universal list of organization workspaces with profile identifiers","description":{"content":"Retrieve a universal list of workspaces in context of the current user; with profile identifiers used in each workspace.","type":"text/plain"},"url":{"path":["business-profile-service","organizations","business-profiles","with-identifiers"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"page","value":"1","description":"Page to retrieve"},{"disabled":false,"key":"limit","value":"20","description":"Limit of items per page"},{"disabled":false,"key":"businessProfileGroupId","value":"string","description":"Workspace group to filter by."},{"disabled":false,"key":"sortBy","value":"NAME:ASC"},{"disabled":false,"key":"search","value":"string"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"a89fcbef-838a-43c9-aa0c-c1c693bc443d","name":"OK","originalRequest":{"url":{"path":["business-profile-service","organizations","business-profiles","with-identifiers"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"20"},{"key":"businessProfileGroupId","value":"string"},{"key":"sortBy","value":"NAME:ASC"},{"key":"search","value":"string"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"meta\": {\n    \"count\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"links\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"0aceb6bc-a4f4-4fdd-9e59-442bf327ff6e","name":"Settings","description":{"content":"","type":"text/plain"},"item":[{"id":"cb2f2146-1877-4385-b6bf-5e2c50199864","name":"Get universal list of organization workspaces","request":{"name":"Get universal list of organization workspaces","description":{"content":"Retrieve a list of worspaces in the organization in context of the current user.","type":"text/plain"},"url":{"path":["business-profile-service","organizations","business-profiles"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"page","value":"1","description":"Page to retrieve"},{"disabled":false,"key":"limit","value":"20","description":"Limit of items per page"},{"disabled":false,"key":"businessProfileGroupId","value":"string","description":"Workspace group to filter by."},{"disabled":false,"key":"sortBy","value":"NAME:ASC"},{"disabled":false,"key":"search","value":"string"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"a81e1713-1f9b-4951-ab5b-3ee2f83f35ae","name":"OK","originalRequest":{"url":{"path":["business-profile-service","organizations","business-profiles"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"20"},{"key":"businessProfileGroupId","value":"string"},{"key":"sortBy","value":"NAME:ASC"},{"key":"search","value":"string"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"meta\": {\n    \"count\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"links\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"28f5ab7b-7c80-4ef6-b1df-fa47d5fb1063","name":"Get ban settings","request":{"name":"Get ban settings","description":{"content":"Retrieve the configuration of applying bans after a number of failed logins.","type":"text/plain"},"url":{"path":["sauth","settings","ban"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"b9991ea6-285c-46e0-9bdb-438a0c52b7a4","name":"Current settings","originalRequest":{"url":{"path":["sauth","settings","ban"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"blockingForClientEnabled\": false,\n  \"firstBanCollectingTime\": 3923,\n  \"firstBanDuration\": 5413,\n  \"firstBanThreshold\": 1001,\n  \"secondBanCollectingTime\": 5469,\n  \"secondBanDuration\": 2276,\n  \"secondBanThreshold\": 5811,\n  \"permanentBanCollectingTime\": 2176,\n  \"permanentBanDuration\": 7346,\n  \"permanentBanThreshold\": 8964\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"af8db88b-3535-42f3-bc2f-f68944d54346","name":"JWT missing, expired, or invalid","originalRequest":{"url":{"path":["sauth","settings","ban"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2783cc77-aaab-4b69-a947-069c5b7967ba","name":"Insufficient permissions or wrong JWT scope (for example, profile token where a workspace token was required)","originalRequest":{"url":{"path":["sauth","settings","ban"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b8980b27-f086-4b4f-9732-859923f05302","name":"Not Found","originalRequest":{"url":{"path":["sauth","settings","ban"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b48e668f-c43a-4b62-9d05-2f52d7f1f70d","name":"Update ban settings","request":{"name":"Update ban settings","description":{"content":"Update the configuration of applying bans after a number of failed logins.","type":"text/plain"},"url":{"path":["sauth","settings","ban"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"blockingForClientEnabled\": false,\n  \"firstBanCollectingTime\": 3923,\n  \"firstBanDuration\": 5413,\n  \"firstBanThreshold\": 1001,\n  \"secondBanCollectingTime\": 5469,\n  \"secondBanDuration\": 2276,\n  \"secondBanThreshold\": 5811,\n  \"permanentBanCollectingTime\": 2176,\n  \"permanentBanDuration\": 7346,\n  \"permanentBanThreshold\": 8964\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"8f4b6d9a-38c2-4bae-9ec9-9806a30eb6aa","name":"Current settings","originalRequest":{"url":{"path":["sauth","settings","ban"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"blockingForClientEnabled\": false,\n  \"firstBanCollectingTime\": 3923,\n  \"firstBanDuration\": 5413,\n  \"firstBanThreshold\": 1001,\n  \"secondBanCollectingTime\": 5469,\n  \"secondBanDuration\": 2276,\n  \"secondBanThreshold\": 5811,\n  \"permanentBanCollectingTime\": 2176,\n  \"permanentBanDuration\": 7346,\n  \"permanentBanThreshold\": 8964\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"blockingForClientEnabled\": false,\n  \"firstBanCollectingTime\": 3923,\n  \"firstBanDuration\": 5413,\n  \"firstBanThreshold\": 1001,\n  \"secondBanCollectingTime\": 5469,\n  \"secondBanDuration\": 2276,\n  \"secondBanThreshold\": 5811,\n  \"permanentBanCollectingTime\": 2176,\n  \"permanentBanDuration\": 7346,\n  \"permanentBanThreshold\": 8964\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bfd45416-b427-4b9b-a68e-81b5b631ad19","name":"JWT missing, expired, or invalid","originalRequest":{"url":{"path":["sauth","settings","ban"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"blockingForClientEnabled\": false,\n  \"firstBanCollectingTime\": 3923,\n  \"firstBanDuration\": 5413,\n  \"firstBanThreshold\": 1001,\n  \"secondBanCollectingTime\": 5469,\n  \"secondBanDuration\": 2276,\n  \"secondBanThreshold\": 5811,\n  \"permanentBanCollectingTime\": 2176,\n  \"permanentBanDuration\": 7346,\n  \"permanentBanThreshold\": 8964\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f8d44771-ba56-4e55-89a3-9d8f57a3353f","name":"Insufficient permissions or wrong JWT scope (for example, profile token where a workspace token was required)","originalRequest":{"url":{"path":["sauth","settings","ban"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"blockingForClientEnabled\": false,\n  \"firstBanCollectingTime\": 3923,\n  \"firstBanDuration\": 5413,\n  \"firstBanThreshold\": 1001,\n  \"secondBanCollectingTime\": 5469,\n  \"secondBanDuration\": 2276,\n  \"secondBanThreshold\": 5811,\n  \"permanentBanCollectingTime\": 2176,\n  \"permanentBanDuration\": 7346,\n  \"permanentBanThreshold\": 8964\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f6bdda27-8e47-4eb8-a0f3-21179c4b1843","name":"Not Found","originalRequest":{"url":{"path":["sauth","settings","ban"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"blockingForClientEnabled\": false,\n  \"firstBanCollectingTime\": 3923,\n  \"firstBanDuration\": 5413,\n  \"firstBanThreshold\": 1001,\n  \"secondBanCollectingTime\": 5469,\n  \"secondBanDuration\": 2276,\n  \"secondBanThreshold\": 5811,\n  \"permanentBanCollectingTime\": 2176,\n  \"permanentBanDuration\": 7346,\n  \"permanentBanThreshold\": 8964\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"58f745a4-4eee-4dd0-a6ae-ff96d1d89078","name":"Get email template settings","request":{"name":"Get email template settings","description":{"content":"Get settings for email templates.","type":"text/plain"},"url":{"path":["sauth","settings","templates"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"27b9a40d-039b-4817-8419-60b81701ca7f","name":"Current settings","originalRequest":{"url":{"path":["sauth","settings","templates"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"clientEmailChangeRequestMailSubject\": \"string\",\n  \"clientEmailChangeRequestMailBody\": \"string\",\n  \"clientEmailChangeRequestMailTemplateId\": \"string\",\n  \"clientEmailChangeNotificationMailSubject\": \"string\",\n  \"clientEmailChangeNotificationMailBody\": \"string\",\n  \"clientEmailChangeNotificationMailTemplateId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a54094b0-6b07-431a-bde0-cee190cacd5c","name":"Unauthorized","originalRequest":{"url":{"path":["sauth","settings","templates"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"901c8678-299f-4ff7-90e2-c60b0af4e528","name":"Forbidden","originalRequest":{"url":{"path":["sauth","settings","templates"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"5533679b-dbc7-49f9-8246-e7147d45e498","name":"Not Found","originalRequest":{"url":{"path":["sauth","settings","templates"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"3ecb113d-9298-43d5-abb7-29075b20df47","name":"Update email template settings","request":{"name":"Update email template settings","description":{"content":"Update email template settings. **Omitted settings are reset to null!**","type":"text/plain"},"url":{"path":["sauth","settings","templates"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"clientEmailChangeRequestMailSubject\": \"string\",\n  \"clientEmailChangeRequestMailBody\": \"string\",\n  \"clientEmailChangeRequestMailTemplateId\": \"string\",\n  \"clientEmailChangeNotificationMailSubject\": \"string\",\n  \"clientEmailChangeNotificationMailBody\": \"string\",\n  \"clientEmailChangeNotificationMailTemplateId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"430a0064-1f81-4657-b049-25db4ab320b0","name":"Current settings","originalRequest":{"url":{"path":["sauth","settings","templates"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"clientEmailChangeRequestMailSubject\": \"string\",\n  \"clientEmailChangeRequestMailBody\": \"string\",\n  \"clientEmailChangeRequestMailTemplateId\": \"string\",\n  \"clientEmailChangeNotificationMailSubject\": \"string\",\n  \"clientEmailChangeNotificationMailBody\": \"string\",\n  \"clientEmailChangeNotificationMailTemplateId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"clientEmailChangeRequestMailSubject\": \"string\",\n  \"clientEmailChangeRequestMailBody\": \"string\",\n  \"clientEmailChangeRequestMailTemplateId\": \"string\",\n  \"clientEmailChangeNotificationMailSubject\": \"string\",\n  \"clientEmailChangeNotificationMailBody\": \"string\",\n  \"clientEmailChangeNotificationMailTemplateId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6607128f-a021-488a-951d-c734c7daa741","name":"Unauthorized","originalRequest":{"url":{"path":["sauth","settings","templates"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"clientEmailChangeRequestMailSubject\": \"string\",\n  \"clientEmailChangeRequestMailBody\": \"string\",\n  \"clientEmailChangeRequestMailTemplateId\": \"string\",\n  \"clientEmailChangeNotificationMailSubject\": \"string\",\n  \"clientEmailChangeNotificationMailBody\": \"string\",\n  \"clientEmailChangeNotificationMailTemplateId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"44794ad2-a061-4ae1-8182-23638f3d5350","name":"Forbidden","originalRequest":{"url":{"path":["sauth","settings","templates"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"clientEmailChangeRequestMailSubject\": \"string\",\n  \"clientEmailChangeRequestMailBody\": \"string\",\n  \"clientEmailChangeRequestMailTemplateId\": \"string\",\n  \"clientEmailChangeNotificationMailSubject\": \"string\",\n  \"clientEmailChangeNotificationMailBody\": \"string\",\n  \"clientEmailChangeNotificationMailTemplateId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"e8bcba0d-3ae2-4305-b59a-53f6a2c7e505","name":"Not Found","originalRequest":{"url":{"path":["sauth","settings","templates"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"clientEmailChangeRequestMailSubject\": \"string\",\n  \"clientEmailChangeRequestMailBody\": \"string\",\n  \"clientEmailChangeRequestMailTemplateId\": \"string\",\n  \"clientEmailChangeNotificationMailSubject\": \"string\",\n  \"clientEmailChangeNotificationMailBody\": \"string\",\n  \"clientEmailChangeNotificationMailTemplateId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"bce08dc1-76bb-4af6-879e-0ae03e89c389","name":"Get device authorization settings","request":{"name":"Get device authorization settings","description":{"content":"Retrieve the settings related to authorization of logins from unknown devices.","type":"text/plain"},"url":{"path":["sauth","settings","device-control"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"171b16bf-1bd9-46b3-b9d1-4e9da24946e1","name":"Current settings","originalRequest":{"url":{"path":["sauth","settings","device-control"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"deviceControlMode\": \"HARD\",\n  \"hardMailBody\": \"string\",\n  \"hardMailTitle\": \"string\",\n  \"hardTemplateId\": \"string\",\n  \"softMailBody\": \"string\",\n  \"softMailTitle\": \"string\",\n  \"softTemplateId\": \"string\",\n  \"deviceUnlockSuccessRedirectUrl\": \"string\",\n  \"deviceUnlockAlreadyConfirmedRedirectUrl\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0fa91a17-9649-47e9-a337-a0e8793e897c","name":"JWT missing, expired, or invalid","originalRequest":{"url":{"path":["sauth","settings","device-control"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"58dd0bf8-7647-4b9b-a140-ad366818d2b5","name":"Insufficient permissions or wrong JWT scope (for example, profile token where a workspace token was required)","originalRequest":{"url":{"path":["sauth","settings","device-control"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9152531a-04aa-4ee9-b651-e9fd5a6d74f7","name":"Not Found","originalRequest":{"url":{"path":["sauth","settings","device-control"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"7ca50a56-03be-4b5a-8be0-2f3159638402","name":"Update device authorization settings","request":{"name":"Update device authorization settings","description":{"content":"Update the settings related to authorization of logins from unknown devices.","type":"text/plain"},"url":{"path":["sauth","settings","device-control"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"deviceControlMode\": \"HARD\",\n  \"hardMailBody\": \"string\",\n  \"hardMailTitle\": \"string\",\n  \"hardTemplateId\": \"string\",\n  \"softMailBody\": \"string\",\n  \"softMailTitle\": \"string\",\n  \"softTemplateId\": \"string\",\n  \"deviceUnlockSuccessRedirectUrl\": \"string\",\n  \"deviceUnlockAlreadyConfirmedRedirectUrl\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"689e6cfc-e6cf-4fe6-8164-5ac6707ddb86","name":"Current settings","originalRequest":{"url":{"path":["sauth","settings","device-control"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"deviceControlMode\": \"HARD\",\n  \"hardMailBody\": \"string\",\n  \"hardMailTitle\": \"string\",\n  \"hardTemplateId\": \"string\",\n  \"softMailBody\": \"string\",\n  \"softMailTitle\": \"string\",\n  \"softTemplateId\": \"string\",\n  \"deviceUnlockSuccessRedirectUrl\": \"string\",\n  \"deviceUnlockAlreadyConfirmedRedirectUrl\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"deviceControlMode\": \"HARD\",\n  \"hardMailBody\": \"string\",\n  \"hardMailTitle\": \"string\",\n  \"hardTemplateId\": \"string\",\n  \"softMailBody\": \"string\",\n  \"softMailTitle\": \"string\",\n  \"softTemplateId\": \"string\",\n  \"deviceUnlockSuccessRedirectUrl\": \"string\",\n  \"deviceUnlockAlreadyConfirmedRedirectUrl\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"268b7bfd-7584-4580-ad7d-c4dd37de2c7c","name":"JWT missing, expired, or invalid","originalRequest":{"url":{"path":["sauth","settings","device-control"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"deviceControlMode\": \"HARD\",\n  \"hardMailBody\": \"string\",\n  \"hardMailTitle\": \"string\",\n  \"hardTemplateId\": \"string\",\n  \"softMailBody\": \"string\",\n  \"softMailTitle\": \"string\",\n  \"softTemplateId\": \"string\",\n  \"deviceUnlockSuccessRedirectUrl\": \"string\",\n  \"deviceUnlockAlreadyConfirmedRedirectUrl\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"70e0ed37-eb65-4877-8adc-1ba37f5210ad","name":"Insufficient permissions or wrong JWT scope (for example, profile token where a workspace token was required)","originalRequest":{"url":{"path":["sauth","settings","device-control"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"deviceControlMode\": \"HARD\",\n  \"hardMailBody\": \"string\",\n  \"hardMailTitle\": \"string\",\n  \"hardTemplateId\": \"string\",\n  \"softMailBody\": \"string\",\n  \"softMailTitle\": \"string\",\n  \"softTemplateId\": \"string\",\n  \"deviceUnlockSuccessRedirectUrl\": \"string\",\n  \"deviceUnlockAlreadyConfirmedRedirectUrl\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3b1ca3d9-3282-4934-b7d8-0e4f57740aa0","name":"Not Found","originalRequest":{"url":{"path":["sauth","settings","device-control"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"deviceControlMode\": \"HARD\",\n  \"hardMailBody\": \"string\",\n  \"hardMailTitle\": \"string\",\n  \"hardTemplateId\": \"string\",\n  \"softMailBody\": \"string\",\n  \"softMailTitle\": \"string\",\n  \"softTemplateId\": \"string\",\n  \"deviceUnlockSuccessRedirectUrl\": \"string\",\n  \"deviceUnlockAlreadyConfirmedRedirectUrl\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c097865c-9bc3-48f2-badd-db26894eea38","name":"Get general settings","request":{"name":"Get general settings","description":{"content":"Retrieve the general settings of the workspace.","type":"text/plain"},"url":{"path":["sauth","settings","general"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"1bed886c-2c54-4729-928f-622b05ca1b11","name":"Current settings","originalRequest":{"url":{"path":["sauth","settings","general"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"tokenLifetimeInSeconds\": 0,\n  \"voucherPoolUuid\": null,\n  \"allowOverwriteCustomIdentify\": false,\n  \"allowOverwriteExternalId\": false,\n  \"allowEmailChangeFromWebForm\": false,\n  \"allowToPassCustomIdentifyWithVoucherPool\": false\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fb599cf6-850a-4410-a851-6ee9d6f979ac","name":"Unauthorized","originalRequest":{"url":{"path":["sauth","settings","general"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"d4a3e7db-d09d-44b1-9131-f0ccc0115068","name":"Forbidden","originalRequest":{"url":{"path":["sauth","settings","general"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"78671ad3-32f8-4755-b374-342fa4caafb8","name":"Not Found","originalRequest":{"url":{"path":["sauth","settings","general"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b153470f-7d24-468a-99bf-9e3a3e954c14","name":"Update general settings","request":{"name":"Update general settings","description":{"content":"Update general settings. **Settings omitted in the request are reset to default!**.","type":"text/plain"},"url":{"path":["sauth","settings","general"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"tokenLifetimeInSeconds\": 0,\n  \"voucherPoolUuid\": null,\n  \"allowOverwriteCustomIdentify\": false,\n  \"allowOverwriteExternalId\": false,\n  \"allowEmailChangeFromWebForm\": false,\n  \"allowToPassCustomIdentifyWithVoucherPool\": false\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"9eb6ea70-e200-48cd-b9ac-fcadd0f1e478","name":"New settings","originalRequest":{"url":{"path":["sauth","settings","general"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"tokenLifetimeInSeconds\": 0,\n  \"voucherPoolUuid\": null,\n  \"allowOverwriteCustomIdentify\": false,\n  \"allowOverwriteExternalId\": false,\n  \"allowEmailChangeFromWebForm\": false,\n  \"allowToPassCustomIdentifyWithVoucherPool\": false\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"tokenLifetimeInSeconds\": 0,\n  \"voucherPoolUuid\": null,\n  \"allowOverwriteCustomIdentify\": false,\n  \"allowOverwriteExternalId\": false,\n  \"allowEmailChangeFromWebForm\": false,\n  \"allowToPassCustomIdentifyWithVoucherPool\": false\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d596bc60-37f0-433d-8766-eb881e129af3","name":"Unauthorized","originalRequest":{"url":{"path":["sauth","settings","general"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"tokenLifetimeInSeconds\": 0,\n  \"voucherPoolUuid\": null,\n  \"allowOverwriteCustomIdentify\": false,\n  \"allowOverwriteExternalId\": false,\n  \"allowEmailChangeFromWebForm\": false,\n  \"allowToPassCustomIdentifyWithVoucherPool\": false\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"8e0f8624-7bc3-473f-aa3a-001674e21e6d","name":"Forbidden","originalRequest":{"url":{"path":["sauth","settings","general"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"tokenLifetimeInSeconds\": 0,\n  \"voucherPoolUuid\": null,\n  \"allowOverwriteCustomIdentify\": false,\n  \"allowOverwriteExternalId\": false,\n  \"allowEmailChangeFromWebForm\": false,\n  \"allowToPassCustomIdentifyWithVoucherPool\": false\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"04331d06-0619-45d7-8087-7735682130fa","name":"Not Found","originalRequest":{"url":{"path":["sauth","settings","general"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"tokenLifetimeInSeconds\": 0,\n  \"voucherPoolUuid\": null,\n  \"allowOverwriteCustomIdentify\": false,\n  \"allowOverwriteExternalId\": false,\n  \"allowEmailChangeFromWebForm\": false,\n  \"allowToPassCustomIdentifyWithVoucherPool\": false\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e09779eb-fa24-4381-bed0-4f04e872deb9","name":"Get OAuth settings","request":{"name":"Get OAuth settings","description":{"content":"Retrieve OAuth authentication settings","type":"text/plain"},"url":{"path":["sauth","settings","oauth"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"0a6bc6aa-2776-4711-bb46-d5ddba1d1794","name":"Current settings","originalRequest":{"url":{"path":["sauth","settings","oauth"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"enabled\": false,\n  \"mode\": \"SERVER\",\n  \"endpoint\": \"string\",\n  \"jwkEndpoint\": \"string\",\n  \"headers\": {\n    \"Content-Type\": \"application/json\",\n    \"Authorization\": \"Bearer {{_snrs_access_token}}\",\n    \"Cache-control\": \"no-cache\"\n  },\n  \"mapping\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"name\": \"string\",\n  \"mappedExternal\": true,\n  \"syncDataOnLogin\": false,\n  \"validation\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_3\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f67cc67a-2177-481b-b8e0-cdab307171e5","name":"JWT missing, expired, or invalid","originalRequest":{"url":{"path":["sauth","settings","oauth"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"85aa2dd2-61f9-4cb8-b91b-a914cba1fedb","name":"Insufficient permissions or wrong JWT scope (for example, profile token where a workspace token was required)","originalRequest":{"url":{"path":["sauth","settings","oauth"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a757cc77-a853-41bc-9d0f-fa183975c46b","name":"Not Found","originalRequest":{"url":{"path":["sauth","settings","oauth"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"5c6559a7-73d4-4498-8757-b64bf7b02977","name":"Update OAuth settings","request":{"name":"Update OAuth settings","description":{"content":"Update OAuth authentication settings","type":"text/plain"},"url":{"path":["sauth","settings","oauth"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"mode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"name\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"endpoint\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"headers\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"mapping\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"mappedExternal\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"syncDataOnLogin\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"43871457-3c05-43cb-b08b-7bf2ea92436f","name":"Current settings","originalRequest":{"url":{"path":["sauth","settings","oauth"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"mode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"name\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"endpoint\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"headers\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"mapping\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"mappedExternal\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"syncDataOnLogin\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"enabled\": false,\n  \"mode\": \"SERVER\",\n  \"endpoint\": \"string\",\n  \"jwkEndpoint\": \"string\",\n  \"headers\": {\n    \"Content-Type\": \"application/json\",\n    \"Authorization\": \"Bearer {{_snrs_access_token}}\",\n    \"Cache-control\": \"no-cache\"\n  },\n  \"mapping\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"name\": \"string\",\n  \"mappedExternal\": true,\n  \"syncDataOnLogin\": false,\n  \"validation\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_3\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ed7fc880-12a6-45e2-911c-c3f93285c789","name":"JWT missing, expired, or invalid","originalRequest":{"url":{"path":["sauth","settings","oauth"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"mode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"name\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"endpoint\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"headers\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"mapping\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"mappedExternal\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"syncDataOnLogin\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1b91d29e-3dbf-4f02-b1f1-acfbd9eccf23","name":"Insufficient permissions or wrong JWT scope (for example, profile token where a workspace token was required)","originalRequest":{"url":{"path":["sauth","settings","oauth"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"mode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"name\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"endpoint\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"headers\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"mapping\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"mappedExternal\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"syncDataOnLogin\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c69e28d3-a973-438d-9262-6195a84601c4","name":"Not Found","originalRequest":{"url":{"path":["sauth","settings","oauth"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"mode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"name\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"endpoint\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"headers\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"mapping\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"mappedExternal\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"syncDataOnLogin\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"8587324f-56bb-4cb7-a573-34765da6a746","name":"get Synerise Auth Config","request":{"name":"get Synerise Auth Config","description":{},"url":{"path":["sauth","settings","synerise-auth"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"d5fe9722-5cf7-4dec-8b38-48f7c573bfcd","name":"OK","originalRequest":{"url":{"path":["sauth","settings","synerise-auth"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"enabled\": true,\n  \"registrationType\": \"REQUIRE_ACTIVATION\",\n  \"pinConfirmationType\": \"ON_CONFLICT_WITH_EXTERNAL_ACCOUNT\",\n  \"pinConfirmationLength\": 6,\n  \"pinConfirmationValidInSeconds\": 300,\n  \"allowPinResendFromDifferentDeviceId\": false,\n  \"confirmationRedirectLink\": null,\n  \"confirmationMailSubject\": \"string\",\n  \"confirmationMailBody\": \"string\",\n  \"confirmationMailTemplateId\": \"string\",\n  \"passwordResetMailTemplateId\": \"string\",\n  \"passwordResetMailSubject\": \"string\",\n  \"passwordResetMailBody\": \"string\",\n  \"pinConfirmationMailSubject\": \"string\",\n  \"pinConfirmationMailBody\": \"string\",\n  \"pinConfirmationMailTemplateId\": \"string\",\n  \"maxLength\": 4181,\n  \"minLength\": 7383,\n  \"requireAtLeastOneLowercaseLetter\": false,\n  \"requireAtLeastOneNonAlphaNumericCharacter\": false,\n  \"requireAtLeastOneNumber\": false,\n  \"requireAtLeastOneUppercaseLetter\": false\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"bb3e836d-3e95-41a2-b1b7-4c9a89a247f8","name":"update Synerise Auth Settings","request":{"name":"update Synerise Auth Settings","description":{},"url":{"path":["sauth","settings","synerise-auth"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"registrationType\": \"REQUIRE_ACTIVATION\",\n  \"pinConfirmationType\": \"ON_CONFLICT_WITH_EXTERNAL_ACCOUNT\",\n  \"pinConfirmationLength\": 6,\n  \"pinConfirmationValidInSeconds\": 300,\n  \"allowPinResendFromDifferentDeviceId\": false,\n  \"confirmationRedirectLink\": null,\n  \"confirmationMailSubject\": \"string\",\n  \"confirmationMailBody\": \"string\",\n  \"confirmationMailTemplateId\": \"string\",\n  \"passwordResetMailTemplateId\": \"string\",\n  \"passwordResetMailSubject\": \"string\",\n  \"passwordResetMailBody\": \"string\",\n  \"pinConfirmationMailSubject\": \"string\",\n  \"pinConfirmationMailBody\": \"string\",\n  \"pinConfirmationMailTemplateId\": \"string\",\n  \"maxLength\": 4181,\n  \"minLength\": 7383,\n  \"requireAtLeastOneLowercaseLetter\": false,\n  \"requireAtLeastOneNonAlphaNumericCharacter\": false,\n  \"requireAtLeastOneNumber\": false,\n  \"requireAtLeastOneUppercaseLetter\": false\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"6be3ef37-8568-4ce6-9b6e-f3769c44f4a8","name":"OK","originalRequest":{"url":{"path":["sauth","settings","synerise-auth"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"registrationType\": \"REQUIRE_ACTIVATION\",\n  \"pinConfirmationType\": \"ON_CONFLICT_WITH_EXTERNAL_ACCOUNT\",\n  \"pinConfirmationLength\": 6,\n  \"pinConfirmationValidInSeconds\": 300,\n  \"allowPinResendFromDifferentDeviceId\": false,\n  \"confirmationRedirectLink\": null,\n  \"confirmationMailSubject\": \"string\",\n  \"confirmationMailBody\": \"string\",\n  \"confirmationMailTemplateId\": \"string\",\n  \"passwordResetMailTemplateId\": \"string\",\n  \"passwordResetMailSubject\": \"string\",\n  \"passwordResetMailBody\": \"string\",\n  \"pinConfirmationMailSubject\": \"string\",\n  \"pinConfirmationMailBody\": \"string\",\n  \"pinConfirmationMailTemplateId\": \"string\",\n  \"maxLength\": 4181,\n  \"minLength\": 7383,\n  \"requireAtLeastOneLowercaseLetter\": false,\n  \"requireAtLeastOneNonAlphaNumericCharacter\": false,\n  \"requireAtLeastOneNumber\": false,\n  \"requireAtLeastOneUppercaseLetter\": false\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"enabled\": true,\n  \"registrationType\": \"REQUIRE_ACTIVATION\",\n  \"pinConfirmationType\": \"ON_CONFLICT_WITH_EXTERNAL_ACCOUNT\",\n  \"pinConfirmationLength\": 6,\n  \"pinConfirmationValidInSeconds\": 300,\n  \"allowPinResendFromDifferentDeviceId\": false,\n  \"confirmationRedirectLink\": null,\n  \"confirmationMailSubject\": \"string\",\n  \"confirmationMailBody\": \"string\",\n  \"confirmationMailTemplateId\": \"string\",\n  \"passwordResetMailTemplateId\": \"string\",\n  \"passwordResetMailSubject\": \"string\",\n  \"passwordResetMailBody\": \"string\",\n  \"pinConfirmationMailSubject\": \"string\",\n  \"pinConfirmationMailBody\": \"string\",\n  \"pinConfirmationMailTemplateId\": \"string\",\n  \"maxLength\": 4181,\n  \"minLength\": 7383,\n  \"requireAtLeastOneLowercaseLetter\": false,\n  \"requireAtLeastOneNonAlphaNumericCharacter\": false,\n  \"requireAtLeastOneNumber\": false,\n  \"requireAtLeastOneUppercaseLetter\": false\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"142f1822-e548-46de-98e1-ee985d6a3594","name":"get Facebook Oauth Settings","request":{"name":"get Facebook Oauth Settings","description":{},"url":{"path":["sauth","settings","oauth","facebook"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"6074b0bb-6872-45f0-b1d8-dcb0cf9f5836","name":"OK","originalRequest":{"url":{"path":["sauth","settings","oauth","facebook"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"enabled\": false\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"982b905e-a641-432a-9591-fb6940fa48f0","name":"update Facebook Oauth Settings","request":{"name":"update Facebook Oauth Settings","description":{},"url":{"path":["sauth","settings","oauth","facebook"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"enabled\": false\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"860e29b6-12ce-4946-8e3c-7ecfc8100dc7","name":"OK","originalRequest":{"url":{"path":["sauth","settings","oauth","facebook"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"*/*"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"enabled\": false\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"*/*"}],"body":"{\n  \"enabled\": false\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c3432f9b-83b4-440a-9a49-485950842665","name":"get Google Oauth Settings","request":{"name":"get Google Oauth Settings","description":{},"url":{"path":["sauth","settings","oauth","google"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"324a4abb-537f-4290-842b-1fbc93810f49","name":"OK","originalRequest":{"url":{"path":["sauth","settings","oauth","google"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"enabled\": false\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"39eb1c72-644c-48d5-af06-ca1c72f1707d","name":"update Google Oauth Settings","request":{"name":"update Google Oauth Settings","description":{},"url":{"path":["sauth","settings","oauth","google"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"enabled\": false\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"89c34c8f-3b1a-45be-973d-c322a65f6e9e","name":"OK","originalRequest":{"url":{"path":["sauth","settings","oauth","google"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"*/*"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"enabled\": false\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"*/*"}],"body":"{\n  \"enabled\": false\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"f2eba0d8-90cf-4b33-b090-0d764951cb1b","name":"Get Sign in with Apple settings","request":{"name":"Get Sign in with Apple settings","description":{"content":"Retrieve Sign in with Apple settings.","type":"text/plain"},"url":{"path":["sauth","settings","oauth","apple"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"06701f7d-2f9c-4524-b526-049eba2592df","name":"Current settings","originalRequest":{"url":{"path":["sauth","settings","oauth","apple"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"enabled\": false,\n  \"bundle\": \"com.synerise.sdk.sample-swift\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5c72ba17-02b7-49d9-b1a6-3dbb0781f319","name":"JWT missing, expired, or invalid","originalRequest":{"url":{"path":["sauth","settings","oauth","apple"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f4416799-b313-4fa0-9cb0-8ce36ff80053","name":"Insufficient permissions or wrong JWT scope (for example, profile token where a workspace token was required)","originalRequest":{"url":{"path":["sauth","settings","oauth","apple"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"505cce58-7af1-4785-925b-821911413f14","name":"Not Found","originalRequest":{"url":{"path":["sauth","settings","oauth","apple"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"d5d23166-88cb-4ae2-84bf-3bc0553049f9","name":"Update Sign in with Apple settings","request":{"name":"Update Sign in with Apple settings","description":{"content":"Update Sign in with Apple settings.","type":"text/plain"},"url":{"path":["sauth","settings","oauth","apple"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"bundle\": \"com.synerise.sdk.sample-swift\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"b71cc4ad-28ed-451b-9901-3789ea3cb661","name":"Current settings","originalRequest":{"url":{"path":["sauth","settings","oauth","apple"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"bundle\": \"com.synerise.sdk.sample-swift\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"enabled\": false,\n  \"bundle\": \"com.synerise.sdk.sample-swift\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"14d54ca5-fe21-4936-88a1-427d20943448","name":"JWT missing, expired, or invalid","originalRequest":{"url":{"path":["sauth","settings","oauth","apple"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"bundle\": \"com.synerise.sdk.sample-swift\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a94cb8c8-82c7-4f98-8dff-d8c4c929bf1a","name":"Insufficient permissions or wrong JWT scope (for example, profile token where a workspace token was required)","originalRequest":{"url":{"path":["sauth","settings","oauth","apple"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"bundle\": \"com.synerise.sdk.sample-swift\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f49ae850-fcef-458c-8931-6f625c12f7f0","name":"Not Found","originalRequest":{"url":{"path":["sauth","settings","oauth","apple"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"enabled\": false,\n  \"bundle\": \"com.synerise.sdk.sample-swift\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"fefe931f-b1c5-43ab-8316-092ddb375c60","name":"Add or remove business profile to favorites","request":{"name":"Add or remove business profile to favorites","description":{"content":"Business profile can be added or removed from favorites using this endpoint","type":"text/plain"},"url":{"path":["uauth","business-profile","mark-favorite"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"businessProfileGuid\": \"string\",\n  \"favorite\": true\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"a2bf3a60-9636-4ad6-94ce-851544d4f428","name":"OK","originalRequest":{"url":{"path":["uauth","business-profile","mark-favorite"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"businessProfileGuid\": \"string\",\n  \"favorite\": true\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"f09d5660-54d2-4b62-8636-683bd42a04d9","name":"Bad Request","originalRequest":{"url":{"path":["uauth","business-profile","mark-favorite"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"businessProfileGuid\": \"string\",\n  \"favorite\": true\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"8bd5c815-9116-4584-a43c-c60bd3fb5bfa","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","business-profile","mark-favorite"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"businessProfileGuid\": \"string\",\n  \"favorite\": true\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"6c7d2393-81f8-4946-8da7-86c6e8b48081","name":"Forbidden","originalRequest":{"url":{"path":["uauth","business-profile","mark-favorite"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"businessProfileGuid\": \"string\",\n  \"favorite\": true\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"30fa40f2-d130-4b13-9c6f-da6df7171cad","name":"Not Found","originalRequest":{"url":{"path":["uauth","business-profile","mark-favorite"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"businessProfileGuid\": \"string\",\n  \"favorite\": true\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"c172d265-174a-4474-a4c1-1f64e391c9d6","name":"Catalogs","description":{"content":"","type":"text/plain"},"item":[{"id":"f74c79f0-9d83-4ba0-b48f-9e0a0d6e6172","name":"Get all items as CSV file","request":{"name":"Get all items as CSV file","description":{"content":"Download a CSV with all items in the catalog. The unique identifier of an item is saved in the `item_key` column.","type":"text/plain"},"url":{"path":["catalogs","bags",":catalogId","csv"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"delimiter","value":"string","description":"The delimiter to use in csv. You can use `;` or `,`. Default: `,`"}],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"key":"Accept","value":"text/csv"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"c41ebde5-7c61-4d22-ba65-15a59cd45923","name":"CSV file. The unique identifier of an item is in the `item_key` column.","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","csv"],"host":["{{baseUrl}}"],"query":[{"key":"delimiter","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/csv"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/csv"}],"body":"item_key,color,type\n3a9d38e8,blue,sneaker\ne96b17b7,red,sneaker\n","cookie":[],"_postman_previewlanguage":"text"},{"id":"8582bfce-1208-4313-90fc-40a74fffeea1","name":"Unauthorized: token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","csv"],"host":["{{baseUrl}}"],"query":[{"key":"delimiter","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 5626,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bad58f48-a18a-462c-8a4e-fee6e39e34c9","name":"Forbidden: insufficient permissions; wrong consumer scope","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","csv"],"host":["{{baseUrl}}"],"query":[{"key":"delimiter","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 5626,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f722c101-6aab-4074-8b78-ba52cfd3ba72","name":"Entity not found","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","csv"],"host":["{{baseUrl}}"],"query":[{"key":"delimiter","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"cc0653d4-bda0-4ccb-bdc6-084769ab8625","name":"Add items from CSV","request":{"name":"Add items from CSV","description":{"content":"Upload items to a catalog from a CSV file","type":"text/plain"},"url":{"path":["catalogs","bags",":catalogId","items","upload"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"formdata","formdata":[{"key":"itemKey","value":"string","type":"text","description":"(Required) The name of the CSV column that contains unique identifiers. Slashes (`/`) are not allowed in the identifier values."},{"key":"file","type":"file","description":"(Required) CSV file"}]}},"response":[{"id":"a19640db-d1a5-4056-9395-5618d73abfd8","name":"Upload status","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items","upload"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"formdata","formdata":[{"description":{"content":"(Required) The name of the CSV column that contains unique identifiers. Slashes (`/`) are not allowed in the identifier values.","type":"text/plain"},"key":"itemKey","value":"string","type":"text"},{"description":{"content":"(Required) CSV file","type":"text/plain"},"key":"file","type":"file"}]}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"true","cookie":[],"_postman_previewlanguage":"json"},{"id":"f3e8d852-84f1-45b0-8296-db31fedf25e5","name":"Invalid or insufficient data","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items","upload"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{"mode":"formdata","formdata":[{"description":{"content":"(Required) The name of the CSV column that contains unique identifiers. Slashes (`/`) are not allowed in the identifier values.","type":"text/plain"},"key":"itemKey","value":"string","type":"text"},{"description":{"content":"(Required) CSV file","type":"text/plain"},"key":"file","type":"file"}]}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"},{"id":"e3e7ba8d-4049-4815-8bf6-e90cd563b14f","name":"Unauthorized: token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items","upload"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"formdata","formdata":[{"description":{"content":"(Required) The name of the CSV column that contains unique identifiers. Slashes (`/`) are not allowed in the identifier values.","type":"text/plain"},"key":"itemKey","value":"string","type":"text"},{"description":{"content":"(Required) CSV file","type":"text/plain"},"key":"file","type":"file"}]}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 5626,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9edcd608-958e-4268-bcb6-df07636eb5c3","name":"Forbidden: insufficient permissions; wrong consumer scope","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items","upload"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"formdata","formdata":[{"description":{"content":"(Required) The name of the CSV column that contains unique identifiers. Slashes (`/`) are not allowed in the identifier values.","type":"text/plain"},"key":"itemKey","value":"string","type":"text"},{"description":{"content":"(Required) CSV file","type":"text/plain"},"key":"file","type":"file"}]}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 5626,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f98727bf-ed08-4e06-b991-6a53bce3cc86","name":"Entity not found","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items","upload"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{"mode":"formdata","formdata":[{"description":{"content":"(Required) The name of the CSV column that contains unique identifiers. Slashes (`/`) are not allowed in the identifier values.","type":"text/plain"},"key":"itemKey","value":"string","type":"text"},{"description":{"content":"(Required) CSV file","type":"text/plain"},"key":"file","type":"file"}]}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"2c1e4349-d9eb-45e1-b55d-ad8cb418342f","name":"Add catalog","request":{"name":"Add catalog","description":{"content":"Create a new, empty catalog.","type":"text/plain"},"url":{"path":["catalogs","bags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"62c8730f-5298-42aa-be8e-ce9694bee553","name":"Details of the created catalog","originalRequest":{"url":{"path":["catalogs","bags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"businessProfileId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createdBy\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"creationDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"modifiedBy\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"lastModified\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"primaryKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"mappings\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"beforeFiltering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fields\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"metaData\": {\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"requestTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"de7ca924-a4ae-4d36-adcb-904bb29a45dc","name":"Invalid or insufficient data","originalRequest":{"url":{"path":["catalogs","bags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"},{"id":"38e4bb7a-5886-41f5-93cd-6408045a11cd","name":"Unauthorized: token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["catalogs","bags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 5626,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f4922f54-7eff-4358-ad6b-11398945dec7","name":"Forbidden: insufficient permissions; wrong consumer scope","originalRequest":{"url":{"path":["catalogs","bags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 5626,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"ee3989c3-abd6-49c3-9e6d-956038b111d0","name":"Get catalogs","request":{"name":"Get catalogs","description":{"content":"Retrieve all catalogs from the Workspace. You can filter and sort the results.","type":"text/plain"},"url":{"path":["catalogs","bags"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"searchBy","value":"string","description":"A search string. You can search the catalogs by their name or the first or last name of the author."},{"disabled":false,"key":"orderBy","value":"creationDate","description":"The parameter to order the results by. Order is always ascending."},{"disabled":false,"key":"offset","value":"8655","description":"The offset for the search. For example, if your `limit` is 10 and you want to retrieve the third page of items, set the offset to 20. Items with indexes 20 to 29 are returned (the first item on the first page has the index 0)."},{"disabled":false,"key":"limit","value":"8655","description":"The maximum number of items to include in the response. `offset` must be defined. Default: 100"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"a5a7738c-d8a6-4a4a-b4e9-74dcf5de2764","name":"List of catalogs","originalRequest":{"url":{"path":["catalogs","bags"],"host":["{{baseUrl}}"],"query":[{"key":"searchBy","value":"string"},{"key":"orderBy","value":"creationDate"},{"key":"offset","value":"8655"},{"key":"limit","value":"8655"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"metaData\": {\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"requestTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"22bfd83d-08e6-4934-8aab-023d3fc34643","name":"Unauthorized: token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["catalogs","bags"],"host":["{{baseUrl}}"],"query":[{"key":"searchBy","value":"string"},{"key":"orderBy","value":"creationDate"},{"key":"offset","value":"8655"},{"key":"limit","value":"8655"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 5626,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b684478f-b62e-425b-8cf6-776f7bbc5885","name":"Forbidden: insufficient permissions; wrong consumer scope","originalRequest":{"url":{"path":["catalogs","bags"],"host":["{{baseUrl}}"],"query":[{"key":"searchBy","value":"string"},{"key":"orderBy","value":"creationDate"},{"key":"offset","value":"8655"},{"key":"limit","value":"8655"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 5626,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"cb404658-1f41-4feb-99ee-102d71010481","name":"Delete catalogs","request":{"name":"Delete catalogs","description":{"content":"","type":"text/plain"},"url":{"path":["catalogs","bags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"response":[{"id":"e1d33708-146c-471f-9845-07e5032648e3","name":"Deletion status","originalRequest":{"url":{"path":["catalogs","bags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"metaData\": {\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"requestTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c9f87795-afea-40a5-aab9-f94faf99c51f","name":"Invalid or insufficient data","originalRequest":{"url":{"path":["catalogs","bags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"DELETE","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"},{"id":"3c0ff8fc-013c-4f51-9c4d-f84efb6d6ded","name":"Unauthorized: token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["catalogs","bags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 5626,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"40db1952-848c-4535-a0a6-bf4bc9be0c1e","name":"Forbidden: insufficient permissions; wrong consumer scope","originalRequest":{"url":{"path":["catalogs","bags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 5626,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"ccd4958a-4a6e-46e8-9b73-ef04bc5f5137","name":"Get catalog keys","request":{"name":"Get catalog keys","description":{"content":"Retrieve the list of keys from a catalog.","type":"text/plain"},"url":{"path":["catalogs","bags",":catalogId","keys"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"7d96e675-c533-4199-8673-a940de25a33b","name":"List of keys","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","keys"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    \"string\",\n    \"string\"\n  ],\n  \"metaData\": {\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"requestTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2c7801b4-d053-4bec-b3fe-05c79862aaf9","name":"Unauthorized: token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","keys"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 5626,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c80551f1-af66-4e9d-a584-2fc470e8bb1e","name":"Forbidden: insufficient permissions; wrong consumer scope","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","keys"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 5626,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2068fe92-9b62-476e-993c-3c4b97ae2925","name":"Entity not found","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","keys"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"d39bb2cc-429e-4cfa-b4ce-afe04cbf1feb","name":"Get catalog info","request":{"name":"Get catalog info","description":{"content":"Retrieve the metadata of a catalog","type":"text/plain"},"url":{"path":["catalogs","bags",":catalogId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"5e89b25a-edc0-4c5f-b828-ca5467083f85","name":"Details of the catalog","originalRequest":{"url":{"path":["catalogs","bags",":catalogId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"businessProfileId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createdBy\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"creationDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"modifiedBy\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"lastModified\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"primaryKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"mappings\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"beforeFiltering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fields\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"metaData\": {\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"requestTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"adb470ff-e77e-49c8-b996-2e8277c70456","name":"Unauthorized: token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["catalogs","bags",":catalogId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 5626,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"970e54d2-9f22-460b-b895-7e497428e611","name":"Forbidden: insufficient permissions; wrong consumer scope","originalRequest":{"url":{"path":["catalogs","bags",":catalogId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 5626,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"344b7934-6b6a-4fab-96f9-35a7101ee63e","name":"Entity not found","originalRequest":{"url":{"path":["catalogs","bags",":catalogId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c44b0b0c-e7a5-4ab0-952b-c58d810d867d","name":"Delete catalog","request":{"name":"Delete catalog","description":{"content":"Delete a single catalog. This operation is irreversible.","type":"text/plain"},"url":{"path":["catalogs","bags",":catalogId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"52e26785-c7e4-4323-85d1-040f6d36304b","name":"Deletion status","originalRequest":{"url":{"path":["catalogs","bags",":catalogId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": true,\n  \"metaData\": {\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"requestTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ca7e2ed9-05bf-4def-9f6a-fa5383d5cb01","name":"Unauthorized: token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["catalogs","bags",":catalogId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 5626,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"352fcca9-11c7-4b0d-87a6-607487a5fbc7","name":"Forbidden: insufficient permissions; wrong consumer scope","originalRequest":{"url":{"path":["catalogs","bags",":catalogId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 5626,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"65837b55-ca76-48f0-a893-93523da4aa9a","name":"Entity not found","originalRequest":{"url":{"path":["catalogs","bags",":catalogId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"f5574cf5-b733-4ab7-ba67-ecc8312c2714","name":"Add item","request":{"name":"Add item","description":{"content":"Add a single item to the catalog.","type":"text/plain"},"url":{"path":["catalogs","bags",":catalogId","items"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"itemKey\": \"sku1357\",\n  \"value\": {\n    \"itemCategory\": \"smartphone\",\n    \"itemColor\": \"blue\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"68a34ce9-de4f-4566-94c8-b26437fc61c0","name":"Upload status","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"itemKey\": \"sku1357\",\n  \"value\": {\n    \"itemCategory\": \"smartphone\",\n    \"itemColor\": \"blue\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"true","cookie":[],"_postman_previewlanguage":"json"},{"id":"33b4fbcc-60fe-4155-9b1d-220845e59854","name":"Invalid or insufficient data","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"itemKey\": \"sku1357\",\n  \"value\": {\n    \"itemCategory\": \"smartphone\",\n    \"itemColor\": \"blue\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"},{"id":"269d9801-635b-4be1-a349-46afe66a6aa9","name":"Unauthorized: token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"itemKey\": \"sku1357\",\n  \"value\": {\n    \"itemCategory\": \"smartphone\",\n    \"itemColor\": \"blue\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 5626,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f2ef1e6d-7470-40a9-803c-85676642baf6","name":"Forbidden: insufficient permissions; wrong consumer scope","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"itemKey\": \"sku1357\",\n  \"value\": {\n    \"itemCategory\": \"smartphone\",\n    \"itemColor\": \"blue\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 5626,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a2a2f713-63e5-4dae-9f8a-38849f8a969d","name":"Entity not found","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"itemKey\": \"sku1357\",\n  \"value\": {\n    \"itemCategory\": \"smartphone\",\n    \"itemColor\": \"blue\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c06f0221-8046-4483-981d-61c83f6ee237","name":"Get items from catalog","request":{"name":"Get items from catalog","description":{"content":"Retrieve the entries from a single catalog.","type":"text/plain"},"url":{"path":["catalogs","bags",":catalogId","items"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"itemKey","value":"string","description":"Filter by the value of the unique identifier of the item (exact match)"},{"disabled":false,"key":"offset","value":"8655","description":"The offset for the search. For example, if your `limit` is 10 and you want to retrieve the third page of items, set the offset to 20. Items with indexes 20 to 29 are returned (the first item on the first page has the index 0)."},{"disabled":false,"key":"limit","value":"8655","description":"The maximum number of items to include in the response. `offset` must be defined. Default: 100"}],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"f8eb98a1-4414-478a-a824-33c3386d9951","name":"A list of items in the catalog","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items"],"host":["{{baseUrl}}"],"query":[{"key":"itemKey","value":"string"},{"key":"offset","value":"8655"},{"key":"limit","value":"8655"}],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"metaData\": {\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"requestTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"eb655a58-5694-4f90-b8a5-3af402a8e208","name":"Batch add items","request":{"name":"Batch add items","description":{"content":"Add a number of items at once.\n\nFor better performance, we recommend using the [`/v1/async/bags/{catalogId}/items` endpoint](#operation/addItemsBatchAsync).\n","type":"text/plain"},"url":{"path":["catalogs","bags",":catalogId","items","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"[\n  {\n    \"itemKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"itemKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"response":[{"id":"3411ee94-c83c-4d7e-8bbe-54e4488e2dcd","name":"Upload status","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"itemKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"itemKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"true","cookie":[],"_postman_previewlanguage":"json"},{"id":"89788e29-e638-47ff-81dd-6d78d6231f5f","name":"Invalid or insufficient data","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"itemKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"itemKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"},{"id":"61e9eb13-87d0-4e70-b532-de61579dabfd","name":"Unauthorized: token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"itemKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"itemKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 5626,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4033a0ab-0590-49f9-b11c-d1d550881a61","name":"Forbidden: insufficient permissions; wrong consumer scope","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"itemKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"itemKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 5626,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7fa30105-976c-49e4-970a-028d9b212e29","name":"Entity not found","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"itemKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"itemKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"f06eafe2-3b43-4e33-bd91-386d8c33c075","name":"Update enrichment fields","request":{"name":"Update enrichment fields","description":{"content":"Change enrichment fields for given mapping","type":"text/plain"},"url":{"path":["catalogs","bags",":catalogId","enrichment","fields"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PATCH","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"action\": \"string\",\n  \"paramKey\": \"string\",\n  \"enrichmentFields\": [\n    \"string\",\n    \"string\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"2eb05178-d5be-438f-9ac2-d7003d5de8ad","name":"Upload status","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","enrichment","fields"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"action\": \"string\",\n  \"paramKey\": \"string\",\n  \"enrichmentFields\": [\n    \"string\",\n    \"string\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"4337","cookie":[],"_postman_previewlanguage":"json"},{"id":"40cb4e7d-0ade-4679-8c29-7658a90ecb2e","name":"Invalid or insufficient data","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","enrichment","fields"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"action\": \"string\",\n  \"paramKey\": \"string\",\n  \"enrichmentFields\": [\n    \"string\",\n    \"string\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"},{"id":"f273d21d-16c6-46ed-a9d7-4084bd3acc2f","name":"Unauthorized: token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","enrichment","fields"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"action\": \"string\",\n  \"paramKey\": \"string\",\n  \"enrichmentFields\": [\n    \"string\",\n    \"string\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 5626,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"392d0565-7f15-4584-a14f-bd76f5ea2911","name":"Forbidden: insufficient permissions; wrong consumer scope","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","enrichment","fields"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"action\": \"string\",\n  \"paramKey\": \"string\",\n  \"enrichmentFields\": [\n    \"string\",\n    \"string\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 5626,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b7ee126f-5fce-48be-96b0-658bf32e11b8","name":"Entity not found","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","enrichment","fields"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"action\": \"string\",\n  \"paramKey\": \"string\",\n  \"enrichmentFields\": [\n    \"string\",\n    \"string\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"284832e6-46e9-4e62-bbe3-90b33e733b46","name":"Get single item by itemKey","request":{"name":"Get single item by itemKey","description":{"content":"Retrieve a single item from a catalog by using the item key (unique identifier of an item in the catalog, for example a product's SKU) of the entry in the Synerise database.","type":"text/plain"},"url":{"path":["catalogs","bags",":catalogId","items","itemKey",":itemKey"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"string","key":"itemKey","description":"(Required) `itemKey` parameter of the item to retrieve"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"16f2bb52-d442-4fac-bdce-2c41e183d1e9","name":"A single item","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items","itemKey",":itemKey"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"string","key":"itemKey","description":"(Required) `itemKey` parameter of the item to retrieve"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": {\n    \"bag\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"itemKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"creationDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"lastModified\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"metaData\": {\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"requestTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"3c3e3cae-34fe-4eb0-9b72-607dd0431041","name":"Delete single item by itemKey","request":{"name":"Delete single item by itemKey","description":{"content":"Delete a single item by itemKey (unique identifier of an item in the catalog, for example a product's SKU).","type":"text/plain"},"url":{"path":["catalogs","bags",":catalogId","items","itemKey",":itemKey"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"string","key":"itemKey","description":"(Required) `itemKey` parameter of the item to delete"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"0453dba6-7ace-4de1-8398-3fc3e0d737ff","name":"Success","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items","itemKey",":itemKey"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"string","key":"itemKey","description":"(Required) `itemKey` parameter of the item to delete"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": false,\n  \"metaData\": {\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"requestTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"20fa5560-6f2d-43bb-b4e3-4446afe7f5a0","name":"Unauthorized: token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items","itemKey",":itemKey"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"string","key":"itemKey","description":"(Required) `itemKey` parameter of the item to delete"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 5626,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4c44102f-36c5-4bf6-b4ac-cbdae1cbf93b","name":"Forbidden: insufficient permissions; wrong consumer scope","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items","itemKey",":itemKey"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"string","key":"itemKey","description":"(Required) `itemKey` parameter of the item to delete"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 5626,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9585e28f-2961-4c4d-8a35-3b66bae87218","name":"Entity not found","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items","itemKey",":itemKey"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"string","key":"itemKey","description":"(Required) `itemKey` parameter of the item to delete"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"cfcc4bf5-e565-4999-9c6e-d5209ce8200c","name":"Update single item by database ID","request":{"name":"Update single item by database ID","description":{"content":"Update a single item from a catalog by using the ID of the entry in the Synerise database.\n\nUpdate requests are processed according to the time they reach the service.  \nThis means that updates from the synchronous `/bags/{catalogId}/items/{itemId}` endpoint may overwrite asynchronous operations (see [`/v1/async/*` endpoints](#operation/updateItemAsync)) which were sent earlier and queued due to high traffic.  \nThis behavior also applies to requests from Automation and AI feed synchronization, which use the asynchronous mechanism.\n","type":"text/plain"},"url":{"path":["catalogs","bags",":catalogId","items",":itemId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"8655","key":"itemId","description":"(Required) ID of the item. This is the ID of the entry in the Synerise\ndatabase, not the unique identifier that you're using in your\ncatalog. The itemId is available in the `id` field of the catalog item when you [retrieve items from a catalog](#operation/getItemsByBag):\n\n```\n{\n    \"creationDate\": \"2020-09-30T11:31:16.314Z\",\n    \"id\": 73753, // this is the itemId\n    \"itemKey\": \"uniqueValue\",\n    \"lastModified\": null,\n    \"value\": \"{\\\"exampleKey\\\":\\\"uniqueValue\\\",\\\"exampleKey2\\\":\\\"exampleValue\\\"}\",\n    \"bag\": {\n        \"author\": \"authorName\",\n        \"creationDate\": \"2020-09-30T10:52:31.264Z\",\n        \"id\": 1053, // this is the ID of the catalog\n        \"lastModified\": \"2020-09-30T11:41:11.808Z\",\n        \"name\": \"sampleCatalog\"\n    }\n},\n```\n"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"key_0\": {},\n  \"key_1\": {},\n  \"key_2\": {},\n  \"key_3\": {}\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"5c154240-eacf-4f1a-820b-f51cadfed82c","name":"A single item","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items",":itemId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"8655","key":"itemId","description":"(Required) ID of the item. This is the ID of the entry in the Synerise\ndatabase, not the unique identifier that you're using in your\ncatalog. The itemId is available in the `id` field of the catalog item when you [retrieve items from a catalog](#operation/getItemsByBag):\n\n```\n{\n    \"creationDate\": \"2020-09-30T11:31:16.314Z\",\n    \"id\": 73753, // this is the itemId\n    \"itemKey\": \"uniqueValue\",\n    \"lastModified\": null,\n    \"value\": \"{\\\"exampleKey\\\":\\\"uniqueValue\\\",\\\"exampleKey2\\\":\\\"exampleValue\\\"}\",\n    \"bag\": {\n        \"author\": \"authorName\",\n        \"creationDate\": \"2020-09-30T10:52:31.264Z\",\n        \"id\": 1053, // this is the ID of the catalog\n        \"lastModified\": \"2020-09-30T11:41:11.808Z\",\n        \"name\": \"sampleCatalog\"\n    }\n},\n```\n"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key_0\": {},\n  \"key_1\": {},\n  \"key_2\": {},\n  \"key_3\": {}\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": {\n    \"bag\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"itemKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"creationDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"lastModified\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"metaData\": {\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"requestTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ad84637f-b007-4f8c-a997-6d4ec8da86ec","name":"Unauthorized: token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items",":itemId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"8655","key":"itemId","description":"(Required) ID of the item. This is the ID of the entry in the Synerise\ndatabase, not the unique identifier that you're using in your\ncatalog. The itemId is available in the `id` field of the catalog item when you [retrieve items from a catalog](#operation/getItemsByBag):\n\n```\n{\n    \"creationDate\": \"2020-09-30T11:31:16.314Z\",\n    \"id\": 73753, // this is the itemId\n    \"itemKey\": \"uniqueValue\",\n    \"lastModified\": null,\n    \"value\": \"{\\\"exampleKey\\\":\\\"uniqueValue\\\",\\\"exampleKey2\\\":\\\"exampleValue\\\"}\",\n    \"bag\": {\n        \"author\": \"authorName\",\n        \"creationDate\": \"2020-09-30T10:52:31.264Z\",\n        \"id\": 1053, // this is the ID of the catalog\n        \"lastModified\": \"2020-09-30T11:41:11.808Z\",\n        \"name\": \"sampleCatalog\"\n    }\n},\n```\n"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key_0\": {},\n  \"key_1\": {},\n  \"key_2\": {},\n  \"key_3\": {}\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 5626,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"21230762-2996-4b81-9b6c-66e9b7f78334","name":"Forbidden: insufficient permissions; wrong consumer scope","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items",":itemId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"8655","key":"itemId","description":"(Required) ID of the item. This is the ID of the entry in the Synerise\ndatabase, not the unique identifier that you're using in your\ncatalog. The itemId is available in the `id` field of the catalog item when you [retrieve items from a catalog](#operation/getItemsByBag):\n\n```\n{\n    \"creationDate\": \"2020-09-30T11:31:16.314Z\",\n    \"id\": 73753, // this is the itemId\n    \"itemKey\": \"uniqueValue\",\n    \"lastModified\": null,\n    \"value\": \"{\\\"exampleKey\\\":\\\"uniqueValue\\\",\\\"exampleKey2\\\":\\\"exampleValue\\\"}\",\n    \"bag\": {\n        \"author\": \"authorName\",\n        \"creationDate\": \"2020-09-30T10:52:31.264Z\",\n        \"id\": 1053, // this is the ID of the catalog\n        \"lastModified\": \"2020-09-30T11:41:11.808Z\",\n        \"name\": \"sampleCatalog\"\n    }\n},\n```\n"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key_0\": {},\n  \"key_1\": {},\n  \"key_2\": {},\n  \"key_3\": {}\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 5626,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4fd79ac2-b7a5-4472-b06c-2023f9f631fa","name":"Entity not found","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items",":itemId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"8655","key":"itemId","description":"(Required) ID of the item. This is the ID of the entry in the Synerise\ndatabase, not the unique identifier that you're using in your\ncatalog. The itemId is available in the `id` field of the catalog item when you [retrieve items from a catalog](#operation/getItemsByBag):\n\n```\n{\n    \"creationDate\": \"2020-09-30T11:31:16.314Z\",\n    \"id\": 73753, // this is the itemId\n    \"itemKey\": \"uniqueValue\",\n    \"lastModified\": null,\n    \"value\": \"{\\\"exampleKey\\\":\\\"uniqueValue\\\",\\\"exampleKey2\\\":\\\"exampleValue\\\"}\",\n    \"bag\": {\n        \"author\": \"authorName\",\n        \"creationDate\": \"2020-09-30T10:52:31.264Z\",\n        \"id\": 1053, // this is the ID of the catalog\n        \"lastModified\": \"2020-09-30T11:41:11.808Z\",\n        \"name\": \"sampleCatalog\"\n    }\n},\n```\n"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key_0\": {},\n  \"key_1\": {},\n  \"key_2\": {},\n  \"key_3\": {}\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c8a84f9c-0927-4fcf-8eaa-9bc159ba7fac","name":"Get single item by database ID","request":{"name":"Get single item by database ID","description":{"content":"Retrieve a single item from a catalog by using the ID of the entry in the Synerise database. If you want to retrieve an item by its unique identifier in the catalog, use [/bags/{catalogId}/items/itemKey/{itemKey}](#operation/getItemByKey).","type":"text/plain"},"url":{"path":["catalogs","bags",":catalogId","items",":itemId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"8655","key":"itemId","description":"(Required) ID of the item. This is the ID of the entry in the Synerise\ndatabase, not the unique identifier that you're using in your\ncatalog. The itemId is available in the `id` field of the catalog item when you [retrieve items from a catalog](#operation/getItemsByBag):\n\n```\n{\n    \"creationDate\": \"2020-09-30T11:31:16.314Z\",\n    \"id\": 73753, // this is the itemId\n    \"itemKey\": \"uniqueValue\",\n    \"lastModified\": null,\n    \"value\": \"{\\\"exampleKey\\\":\\\"uniqueValue\\\",\\\"exampleKey2\\\":\\\"exampleValue\\\"}\",\n    \"bag\": {\n        \"author\": \"authorName\",\n        \"creationDate\": \"2020-09-30T10:52:31.264Z\",\n        \"id\": 1053, // this is the ID of the catalog\n        \"lastModified\": \"2020-09-30T11:41:11.808Z\",\n        \"name\": \"sampleCatalog\"\n    }\n},\n```\n"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"93554613-4137-4945-bfbb-17c612f39104","name":"A single item","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items",":itemId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"8655","key":"itemId","description":"(Required) ID of the item. This is the ID of the entry in the Synerise\ndatabase, not the unique identifier that you're using in your\ncatalog. The itemId is available in the `id` field of the catalog item when you [retrieve items from a catalog](#operation/getItemsByBag):\n\n```\n{\n    \"creationDate\": \"2020-09-30T11:31:16.314Z\",\n    \"id\": 73753, // this is the itemId\n    \"itemKey\": \"uniqueValue\",\n    \"lastModified\": null,\n    \"value\": \"{\\\"exampleKey\\\":\\\"uniqueValue\\\",\\\"exampleKey2\\\":\\\"exampleValue\\\"}\",\n    \"bag\": {\n        \"author\": \"authorName\",\n        \"creationDate\": \"2020-09-30T10:52:31.264Z\",\n        \"id\": 1053, // this is the ID of the catalog\n        \"lastModified\": \"2020-09-30T11:41:11.808Z\",\n        \"name\": \"sampleCatalog\"\n    }\n},\n```\n"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": {\n    \"bag\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"itemKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"creationDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"lastModified\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"metaData\": {\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"requestTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e9852497-8fbb-4ede-a180-6da4668f5310","name":"Unauthorized: token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items",":itemId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"8655","key":"itemId","description":"(Required) ID of the item. This is the ID of the entry in the Synerise\ndatabase, not the unique identifier that you're using in your\ncatalog. The itemId is available in the `id` field of the catalog item when you [retrieve items from a catalog](#operation/getItemsByBag):\n\n```\n{\n    \"creationDate\": \"2020-09-30T11:31:16.314Z\",\n    \"id\": 73753, // this is the itemId\n    \"itemKey\": \"uniqueValue\",\n    \"lastModified\": null,\n    \"value\": \"{\\\"exampleKey\\\":\\\"uniqueValue\\\",\\\"exampleKey2\\\":\\\"exampleValue\\\"}\",\n    \"bag\": {\n        \"author\": \"authorName\",\n        \"creationDate\": \"2020-09-30T10:52:31.264Z\",\n        \"id\": 1053, // this is the ID of the catalog\n        \"lastModified\": \"2020-09-30T11:41:11.808Z\",\n        \"name\": \"sampleCatalog\"\n    }\n},\n```\n"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 5626,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cbac2193-d00a-45ef-b39d-eb26d2e4413f","name":"Forbidden: insufficient permissions; wrong consumer scope","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items",":itemId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"8655","key":"itemId","description":"(Required) ID of the item. This is the ID of the entry in the Synerise\ndatabase, not the unique identifier that you're using in your\ncatalog. The itemId is available in the `id` field of the catalog item when you [retrieve items from a catalog](#operation/getItemsByBag):\n\n```\n{\n    \"creationDate\": \"2020-09-30T11:31:16.314Z\",\n    \"id\": 73753, // this is the itemId\n    \"itemKey\": \"uniqueValue\",\n    \"lastModified\": null,\n    \"value\": \"{\\\"exampleKey\\\":\\\"uniqueValue\\\",\\\"exampleKey2\\\":\\\"exampleValue\\\"}\",\n    \"bag\": {\n        \"author\": \"authorName\",\n        \"creationDate\": \"2020-09-30T10:52:31.264Z\",\n        \"id\": 1053, // this is the ID of the catalog\n        \"lastModified\": \"2020-09-30T11:41:11.808Z\",\n        \"name\": \"sampleCatalog\"\n    }\n},\n```\n"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 5626,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"102a111d-7363-4fda-985f-5198bc31863b","name":"Entity not found","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items",":itemId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"8655","key":"itemId","description":"(Required) ID of the item. This is the ID of the entry in the Synerise\ndatabase, not the unique identifier that you're using in your\ncatalog. The itemId is available in the `id` field of the catalog item when you [retrieve items from a catalog](#operation/getItemsByBag):\n\n```\n{\n    \"creationDate\": \"2020-09-30T11:31:16.314Z\",\n    \"id\": 73753, // this is the itemId\n    \"itemKey\": \"uniqueValue\",\n    \"lastModified\": null,\n    \"value\": \"{\\\"exampleKey\\\":\\\"uniqueValue\\\",\\\"exampleKey2\\\":\\\"exampleValue\\\"}\",\n    \"bag\": {\n        \"author\": \"authorName\",\n        \"creationDate\": \"2020-09-30T10:52:31.264Z\",\n        \"id\": 1053, // this is the ID of the catalog\n        \"lastModified\": \"2020-09-30T11:41:11.808Z\",\n        \"name\": \"sampleCatalog\"\n    }\n},\n```\n"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"7ac2cc88-3d6b-441d-96cf-582b48dffe53","name":"Delete single item by database ID","request":{"name":"Delete single item by database ID","description":{"content":"Delete a single item by ID.","type":"text/plain"},"url":{"path":["catalogs","bags",":catalogId","items",":itemId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"8655","key":"itemId","description":"(Required) ID of the item. This is the ID of the entry in the Synerise\ndatabase, not the unique identifier that you're using in your\ncatalog. The itemId is available in the `id` field of the catalog item when you [retrieve items from a catalog](#operation/getItemsByBag):\n\n```\n{\n    \"creationDate\": \"2020-09-30T11:31:16.314Z\",\n    \"id\": 73753, // this is the itemId\n    \"itemKey\": \"uniqueValue\",\n    \"lastModified\": null,\n    \"value\": \"{\\\"exampleKey\\\":\\\"uniqueValue\\\",\\\"exampleKey2\\\":\\\"exampleValue\\\"}\",\n    \"bag\": {\n        \"author\": \"authorName\",\n        \"creationDate\": \"2020-09-30T10:52:31.264Z\",\n        \"id\": 1053, // this is the ID of the catalog\n        \"lastModified\": \"2020-09-30T11:41:11.808Z\",\n        \"name\": \"sampleCatalog\"\n    }\n},\n```\n"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"6fe28c31-de7f-4b74-a1b1-e082801e5e00","name":"Success","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items",":itemId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"8655","key":"itemId","description":"(Required) ID of the item. This is the ID of the entry in the Synerise\ndatabase, not the unique identifier that you're using in your\ncatalog. The itemId is available in the `id` field of the catalog item when you [retrieve items from a catalog](#operation/getItemsByBag):\n\n```\n{\n    \"creationDate\": \"2020-09-30T11:31:16.314Z\",\n    \"id\": 73753, // this is the itemId\n    \"itemKey\": \"uniqueValue\",\n    \"lastModified\": null,\n    \"value\": \"{\\\"exampleKey\\\":\\\"uniqueValue\\\",\\\"exampleKey2\\\":\\\"exampleValue\\\"}\",\n    \"bag\": {\n        \"author\": \"authorName\",\n        \"creationDate\": \"2020-09-30T10:52:31.264Z\",\n        \"id\": 1053, // this is the ID of the catalog\n        \"lastModified\": \"2020-09-30T11:41:11.808Z\",\n        \"name\": \"sampleCatalog\"\n    }\n},\n```\n"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": false,\n  \"metaData\": {\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"requestTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"93e9d392-e090-4516-9dc9-832971b6814b","name":"Unauthorized: token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items",":itemId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"8655","key":"itemId","description":"(Required) ID of the item. This is the ID of the entry in the Synerise\ndatabase, not the unique identifier that you're using in your\ncatalog. The itemId is available in the `id` field of the catalog item when you [retrieve items from a catalog](#operation/getItemsByBag):\n\n```\n{\n    \"creationDate\": \"2020-09-30T11:31:16.314Z\",\n    \"id\": 73753, // this is the itemId\n    \"itemKey\": \"uniqueValue\",\n    \"lastModified\": null,\n    \"value\": \"{\\\"exampleKey\\\":\\\"uniqueValue\\\",\\\"exampleKey2\\\":\\\"exampleValue\\\"}\",\n    \"bag\": {\n        \"author\": \"authorName\",\n        \"creationDate\": \"2020-09-30T10:52:31.264Z\",\n        \"id\": 1053, // this is the ID of the catalog\n        \"lastModified\": \"2020-09-30T11:41:11.808Z\",\n        \"name\": \"sampleCatalog\"\n    }\n},\n```\n"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 5626,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8efaa80d-b03b-4f98-a191-bb066807d208","name":"Forbidden: insufficient permissions; wrong consumer scope","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items",":itemId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"8655","key":"itemId","description":"(Required) ID of the item. This is the ID of the entry in the Synerise\ndatabase, not the unique identifier that you're using in your\ncatalog. The itemId is available in the `id` field of the catalog item when you [retrieve items from a catalog](#operation/getItemsByBag):\n\n```\n{\n    \"creationDate\": \"2020-09-30T11:31:16.314Z\",\n    \"id\": 73753, // this is the itemId\n    \"itemKey\": \"uniqueValue\",\n    \"lastModified\": null,\n    \"value\": \"{\\\"exampleKey\\\":\\\"uniqueValue\\\",\\\"exampleKey2\\\":\\\"exampleValue\\\"}\",\n    \"bag\": {\n        \"author\": \"authorName\",\n        \"creationDate\": \"2020-09-30T10:52:31.264Z\",\n        \"id\": 1053, // this is the ID of the catalog\n        \"lastModified\": \"2020-09-30T11:41:11.808Z\",\n        \"name\": \"sampleCatalog\"\n    }\n},\n```\n"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 5626,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"81572bf2-e9c6-4f44-aee4-cac53683955e","name":"Entity not found","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items",":itemId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"8655","key":"itemId","description":"(Required) ID of the item. This is the ID of the entry in the Synerise\ndatabase, not the unique identifier that you're using in your\ncatalog. The itemId is available in the `id` field of the catalog item when you [retrieve items from a catalog](#operation/getItemsByBag):\n\n```\n{\n    \"creationDate\": \"2020-09-30T11:31:16.314Z\",\n    \"id\": 73753, // this is the itemId\n    \"itemKey\": \"uniqueValue\",\n    \"lastModified\": null,\n    \"value\": \"{\\\"exampleKey\\\":\\\"uniqueValue\\\",\\\"exampleKey2\\\":\\\"exampleValue\\\"}\",\n    \"bag\": {\n        \"author\": \"authorName\",\n        \"creationDate\": \"2020-09-30T10:52:31.264Z\",\n        \"id\": 1053, // this is the ID of the catalog\n        \"lastModified\": \"2020-09-30T11:41:11.808Z\",\n        \"name\": \"sampleCatalog\"\n    }\n},\n```\n"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"2296b46d-1212-40ff-9159-84561184bf4e","name":"Get all items","request":{"name":"Get all items","description":{"content":"Retrieve all items from all catalogs in the Workspace.","type":"text/plain"},"url":{"path":["catalogs","items"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"offset","value":"8655","description":"The offset for the search. For example, if your `limit` is 10 and you want to retrieve the third page of items, set the offset to 20. Items with indexes 20 to 29 are returned (the first item on the first page has the index 0)."},{"disabled":false,"key":"limit","value":"8655","description":"The maximum number of items to include in the response. `offset` must be defined. Default: 100"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"8e133010-d8aa-4788-9f08-151c99804ae7","name":"A list of items in the Workspace","originalRequest":{"url":{"path":["catalogs","items"],"host":["{{baseUrl}}"],"query":[{"key":"offset","value":"8655"},{"key":"limit","value":"8655"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"metaData\": {\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"requestTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7d77d7d1-b895-4793-b760-1e9c422ca1fc","name":"Unauthorized: token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["catalogs","items"],"host":["{{baseUrl}}"],"query":[{"key":"offset","value":"8655"},{"key":"limit","value":"8655"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 5626,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"205b0c49-6a94-4ff7-8a7c-4f87d8b3e30d","name":"Forbidden: insufficient permissions; wrong consumer scope","originalRequest":{"url":{"path":["catalogs","items"],"host":["{{baseUrl}}"],"query":[{"key":"offset","value":"8655"},{"key":"limit","value":"8655"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 5626,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"4b1c2367-0c21-4be5-bdbf-abd95f13ff16","name":"Add mapping","request":{"name":"Add mapping","description":{"content":"Add a new mapping. Mappings can be used to enrich events with data from catalogs.\n\nFor example, you can map the product's SKU from the \"product.buy\" event to the column in the catalog that includes the SKU. Whenever someone purchases an item with that SKU, you can extract data from the catalog (for example, the product's brand and category) and show that additional in the event log in the Synerise GUI.","type":"text/plain"},"url":{"path":["catalogs","bags",":catalogId","mappings"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"action\": \"transaction.charge\",\n  \"paramKey\": \"sku\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"f5f96d63-b1d6-4d8f-b0b2-a57ece6ddf2c","name":"Mapping data","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","mappings"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"action\": \"transaction.charge\",\n  \"paramKey\": \"sku\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": {\n    \"bpActionParamKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"bagId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"action\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"paramKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"enrichmentFields\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"metaData\": {\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"requestTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b4dc2f53-faf1-417f-b05b-f307b41d7a11","name":"Invalid or insufficient data","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","mappings"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"action\": \"transaction.charge\",\n  \"paramKey\": \"sku\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"},{"id":"30b51bb8-5915-40e8-994c-aff346641ea1","name":"Unauthorized: token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","mappings"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"action\": \"transaction.charge\",\n  \"paramKey\": \"sku\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 5626,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c2cee96c-ee6a-42d0-badc-033738dc75b9","name":"Forbidden: insufficient permissions; wrong consumer scope","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","mappings"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"action\": \"transaction.charge\",\n  \"paramKey\": \"sku\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 5626,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b319ff17-a555-4524-b39f-786423aa1cb9","name":"Entity not found","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","mappings"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"action\": \"transaction.charge\",\n  \"paramKey\": \"sku\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"34bd4a8d-7446-44db-abb2-08debe4b3572","name":"Get all mappings","request":{"name":"Get all mappings","description":{"content":"Retrieve all mappings from the Workspace.","type":"text/plain"},"url":{"path":["catalogs","mappings"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"1b83d038-b0a7-4432-83ce-f1fc63807ed2","name":"List of mappings","originalRequest":{"url":{"path":["catalogs","mappings"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"metaData\": {\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"requestTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"164e94e7-1d2f-411e-9981-459ce17a3a58","name":"Unauthorized: token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["catalogs","mappings"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 5626,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fad9872c-ef4d-4da4-8751-7f313e194510","name":"Forbidden: insufficient permissions; wrong consumer scope","originalRequest":{"url":{"path":["catalogs","mappings"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 5626,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"530fe321-1e19-4ea0-931b-3c55f46aae42","name":"Delete mapping","request":{"name":"Delete mapping","description":{"content":"Delete a single mapping.","type":"text/plain"},"url":{"path":["catalogs","mappings",":bpActionParamKey"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"bpActionParamKey","description":"(Required) The unique identifier of the mapping"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"98ccd40a-f6ab-40c1-a893-effaf1a75283","name":"Deletion status","originalRequest":{"url":{"path":["catalogs","mappings",":bpActionParamKey"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"bpActionParamKey","description":"(Required) The unique identifier of the mapping"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": false,\n  \"metaData\": {\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"requestTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1f55cba0-3568-454c-a9b7-dfc86607af52","name":"Unauthorized: token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["catalogs","mappings",":bpActionParamKey"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"bpActionParamKey","description":"(Required) The unique identifier of the mapping"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 5626,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"517eedb1-5f53-407f-845b-452d9f7cb452","name":"Forbidden: insufficient permissions; wrong consumer scope","originalRequest":{"url":{"path":["catalogs","mappings",":bpActionParamKey"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"bpActionParamKey","description":"(Required) The unique identifier of the mapping"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 5626,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c28fd533-e5be-4cc9-8a37-cac61f889a4a","name":"Entity not found","originalRequest":{"url":{"path":["catalogs","mappings",":bpActionParamKey"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"bpActionParamKey","description":"(Required) The unique identifier of the mapping"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"d79b8ac8-1a00-4431-92c0-e193afb73b12","name":"Get single item by unique key","request":{"name":"Get single item by unique key","description":{"content":"Retrieve a single item from a catalog by using the value of the unique identifier (key) in the catalog. If you want to retrieve an item by its ID in the Synerise database, use [/bags/{catalogId}/items/{itemId}](#operation/getItem).","type":"text/plain"},"url":{"path":["catalogs","itemDetail"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"catalogName","value":"string","description":"(Required) Name of the catalog"},{"disabled":false,"key":"key","value":"string","description":"(Required) Value of the unique identifier of the item in the catalog. When you retrieve an item using [this endpoint](#operation/getItemsByBag), the identifier is in the `itemKey` field.\n\n```\n{\n    \"creationDate\": \"2020-09-30T11:31:16.314Z\",\n    \"id\": 73753,\n    \"itemKey\": \"uniqueValue\", // this is the value of the key\n    \"lastModified\": null,\n    \"value\": \"{\\\"exampleKey\\\":\\\"uniqueValue\\\",\\\"exampleKey2\\\":\\\"exampleValue\\\"}\",\n    \"bag\": {\n        \"author\": \"authorName\",\n        \"creationDate\": \"2020-09-30T10:52:31.264Z\",\n        \"id\": 1053,\n        \"lastModified\": \"2020-09-30T11:41:11.808Z\",\n        \"name\": \"sampleCatalog\"\n    }\n},\n```\n"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"db467054-5bef-415c-b0ae-85da340838c2","name":"A single item","originalRequest":{"url":{"path":["catalogs","itemDetail"],"host":["{{baseUrl}}"],"query":[{"key":"catalogName","value":"string"},{"key":"key","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": {\n    \"itemId\": \"string\",\n    \"key_0\": {}\n  },\n  \"metaData\": {\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"requestTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"99fad073-9e59-4544-b448-bcca20436120","name":"Unauthorized: token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["catalogs","itemDetail"],"host":["{{baseUrl}}"],"query":[{"key":"catalogName","value":"string"},{"key":"key","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 5626,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3e501889-5ea0-46be-b5e9-2a2eaebafd74","name":"Forbidden: insufficient permissions; wrong consumer scope","originalRequest":{"url":{"path":["catalogs","itemDetail"],"host":["{{baseUrl}}"],"query":[{"key":"catalogName","value":"string"},{"key":"key","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 5626,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"de925d82-aa25-4a33-b55d-a997fc852a89","name":"Entity not found","originalRequest":{"url":{"path":["catalogs","itemDetail"],"host":["{{baseUrl}}"],"query":[{"key":"catalogName","value":"string"},{"key":"key","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"de21cfe0-5f6c-4413-9ee8-0afeaa0b1995","name":"Delete all items from a catalog","request":{"name":"Delete all items from a catalog","description":{"content":"Delete all the contents of a catalog.\n\nInformation about the keys (columns) remains.\n","type":"text/plain"},"url":{"path":["catalogs","v2","bags",":catalogId","items"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"6c381779-fe5b-4b24-896b-06b07095dc08","name":"Items deleted. The `metaData` object always shows a `totalCount` of 1, regardless of the number of deleted items.","originalRequest":{"url":{"path":["catalogs","v2","bags",":catalogId","items"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": \"586cfdad-ef99-4b70-2b5b-3476d825a422\",\n  \"metaData\": {\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"requestTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5f4cc352-b7a5-4ef5-b325-5da0af6a2af8","name":"A problem occurred. See the error message for details.","originalRequest":{"url":{"path":["catalogs","v2","bags",":catalogId","items"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"errorCode\": \"string\",\n  \"httpStatus\": 4911,\n  \"message\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"1d32418e-b171-4e50-b010-3e59a805b0ca","name":"Delete items by itemKeys","request":{"name":"Delete items by itemKeys","description":{"content":"Delete items by itemKeys (unique identifier of an item in the catalog, for example a product's SKU). In the Synerise Portal, it's called the **Primary key**.","type":"text/plain"},"url":{"path":["catalogs","v2","bags",":catalogId","items","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"response":[{"id":"9973bfb2-fea7-4f26-a042-e07990296949","name":"No Content","originalRequest":{"url":{"path":["catalogs","v2","bags",":catalogId","items","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"63fbc5e2-0141-4707-b9ef-12b223f48ab2","name":"Unauthorized: token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["catalogs","v2","bags",":catalogId","items","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 5626,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"79122594-931e-498a-bbbe-399104ab2951","name":"Forbidden: insufficient permissions; wrong consumer scope","originalRequest":{"url":{"path":["catalogs","v2","bags",":catalogId","items","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 5626,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7a4af754-6089-4e36-840b-aacb1b8f7589","name":"Entity not found","originalRequest":{"url":{"path":["catalogs","v2","bags",":catalogId","items","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"DELETE","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c99b391d-652d-4917-bdf7-582cd2aa5dad","name":"Enable filtering","request":{"name":"Enable filtering","description":{"content":"Enable filtering for a catalog on selected fields","type":"text/plain"},"url":{"path":["catalogs","v2","bags",":catalogId","enable","filtering"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PATCH","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"fields\": [\n    \"string\",\n    \"string\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"f5491409-d0f5-4164-be07-de4e9aeff686","name":"Upload status","originalRequest":{"url":{"path":["catalogs","v2","bags",":catalogId","enable","filtering"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"fields\": [\n    \"string\",\n    \"string\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": \"abb8d88f-2a0d-67db-2094-f7edf39b7fe2\",\n  \"metaData\": {\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"requestTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"4434558a-e59f-4ed7-9f2f-8483f8e44716","name":"Disable filtering","request":{"name":"Disable filtering","description":{"content":"Disable filtering for a catalog on selected fields","type":"text/plain"},"url":{"path":["catalogs","v2","bags",":catalogId","disable","filtering"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PATCH","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"removeFilters\": true\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"36e42d48-3af1-4e21-8edc-ea99f4995aa1","name":"Number of rows changed","originalRequest":{"url":{"path":["catalogs","v2","bags",":catalogId","disable","filtering"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"removeFilters\": true\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": 5742,\n  \"metaData\": {\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"requestTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"59abed12-9c7e-46de-9a78-7001e2078499","name":"Add or update item asynchronously","request":{"name":"Add or update item asynchronously","description":{"content":"Add a single item asynchronously to the catalog. If the item already exists, it's entirely overwritten by the item you send.\n\nAsynchronous requests are processed according to the time they reach the service.  \nThis means that requests to synchronous endpoints (for example, [`/bags/{catalogId}/items/{itemId}`](#operation/updateItem) may overwrite asynchronous operations which were sent earlier and queued due to high traffic.  \nThis behavior also applies to requests from Automation and AI feed synchronization, which use the asynchronous mechanism.\n\nThe request body can't exceed 256KB.\n","type":"text/plain"},"url":{"path":["catalogs","v1","async","bags",":catalogId","item"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"key":"Content-Type","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"itemKey\": \"sku1357\",\n  \"value\": {\n    \"itemCategory\": \"smartphone\",\n    \"itemColor\": \"blue\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"08f50a87-ce8c-4882-84ee-5750c9de351b","name":"Operation added to queue","originalRequest":{"url":{"path":["catalogs","v1","async","bags",":catalogId","item"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"itemKey\": \"sku1357\",\n  \"value\": {\n    \"itemCategory\": \"smartphone\",\n    \"itemColor\": \"blue\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"56fa2b74-887e-43dc-9957-891599124fcd","name":"Add or update (partial) item asynchronously","request":{"name":"Add or update (partial) item asynchronously","description":{"content":"Update a single item asynchronously to the catalog. If the item doesn't exist, it will be created.\n\nThis endpoint allows you to perform partial updates - you can send only the properties that you want to add/modify, instead of sending the entire item.\n\nAsynchronous requests are processed according to the time they reach the service.  \nThis means that requests to synchronous endpoints (for example, [`/bags/{catalogId}/items/{itemId}`](#operation/updateItem) may overwrite asynchronous operations which were sent earlier and queued due to high traffic.  \nThis behavior also applies to requests from Automation and AI feed synchronization, which use the asynchronous mechanism.\n\nThe request body can't exceed 256KB.\n","type":"text/plain"},"url":{"path":["catalogs","v1","async","bags",":catalogId","item"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"key":"Content-Type","value":"application/json"}],"method":"PATCH","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"itemKey\": \"sku1357\",\n  \"value\": {\n    \"itemCategory\": \"smartphone\",\n    \"itemColor\": \"blue\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"01e3e3be-baec-4ac3-9704-b8176971ccea","name":"Operation added to queue","originalRequest":{"url":{"path":["catalogs","v1","async","bags",":catalogId","item"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"itemKey\": \"sku1357\",\n  \"value\": {\n    \"itemCategory\": \"smartphone\",\n    \"itemColor\": \"blue\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"101ca21f-c5dd-418c-b895-0ee6f511b2e4","name":"Batch add or update items asynchronously","request":{"name":"Batch add or update items asynchronously","description":{"content":"Add a number of items asynchronously at once. If an item already exists, it's entirely overwritten by the item you send.\n\nAsynchronous requests are processed according to the time they reach the service.  \nThis means that requests to synchronous endpoints (for example, [`/bags/{catalogId}/items/{itemId}`](#operation/updateItem) may overwrite asynchronous operations which were sent earlier and queued due to high traffic.  \nThis behavior also applies to requests from Automation and AI feed synchronization, which use the asynchronous mechanism.\n\nThe request body can't exceed 256KB.\n","type":"text/plain"},"url":{"path":["catalogs","v1","async","bags",":catalogId","items"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"key":"Content-Type","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"[\n  {\n    \"itemKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"itemKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"response":[{"id":"8b8f39df-8866-4865-9411-8d8497a08bf2","name":"Operation added to queue","originalRequest":{"url":{"path":["catalogs","v1","async","bags",":catalogId","items"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"itemKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"itemKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"0dfa841e-eb72-4434-9f52-d6026fd9e0a7","name":"Batch add or update (partial) items asynchronously","request":{"name":"Batch add or update (partial) items asynchronously","description":{"content":"Update a number of items asynchronously at once. If an item doesn't exist, it will be created.\n\nThis endpoint allows you to perform partial updates - you can send only the properties that you want to add/modify, instead of sending the entire item.\n\nAsynchronous requests are processed according to the time they reach the service.  \nThis means that requests to synchronous endpoints (for example, [`/bags/{catalogId}/items/{itemId}`](#operation/updateItem) may overwrite asynchronous operations which were sent earlier and queued due to high traffic.  \nThis behavior also applies to requests from Automation and AI feed synchronization, which use the asynchronous mechanism.\n\nThe request body can't exceed 256KB.\n","type":"text/plain"},"url":{"path":["catalogs","v1","async","bags",":catalogId","items"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"key":"Content-Type","value":"application/json"}],"method":"PATCH","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"[\n  {\n    \"itemKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"itemKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"response":[{"id":"074404e2-709d-4e43-809d-e0154915780e","name":"Operation added to queue","originalRequest":{"url":{"path":["catalogs","v1","async","bags",":catalogId","items"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"PATCH","body":{"mode":"raw","raw":"[\n  {\n    \"itemKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"itemKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"c5c1a908-c8ca-46e9-9b08-dbf85c3c7472","name":"Item filters","description":{"content":"","type":"text/plain"},"item":[{"id":"4a643285-362a-4181-aef7-201d2a733be5","name":"Validate item filter","request":{"name":"Validate item filter","description":{"content":"This endpoint lets you validate the syntax of a filter and preview its results.\n\nThe `parserResult` object in the response validates only the IQL syntax, it does not check if the attributes or contexts referenced in the IQL query exist!\n","type":"text/plain"},"url":{"path":["items","v2","filter","validate"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"itemsCatalogId","value":"default","description":"ID of the item catalog that contains the items tested in the request. If not provided, \"default\" is assumed - however, the \"default\" catalog may not exist in your workspace.\n\n**NOTE:** This ID is available in the details the search index or recommendation campaign you want to make test requests for.\n"},{"disabled":false,"key":"exampleItems","value":"10","description":"Controls how many example items will be returned"}],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"filteringString\": \"IF(\\\"abcd\\\" IN client.tags,discount == 0,discount > 0)\",\n  \"clientUUID\": \"68df2317-0edb-4cc9-8b39-5ab68325f891\",\n  \"contextItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"candidateItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"2baa571d-464d-4a68-8eb5-ace5664ee05f","name":"Validation response","originalRequest":{"url":{"path":["items","v2","filter","validate"],"host":["{{baseUrl}}"],"query":[{"key":"itemsCatalogId","value":"default"},{"key":"exampleItems","value":"10"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"filteringString\": \"IF(\\\"abcd\\\" IN client.tags,discount == 0,discount > 0)\",\n  \"clientUUID\": \"68df2317-0edb-4cc9-8b39-5ab68325f891\",\n  \"contextItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"candidateItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"filteringString\": \"IF(\\\"abcd\\\" IN client.tags,discount == 0,discount > 0)\",\n  \"parserResult\": {\n    \"valid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parsedFilteringString\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"message\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"contextItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"clientUUID\": \"68df2317-0edb-4cc9-8b39-5ab68325f891\",\n  \"evaluationResult\": {\n    \"resultSize\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"modifiedFilteringString\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"evaluationErrors\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"extracts\": {\n    \"clientExtracts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"contextConstants\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"variables\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"candidateItems\": [\n    {\n      \"itemId\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"valid\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"itemId\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"valid\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"exampleItems\": [\n    \"string\",\n    \"string\"\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2c462a9b-3c75-4f76-85b7-3321dfbc70c0","name":"Bad Request","originalRequest":{"url":{"path":["items","v2","filter","validate"],"host":["{{baseUrl}}"],"query":[{"key":"itemsCatalogId","value":"default"},{"key":"exampleItems","value":"10"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"filteringString\": \"IF(\\\"abcd\\\" IN client.tags,discount == 0,discount > 0)\",\n  \"clientUUID\": \"68df2317-0edb-4cc9-8b39-5ab68325f891\",\n  \"contextItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"candidateItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1960-03-28T11:14:55.034Z\",\n  \"status\": 2297,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\",\n  \"requestId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"61582261-4995-4899-8f76-7f84833c88fb","name":"Service not available","originalRequest":{"url":{"path":["items","v2","filter","validate"],"host":["{{baseUrl}}"],"query":[{"key":"itemsCatalogId","value":"default"},{"key":"exampleItems","value":"10"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"filteringString\": \"IF(\\\"abcd\\\" IN client.tags,discount == 0,discount > 0)\",\n  \"clientUUID\": \"68df2317-0edb-4cc9-8b39-5ab68325f891\",\n  \"contextItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"candidateItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1960-03-28T11:14:55.034Z\",\n  \"status\": 2297,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\",\n  \"requestId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"af11f1ba-bd02-4921-958e-8a0deb2bf1b9","name":"Catalog not ready","originalRequest":{"url":{"path":["items","v2","filter","validate"],"host":["{{baseUrl}}"],"query":[{"key":"itemsCatalogId","value":"default"},{"key":"exampleItems","value":"10"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"filteringString\": \"IF(\\\"abcd\\\" IN client.tags,discount == 0,discount > 0)\",\n  \"clientUUID\": \"68df2317-0edb-4cc9-8b39-5ab68325f891\",\n  \"contextItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"candidateItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Gateway","code":502,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1960-03-28T11:14:55.034Z\",\n  \"status\": 2297,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\",\n  \"requestId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"a8af4c17-b8cd-4852-b75b-6ba1d9f997de","name":"Visual Search","description":{"content":"","type":"text/plain"},"item":[{"id":"9720e3a5-b8bf-4408-824a-df2205471570","name":"Visual items search","request":{"name":"Visual items search","description":{"content":"Retrieves items that match an image. The results can be filtered and sorted.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","visual"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"url","value":"string","description":"(Required) URL of the image to be used in the visual search"},{"disabled":false,"key":"clientUUID","value":"string","description":"UUID of the profile for which the search is performed"},{"disabled":false,"key":"personalize","value":"true","description":"If set to `false`, the search result is not personalized.\n"},{"disabled":false,"key":"correlationId","value":"string","description":"Correlation ID for pagination. If a search with the ID was performed recently (last 10 minutes), the cached results will be used.\n\nDo not send this if sortBy/filters/sorting order, etc. have changed - the cached results may have different order or may match different filters.\n"},{"disabled":false,"key":"searchId","value":"string","description":"**DEPRECATED - use correlationId instead**\n\nSearch ID for pagination. If a search with the ID was performed recently (last 10 minutes), the cached results will be used.\n\nDo not send this if sortBy/filters/sorting order, etc. have changed - the cached results may have different order or may match different filters.\n"},{"disabled":false,"key":"sortByMetric","value":"PageVisitsPopularity","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nName of the metric by which the data will be sorted.\n"},{"disabled":false,"key":"sortByGeoPoint","value":"34.052235,-118.243685","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nGeo-point (`{latitude},{longitude}`) for data sorting. Results are sorted by distance from this point. `ordering: asc` means \"closest first\".'\n"},{"disabled":false,"key":"filterGeoPoints","value":"34.052235,-118.243685","description":"The definition of a geographical area to filter by.\n\nGiven one geo-point, the results will be limited to a radius around a point. To override the default radius (1000 meters), provide the `filterAroundRadius` parameter.\n**Example input:** `[\"34.052235,-118.243685\"]`\n\nGiven two geo-points, the results will be limited to a rectangular area.\n**Example input:** `[\"50,-100\", \"25,150\"]`\n\nGiven three or more geo-points, the results will be limited to a polygonal area.\n**Example input:** `[\"50,0\", \"40,20\", \"-20,10\"]`\n"},{"disabled":false,"key":"filterGeoPoints","value":"15.0,65.0","description":"The definition of a geographical area to filter by.\n\nGiven one geo-point, the results will be limited to a radius around a point. To override the default radius (1000 meters), provide the `filterAroundRadius` parameter.\n**Example input:** `[\"34.052235,-118.243685\"]`\n\nGiven two geo-points, the results will be limited to a rectangular area.\n**Example input:** `[\"50,-100\", \"25,150\"]`\n\nGiven three or more geo-points, the results will be limited to a polygonal area.\n**Example input:** `[\"50,0\", \"40,20\", \"-20,10\"]`\n"},{"disabled":false,"key":"filterAroundRadius","value":"5000","description":"Radius in meters to be used when filtering using geo-location. Can only be used when filtering by a single geo-point."},{"disabled":false,"key":"filterAnchor","value":"0.2,0.8","description":"Anchor (`{width},{height}`) by which the visual results data will be filtered.\n`{width},{height}` correspond to normalized image coordinates, i.e. they are in range [0,1].\nAnchor (0,0) corresponds to the top-left pixel of an image.\n"},{"disabled":false,"key":"filters","value":"string","description":"IQL query string. For details, see the [Help Center](https://help.synerise.com/developers/iql/)."},{"disabled":false,"key":"facets","value":"string","description":"A list of attributes for which facets will be returned. A single `*` value matches all facetable attributes.\nA single `auto` value enables automatic facet selection based on the result set — the system picks the most relevant facets using the index's `dynamicFacets` configuration.\n\nTo determine which groups of facets should be returned, use the `includeFacets` parameter.\n"},{"disabled":false,"key":"facets","value":"string","description":"A list of attributes for which facets will be returned. A single `*` value matches all facetable attributes.\nA single `auto` value enables automatic facet selection based on the result set — the system picks the most relevant facets using the index's `dynamicFacets` configuration.\n\nTo determine which groups of facets should be returned, use the `includeFacets` parameter.\n"},{"disabled":false,"key":"facetsSize","value":"2000","description":"Determines how many items will be used for facets aggregation.\n"},{"disabled":false,"key":"maxValuesPerFacet","value":"50","description":"Determines how many values will be retrieved per facet.\n"},{"disabled":false,"key":"caseSensitiveFacetValues","value":"false","description":"Specifies whether facets aggregation should be case sensitive.\n"},{"disabled":false,"key":"displayAttributes","value":"title","description":"List of ad hoc attributes that will be returned for each found item"},{"disabled":false,"key":"displayAttributes","value":"price","description":"List of ad hoc attributes that will be returned for each found item"},{"disabled":false,"key":"context","value":"mobile","description":"List of context strings for a search query"},{"disabled":false,"key":"context","value":"listing","description":"List of context strings for a search query"},{"disabled":false,"key":"includeFacets","value":"filtered","description":"Determines which groups of facets will be returned: both filtered and unfiltered; just filtered; just unfiltered; or no group at at all.\n\nTo determine which attributes should be returned as facets in each group, use the `facets` parameter.\n"},{"disabled":false,"key":"facetsOrderBy","value":"coverage","description":"Controls the ordering of facets in the response.  \nWhen `facets=auto`, the default ordering is by coverage (most relevant facets first).  \nWhen facets are specified explicitly, the default ordering is by name.  \nWhen two facets have equal coverage, ties are resolved by name.\n"},{"disabled":false,"key":"page","value":"4","description":"Page number to return for pagination. The first page has the index `1`."},{"disabled":false,"key":"limit","value":"10","description":"The number of items to return per page"},{"disabled":false,"key":"sortBy","value":"string","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nName of the attribute by which the data will be sorted.      \n"},{"disabled":false,"key":"ordering","value":"asc","description":"Sorting order"},{"disabled":false,"key":"includeMeta","value":"false","description":"\nWhen `true`, pagination metadata is included in the response body.\n\nWhen `false`, the data is included in the response headers:\n\n- Link: links to neighbors, first, and last pages in pagination.\n\n- X-Pagination-Total-Count: total number of items on all pages\n\n- X-Pagination-Total-Pages: total number of pages\n\n- X-Pagination-Page: current page\n\n- X-Pagination-Limit: maximum number of items on a page\n\n- X-Pagination-Sorted-By: parameter that the items were sorted by\n\n- X-Pagination-Ordering: sorting direction\n"},{"disabled":false,"key":"ignoreQueryRules","value":"false","description":"If set to `true`, query rules are not applied.\n"},{"disabled":false,"key":"excludeQueryRules","value":"2","description":"List of query rules that will not be applied.\n"},{"disabled":false,"key":"excludeQueryRules","value":"5","description":"List of query rules that will not be applied.\n"},{"disabled":false,"key":"params","value":"source:mobile","description":"List of extra params that will be added to the `item.search` event. They must be in the `name:value` format. The total size must not exceed 500 bytes when written as a JSON object.\n"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]}},"response":[{"id":"1e60ae6e-0209-400a-bd68-e63ae32dd253","name":"Search response","originalRequest":{"url":{"path":["search","v2","indices",":indexId","visual"],"host":["{{baseUrl}}"],"query":[{"key":"url","value":"string"},{"key":"clientUUID","value":"string"},{"key":"personalize","value":"true"},{"key":"correlationId","value":"string"},{"key":"searchId","value":"string"},{"key":"sortByMetric","value":"PageVisitsPopularity"},{"key":"sortByGeoPoint","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"15.0,65.0"},{"key":"filterAroundRadius","value":"5000"},{"key":"filterAnchor","value":"0.2,0.8"},{"key":"filters","value":"string"},{"key":"facets","value":"string"},{"key":"facets","value":"string"},{"key":"facetsSize","value":"2000"},{"key":"maxValuesPerFacet","value":"50"},{"key":"caseSensitiveFacetValues","value":"false"},{"key":"displayAttributes","value":"title"},{"key":"displayAttributes","value":"price"},{"key":"context","value":"mobile"},{"key":"context","value":"listing"},{"key":"includeFacets","value":"filtered"},{"key":"facetsOrderBy","value":"coverage"},{"key":"page","value":"4"},{"key":"limit","value":"10"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"asc"},{"key":"includeMeta","value":"false"},{"key":"ignoreQueryRules","value":"false"},{"key":"excludeQueryRules","value":"2"},{"key":"excludeQueryRules","value":"5"},{"key":"params","value":"source:mobile"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"extras\": {\n    \"filteredFacets\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allFacets\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"customFilteredFacets\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"correlationId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"searchId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"facetsOrdering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"meta\": {\n    \"totalPages\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"page\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sortedBy\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"ordering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"link\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9d3c761f-fd86-4721-b746-b4383c573b44","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","visual"],"host":["{{baseUrl}}"],"query":[{"key":"url","value":"string"},{"key":"clientUUID","value":"string"},{"key":"personalize","value":"true"},{"key":"correlationId","value":"string"},{"key":"searchId","value":"string"},{"key":"sortByMetric","value":"PageVisitsPopularity"},{"key":"sortByGeoPoint","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"15.0,65.0"},{"key":"filterAroundRadius","value":"5000"},{"key":"filterAnchor","value":"0.2,0.8"},{"key":"filters","value":"string"},{"key":"facets","value":"string"},{"key":"facets","value":"string"},{"key":"facetsSize","value":"2000"},{"key":"maxValuesPerFacet","value":"50"},{"key":"caseSensitiveFacetValues","value":"false"},{"key":"displayAttributes","value":"title"},{"key":"displayAttributes","value":"price"},{"key":"context","value":"mobile"},{"key":"context","value":"listing"},{"key":"includeFacets","value":"filtered"},{"key":"facetsOrderBy","value":"coverage"},{"key":"page","value":"4"},{"key":"limit","value":"10"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"asc"},{"key":"includeMeta","value":"false"},{"key":"ignoreQueryRules","value":"false"},{"key":"excludeQueryRules","value":"2"},{"key":"excludeQueryRules","value":"5"},{"key":"params","value":"source:mobile"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"bb0ca16e-0e65-4dd0-a6ae-20ac1af6e59c","name":"Visual items search","request":{"name":"Visual items search","description":{"content":"Retrieves items that match an image. The results can be filtered and sorted.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","visual"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]},"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","description":"Uploaded image to be used in the visual search"},{"key":"params","value":"{\"page\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"limit\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"sortBy\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"ordering\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"includeMeta\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"clientUUID\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"correlationId\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"searchId\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"sortByMetric\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"sortByGeoPoints\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"filterGeoPoints\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"filterAroundRadius\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"filterAnchor\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"filters\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"facets\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"facetsSize\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"maxValuesPerFacet\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"caseSensitiveFacetValues\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"includeFacets\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"facetsOrderBy\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"context\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"displayAttributes\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"ignoreQueryRules\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"excludeQueryRules\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"},\"params\":{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}}","type":"text","description":"Parameters of the search"}]}},"response":[{"id":"1023ecc1-9742-41af-8762-5f5462be1c13","name":"Search response","originalRequest":{"url":{"path":["search","v2","indices",":indexId","visual"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"extras\": {\n    \"filteredFacets\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allFacets\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"customFilteredFacets\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"correlationId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"searchId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"facetsOrdering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"meta\": {\n    \"totalPages\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"page\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sortedBy\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"ordering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"link\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"dabdbfbc-2b17-4d38-8099-054a3af4d95c","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","visual"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"2e1b3e99-077b-4d8b-bed0-1a6c13fdbca4","name":"Explained visual items search","request":{"name":"Explained visual items search","description":{"content":"Retrieves items that match an image. The results can be filtered and sorted. The response contains an explanation of the factors that influenced the result.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","visual","explain"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"url","value":"string","description":"(Required) URL of the image to be used in the visual search"},{"disabled":false,"key":"clientUUID","value":"string","description":"UUID of the profile for which the search is performed"},{"disabled":false,"key":"personalize","value":"true","description":"If set to `false`, the search result is not personalized.\n"},{"disabled":false,"key":"correlationId","value":"string","description":"Correlation ID for pagination. If a search with the ID was performed recently (last 10 minutes), the cached results will be used.\n\nDo not send this if sortBy/filters/sorting order, etc. have changed - the cached results may have different order or may match different filters.\n"},{"disabled":false,"key":"searchId","value":"string","description":"**DEPRECATED - use correlationId instead**\n\nSearch ID for pagination. If a search with the ID was performed recently (last 10 minutes), the cached results will be used.\n\nDo not send this if sortBy/filters/sorting order, etc. have changed - the cached results may have different order or may match different filters.\n"},{"disabled":false,"key":"sortByMetric","value":"PageVisitsPopularity","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nName of the metric by which the data will be sorted.\n"},{"disabled":false,"key":"sortByGeoPoint","value":"34.052235,-118.243685","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nGeo-point (`{latitude},{longitude}`) for data sorting. Results are sorted by distance from this point. `ordering: asc` means \"closest first\".'\n"},{"disabled":false,"key":"filterGeoPoints","value":"34.052235,-118.243685","description":"The definition of a geographical area to filter by.\n\nGiven one geo-point, the results will be limited to a radius around a point. To override the default radius (1000 meters), provide the `filterAroundRadius` parameter.\n**Example input:** `[\"34.052235,-118.243685\"]`\n\nGiven two geo-points, the results will be limited to a rectangular area.\n**Example input:** `[\"50,-100\", \"25,150\"]`\n\nGiven three or more geo-points, the results will be limited to a polygonal area.\n**Example input:** `[\"50,0\", \"40,20\", \"-20,10\"]`\n"},{"disabled":false,"key":"filterGeoPoints","value":"15.0,65.0","description":"The definition of a geographical area to filter by.\n\nGiven one geo-point, the results will be limited to a radius around a point. To override the default radius (1000 meters), provide the `filterAroundRadius` parameter.\n**Example input:** `[\"34.052235,-118.243685\"]`\n\nGiven two geo-points, the results will be limited to a rectangular area.\n**Example input:** `[\"50,-100\", \"25,150\"]`\n\nGiven three or more geo-points, the results will be limited to a polygonal area.\n**Example input:** `[\"50,0\", \"40,20\", \"-20,10\"]`\n"},{"disabled":false,"key":"filterAroundRadius","value":"5000","description":"Radius in meters to be used when filtering using geo-location. Can only be used when filtering by a single geo-point."},{"disabled":false,"key":"filterAnchor","value":"0.2,0.8","description":"Anchor (`{width},{height}`) by which the visual results data will be filtered.\n`{width},{height}` correspond to normalized image coordinates, i.e. they are in range [0,1].\nAnchor (0,0) corresponds to the top-left pixel of an image.\n"},{"disabled":false,"key":"filters","value":"string","description":"IQL query string. For details, see the [Help Center](https://help.synerise.com/developers/iql/)."},{"disabled":false,"key":"facets","value":"string","description":"A list of attributes for which facets will be returned. A single `*` value matches all facetable attributes.\nA single `auto` value enables automatic facet selection based on the result set — the system picks the most relevant facets using the index's `dynamicFacets` configuration.\n\nTo determine which groups of facets should be returned, use the `includeFacets` parameter.\n"},{"disabled":false,"key":"facets","value":"string","description":"A list of attributes for which facets will be returned. A single `*` value matches all facetable attributes.\nA single `auto` value enables automatic facet selection based on the result set — the system picks the most relevant facets using the index's `dynamicFacets` configuration.\n\nTo determine which groups of facets should be returned, use the `includeFacets` parameter.\n"},{"disabled":false,"key":"facetsSize","value":"2000","description":"Determines how many items will be used for facets aggregation.\n"},{"disabled":false,"key":"maxValuesPerFacet","value":"50","description":"Determines how many values will be retrieved per facet.\n"},{"disabled":false,"key":"caseSensitiveFacetValues","value":"false","description":"Specifies whether facets aggregation should be case sensitive.\n"},{"disabled":false,"key":"displayAttributes","value":"title","description":"List of ad hoc attributes that will be returned for each found item"},{"disabled":false,"key":"displayAttributes","value":"price","description":"List of ad hoc attributes that will be returned for each found item"},{"disabled":false,"key":"context","value":"mobile","description":"List of context strings for a search query"},{"disabled":false,"key":"context","value":"listing","description":"List of context strings for a search query"},{"disabled":false,"key":"includeFacets","value":"filtered","description":"Determines which groups of facets will be returned: both filtered and unfiltered; just filtered; just unfiltered; or no group at at all.\n\nTo determine which attributes should be returned as facets in each group, use the `facets` parameter.\n"},{"disabled":false,"key":"facetsOrderBy","value":"coverage","description":"Controls the ordering of facets in the response.  \nWhen `facets=auto`, the default ordering is by coverage (most relevant facets first).  \nWhen facets are specified explicitly, the default ordering is by name.  \nWhen two facets have equal coverage, ties are resolved by name.\n"},{"disabled":false,"key":"page","value":"4","description":"Page number to return for pagination. The first page has the index `1`."},{"disabled":false,"key":"limit","value":"10","description":"The number of items to return per page"},{"disabled":false,"key":"sortBy","value":"string","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nName of the attribute by which the data will be sorted.      \n"},{"disabled":false,"key":"ordering","value":"asc","description":"Sorting order"},{"disabled":false,"key":"includeMeta","value":"false","description":"\nWhen `true`, pagination metadata is included in the response body.\n\nWhen `false`, the data is included in the response headers:\n\n- Link: links to neighbors, first, and last pages in pagination.\n\n- X-Pagination-Total-Count: total number of items on all pages\n\n- X-Pagination-Total-Pages: total number of pages\n\n- X-Pagination-Page: current page\n\n- X-Pagination-Limit: maximum number of items on a page\n\n- X-Pagination-Sorted-By: parameter that the items were sorted by\n\n- X-Pagination-Ordering: sorting direction\n"},{"disabled":false,"key":"ignoreQueryRules","value":"false","description":"If set to `true`, query rules are not applied.\n"},{"disabled":false,"key":"excludeQueryRules","value":"2","description":"List of query rules that will not be applied.\n"},{"disabled":false,"key":"excludeQueryRules","value":"5","description":"List of query rules that will not be applied.\n"},{"disabled":false,"key":"crossWorkspaceModeEnabled","value":"true","description":"If set, overrides the cross-workspace mode from the index configuration. When `true`, cross-workspace personalization is enabled. When `false`, it is disabled.\n"},{"disabled":false,"key":"params","value":"source:mobile","description":"List of extra params that will be added to the `item.search` event. They must be in the `name:value` format. The total size must not exceed 500 bytes when written as a JSON object.\n"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]}},"response":[{"id":"5caee4d1-2b50-4a22-9601-817d2f95fa38","name":"Search response","originalRequest":{"url":{"path":["search","v2","indices",":indexId","visual","explain"],"host":["{{baseUrl}}"],"query":[{"key":"url","value":"string"},{"key":"clientUUID","value":"string"},{"key":"personalize","value":"true"},{"key":"correlationId","value":"string"},{"key":"searchId","value":"string"},{"key":"sortByMetric","value":"PageVisitsPopularity"},{"key":"sortByGeoPoint","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"15.0,65.0"},{"key":"filterAroundRadius","value":"5000"},{"key":"filterAnchor","value":"0.2,0.8"},{"key":"filters","value":"string"},{"key":"facets","value":"string"},{"key":"facets","value":"string"},{"key":"facetsSize","value":"2000"},{"key":"maxValuesPerFacet","value":"50"},{"key":"caseSensitiveFacetValues","value":"false"},{"key":"displayAttributes","value":"title"},{"key":"displayAttributes","value":"price"},{"key":"context","value":"mobile"},{"key":"context","value":"listing"},{"key":"includeFacets","value":"filtered"},{"key":"facetsOrderBy","value":"coverage"},{"key":"page","value":"4"},{"key":"limit","value":"10"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"asc"},{"key":"includeMeta","value":"false"},{"key":"ignoreQueryRules","value":"false"},{"key":"excludeQueryRules","value":"2"},{"key":"excludeQueryRules","value":"5"},{"key":"crossWorkspaceModeEnabled","value":"true"},{"key":"params","value":"source:mobile"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"extras\": {\n    \"filteredFacets\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allFacets\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"customFilteredFacets\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"correlationId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"searchId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"facetsOrdering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"explanation\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"meta\": {\n    \"totalPages\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"page\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sortedBy\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"ordering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"link\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3ea516b6-d950-4c54-9731-6bc92bb5df60","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","visual","explain"],"host":["{{baseUrl}}"],"query":[{"key":"url","value":"string"},{"key":"clientUUID","value":"string"},{"key":"personalize","value":"true"},{"key":"correlationId","value":"string"},{"key":"searchId","value":"string"},{"key":"sortByMetric","value":"PageVisitsPopularity"},{"key":"sortByGeoPoint","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"15.0,65.0"},{"key":"filterAroundRadius","value":"5000"},{"key":"filterAnchor","value":"0.2,0.8"},{"key":"filters","value":"string"},{"key":"facets","value":"string"},{"key":"facets","value":"string"},{"key":"facetsSize","value":"2000"},{"key":"maxValuesPerFacet","value":"50"},{"key":"caseSensitiveFacetValues","value":"false"},{"key":"displayAttributes","value":"title"},{"key":"displayAttributes","value":"price"},{"key":"context","value":"mobile"},{"key":"context","value":"listing"},{"key":"includeFacets","value":"filtered"},{"key":"facetsOrderBy","value":"coverage"},{"key":"page","value":"4"},{"key":"limit","value":"10"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"asc"},{"key":"includeMeta","value":"false"},{"key":"ignoreQueryRules","value":"false"},{"key":"excludeQueryRules","value":"2"},{"key":"excludeQueryRules","value":"5"},{"key":"crossWorkspaceModeEnabled","value":"true"},{"key":"params","value":"source:mobile"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"ffecd72a-b51a-47c2-8cf6-43488f5578db","name":"Explained visual items search","request":{"name":"Explained visual items search","description":{"content":"Retrieves items that match an image. The results can be filtered and sorted. The response contains an explanation of the factors that influenced the result.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","visual","explain"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]},"body":{"mode":"raw","raw":"{\n  \"url\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"page\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"limit\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"sortBy\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"ordering\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeMeta\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"personalize\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"correlationId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"searchId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"sortByMetric\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"sortByGeoPoints\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterGeoPoints\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterAroundRadius\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterAnchor\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"facets\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"customFilteredFacets\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"facetsSize\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"maxValuesPerFacet\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"caseSensitiveFacetValues\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeFacets\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"facetsOrderBy\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"context\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"ignoreQueryRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"excludeQueryRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"crossWorkspaceMode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"05511e1a-96c3-4ac5-af1c-d395d6375474","name":"Search response","originalRequest":{"url":{"path":["search","v2","indices",":indexId","visual","explain"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"extras\": {\n    \"filteredFacets\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allFacets\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"customFilteredFacets\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"correlationId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"searchId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"facetsOrdering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"explanation\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"meta\": {\n    \"totalPages\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"page\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sortedBy\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"ordering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"link\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cb18a66b-2fa3-469a-800b-69ecff349b88","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","visual","explain"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"cd4d9014-ab61-4252-8ef6-b8ca831eb86c","name":"Search","description":{"content":"","type":"text/plain"},"item":[{"id":"b7de394b-3e76-4aac-8ab1-84f76ce793ce","name":"Full-text items search","request":{"name":"Full-text items search","description":{"content":"Retrieves items that match a full-text query from a search index or a suggestion index. The results can be filtered and sorted.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","query"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"query","value":"string","description":"(Required) Query text to use in the search"},{"disabled":false,"key":"clientUUID","value":"string","description":"UUID of the profile for which the search is performed"},{"disabled":false,"key":"personalize","value":"true","description":"If set to `false`, the search result is not personalized.\n"},{"disabled":false,"key":"correlationId","value":"string","description":"Correlation ID for pagination. If a search with the ID was performed recently (last 10 minutes), the cached results will be used.\n\nDo not send this if sortBy/filters/sorting order, etc. have changed - the cached results may have different order or may match different filters.\n"},{"disabled":false,"key":"searchId","value":"string","description":"**DEPRECATED - use correlationId instead**\n\nSearch ID for pagination. If a search with the ID was performed recently (last 10 minutes), the cached results will be used.\n\nDo not send this if sortBy/filters/sorting order, etc. have changed - the cached results may have different order or may match different filters.\n"},{"disabled":false,"key":"sortByMetric","value":"PageVisitsPopularity","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nName of the metric by which the data will be sorted.\n"},{"disabled":false,"key":"sortByGeoPoint","value":"34.052235,-118.243685","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nGeo-point (`{latitude},{longitude}`) for data sorting. Results are sorted by distance from this point. `ordering: asc` means \"closest first\".'\n"},{"disabled":false,"key":"filterGeoPoints","value":"34.052235,-118.243685","description":"The definition of a geographical area to filter by.\n\nGiven one geo-point, the results will be limited to a radius around a point. To override the default radius (1000 meters), provide the `filterAroundRadius` parameter.\n**Example input:** `[\"34.052235,-118.243685\"]`\n\nGiven two geo-points, the results will be limited to a rectangular area.\n**Example input:** `[\"50,-100\", \"25,150\"]`\n\nGiven three or more geo-points, the results will be limited to a polygonal area.\n**Example input:** `[\"50,0\", \"40,20\", \"-20,10\"]`\n"},{"disabled":false,"key":"filterGeoPoints","value":"15.0,65.0","description":"The definition of a geographical area to filter by.\n\nGiven one geo-point, the results will be limited to a radius around a point. To override the default radius (1000 meters), provide the `filterAroundRadius` parameter.\n**Example input:** `[\"34.052235,-118.243685\"]`\n\nGiven two geo-points, the results will be limited to a rectangular area.\n**Example input:** `[\"50,-100\", \"25,150\"]`\n\nGiven three or more geo-points, the results will be limited to a polygonal area.\n**Example input:** `[\"50,0\", \"40,20\", \"-20,10\"]`\n"},{"disabled":false,"key":"filterAroundRadius","value":"5000","description":"Radius in meters to be used when filtering using geo-location. Can only be used when filtering by a single geo-point."},{"disabled":false,"key":"filters","value":"string","description":"IQL query string. For details, see the [Help Center](https://help.synerise.com/developers/iql/)."},{"disabled":false,"key":"facets","value":"string","description":"A list of attributes for which facets will be returned. A single `*` value matches all facetable attributes.\nA single `auto` value enables automatic facet selection based on the result set — the system picks the most relevant facets using the index's `dynamicFacets` configuration.\n\nTo determine which groups of facets should be returned, use the `includeFacets` parameter.\n"},{"disabled":false,"key":"facets","value":"string","description":"A list of attributes for which facets will be returned. A single `*` value matches all facetable attributes.\nA single `auto` value enables automatic facet selection based on the result set — the system picks the most relevant facets using the index's `dynamicFacets` configuration.\n\nTo determine which groups of facets should be returned, use the `includeFacets` parameter.\n"},{"disabled":false,"key":"facetsSize","value":"2000","description":"Determines how many items will be used for facets aggregation.\n"},{"disabled":false,"key":"maxValuesPerFacet","value":"50","description":"Determines how many values will be retrieved per facet.\n"},{"disabled":false,"key":"caseSensitiveFacetValues","value":"false","description":"Specifies whether facets aggregation should be case sensitive.\n"},{"disabled":false,"key":"displayAttributes","value":"title","description":"List of ad hoc attributes that will be returned for each found item"},{"disabled":false,"key":"displayAttributes","value":"price","description":"List of ad hoc attributes that will be returned for each found item"},{"disabled":false,"key":"context","value":"mobile","description":"List of context strings for a search query"},{"disabled":false,"key":"context","value":"listing","description":"List of context strings for a search query"},{"disabled":false,"key":"includeFacets","value":"filtered","description":"Determines which groups of facets will be returned: both filtered and unfiltered; just filtered; just unfiltered; or no group at at all.\n\nTo determine which attributes should be returned as facets in each group, use the `facets` parameter.\n"},{"disabled":false,"key":"facetsOrderBy","value":"coverage","description":"Controls the ordering of facets in the response.  \nWhen `facets=auto`, the default ordering is by coverage (most relevant facets first).  \nWhen facets are specified explicitly, the default ordering is by name.  \nWhen two facets have equal coverage, ties are resolved by name.\n"},{"disabled":false,"key":"page","value":"4","description":"Page number to return for pagination. The first page has the index `1`."},{"disabled":false,"key":"limit","value":"10","description":"The number of items to return per page"},{"disabled":false,"key":"sortBy","value":"string","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nName of the attribute by which the data will be sorted.      \n"},{"disabled":false,"key":"ordering","value":"asc","description":"Sorting order"},{"disabled":false,"key":"includeMeta","value":"false","description":"\nWhen `true`, pagination metadata is included in the response body.\n\nWhen `false`, the data is included in the response headers:\n\n- Link: links to neighbors, first, and last pages in pagination.\n\n- X-Pagination-Total-Count: total number of items on all pages\n\n- X-Pagination-Total-Pages: total number of pages\n\n- X-Pagination-Page: current page\n\n- X-Pagination-Limit: maximum number of items on a page\n\n- X-Pagination-Sorted-By: parameter that the items were sorted by\n\n- X-Pagination-Ordering: sorting direction\n"},{"disabled":false,"key":"distinctFilter","value":"{\"attribute\": \"color\", \"maxNumItems\": 3}","description":"DistinctFilter JSON as an URL-encoded string\n"},{"disabled":false,"key":"ignoreQueryRules","value":"false","description":"If set to `true`, query rules are not applied.\n"},{"disabled":false,"key":"excludeQueryRules","value":"2","description":"List of query rules that will not be applied.\n"},{"disabled":false,"key":"excludeQueryRules","value":"5","description":"List of query rules that will not be applied.\n"},{"disabled":false,"key":"disableQueryClassification","value":"false","description":"If set to `true`, query classification is not applied.\n"},{"disabled":false,"key":"disableDynamicReranker","value":"false","description":"If set to `true`, dynamic reranker is not applied.\n"},{"disabled":false,"key":"params","value":"source:mobile","description":"List of extra params that will be added to the `item.search` event. They must be in the `name:value` format. The total size must not exceed 500 bytes when written as a JSON object.\n"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]}},"response":[{"id":"1677a738-b8aa-40aa-8467-f34e97fad673","name":"Search result","originalRequest":{"url":{"path":["search","v2","indices",":indexId","query"],"host":["{{baseUrl}}"],"query":[{"key":"query","value":"string"},{"key":"clientUUID","value":"string"},{"key":"personalize","value":"true"},{"key":"correlationId","value":"string"},{"key":"searchId","value":"string"},{"key":"sortByMetric","value":"PageVisitsPopularity"},{"key":"sortByGeoPoint","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"15.0,65.0"},{"key":"filterAroundRadius","value":"5000"},{"key":"filters","value":"string"},{"key":"facets","value":"string"},{"key":"facets","value":"string"},{"key":"facetsSize","value":"2000"},{"key":"maxValuesPerFacet","value":"50"},{"key":"caseSensitiveFacetValues","value":"false"},{"key":"displayAttributes","value":"title"},{"key":"displayAttributes","value":"price"},{"key":"context","value":"mobile"},{"key":"context","value":"listing"},{"key":"includeFacets","value":"filtered"},{"key":"facetsOrderBy","value":"coverage"},{"key":"page","value":"4"},{"key":"limit","value":"10"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"asc"},{"key":"includeMeta","value":"false"},{"key":"distinctFilter","value":"{\"attribute\": \"color\", \"maxNumItems\": 3}"},{"key":"ignoreQueryRules","value":"false"},{"key":"excludeQueryRules","value":"2"},{"key":"excludeQueryRules","value":"5"},{"key":"disableQueryClassification","value":"false"},{"key":"disableDynamicReranker","value":"false"},{"key":"params","value":"source:mobile"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"extras\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"meta\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4337b7b6-82fd-4123-9477-f24d26cf5a91","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","query"],"host":["{{baseUrl}}"],"query":[{"key":"query","value":"string"},{"key":"clientUUID","value":"string"},{"key":"personalize","value":"true"},{"key":"correlationId","value":"string"},{"key":"searchId","value":"string"},{"key":"sortByMetric","value":"PageVisitsPopularity"},{"key":"sortByGeoPoint","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"15.0,65.0"},{"key":"filterAroundRadius","value":"5000"},{"key":"filters","value":"string"},{"key":"facets","value":"string"},{"key":"facets","value":"string"},{"key":"facetsSize","value":"2000"},{"key":"maxValuesPerFacet","value":"50"},{"key":"caseSensitiveFacetValues","value":"false"},{"key":"displayAttributes","value":"title"},{"key":"displayAttributes","value":"price"},{"key":"context","value":"mobile"},{"key":"context","value":"listing"},{"key":"includeFacets","value":"filtered"},{"key":"facetsOrderBy","value":"coverage"},{"key":"page","value":"4"},{"key":"limit","value":"10"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"asc"},{"key":"includeMeta","value":"false"},{"key":"distinctFilter","value":"{\"attribute\": \"color\", \"maxNumItems\": 3}"},{"key":"ignoreQueryRules","value":"false"},{"key":"excludeQueryRules","value":"2"},{"key":"excludeQueryRules","value":"5"},{"key":"disableQueryClassification","value":"false"},{"key":"disableDynamicReranker","value":"false"},{"key":"params","value":"source:mobile"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"3b07f3ea-82f2-48e8-84c2-8c9566986691","name":"Full-text items search","request":{"name":"Full-text items search","description":{"content":"Retrieves items that match a full-text query from a search index or a suggestion index. The results can be filtered and sorted.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","query"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]},"body":{"mode":"raw","raw":"{\n  \"query\": \"string\",\n  \"page\": 2397,\n  \"limit\": 10,\n  \"sortBy\": \"string\",\n  \"ordering\": \"asc\",\n  \"includeMeta\": false,\n  \"clientUUID\": \"string\",\n  \"personalize\": true,\n  \"correlationId\": \"string\",\n  \"searchId\": \"string\",\n  \"sortByMetric\": \"TransactionsPopularity\",\n  \"sortByGeoPoints\": \"34.052235,-118.243685\",\n  \"filterGeoPoints\": [\n    \"34.052235,-118.243685\",\n    \"15.0,65.0\"\n  ],\n  \"filterAroundRadius\": 2000,\n  \"filters\": \"string\",\n  \"facets\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"customFilteredFacets\": {\n    \"brand\": \"price > 100\",\n    \"price\": \"brand == foo\"\n  },\n  \"facetsSize\": 2000,\n  \"maxValuesPerFacet\": 50,\n  \"caseSensitiveFacetValues\": false,\n  \"includeFacets\": \"filtered\",\n  \"facetsOrderBy\": \"name\",\n  \"context\": [\n    \"mobile\",\n    \"listing\"\n  ],\n  \"displayAttributes\": [\n    \"title\",\n    \"price\"\n  ],\n  \"distinctFilter\": {\n    \"attribute\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"maxNumItems\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"levelRangeModifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"ignoreQueryRules\": false,\n  \"excludeQueryRules\": [\n    2,\n    5\n  ],\n  \"params\": {\n    \"source\": \"mobile\"\n  },\n  \"disableQueryClassification\": false,\n  \"disableDynamicReranker\": false\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"fa9fe36e-160e-4a35-8344-a599d757f013","name":"Search result","originalRequest":{"url":{"path":["search","v2","indices",":indexId","query"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"extras\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"meta\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"28dfaf53-be4b-41c0-ab87-e94888615836","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","query"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"4b9bdc4a-0cb3-4771-ba33-f45f7838d2b1","name":"Explained full-text items search","request":{"name":"Explained full-text items search","description":{"content":"Retrieves items that match a full-text query from a search index or a suggestion index. The results can be filtered and sorted.  The response contains an explanation of the factors that influenced the result.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","query","explain"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"query","value":"string","description":"(Required) Query text to use in the search"},{"disabled":false,"key":"clientUUID","value":"string","description":"UUID of the profile for which the search is performed"},{"disabled":false,"key":"personalize","value":"true","description":"If set to `false`, the search result is not personalized.\n"},{"disabled":false,"key":"correlationId","value":"string","description":"Correlation ID for pagination. If a search with the ID was performed recently (last 10 minutes), the cached results will be used.\n\nDo not send this if sortBy/filters/sorting order, etc. have changed - the cached results may have different order or may match different filters.\n"},{"disabled":false,"key":"searchId","value":"string","description":"**DEPRECATED - use correlationId instead**\n\nSearch ID for pagination. If a search with the ID was performed recently (last 10 minutes), the cached results will be used.\n\nDo not send this if sortBy/filters/sorting order, etc. have changed - the cached results may have different order or may match different filters.\n"},{"disabled":false,"key":"sortByMetric","value":"PageVisitsPopularity","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nName of the metric by which the data will be sorted.\n"},{"disabled":false,"key":"sortByGeoPoint","value":"34.052235,-118.243685","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nGeo-point (`{latitude},{longitude}`) for data sorting. Results are sorted by distance from this point. `ordering: asc` means \"closest first\".'\n"},{"disabled":false,"key":"filterGeoPoints","value":"34.052235,-118.243685","description":"The definition of a geographical area to filter by.\n\nGiven one geo-point, the results will be limited to a radius around a point. To override the default radius (1000 meters), provide the `filterAroundRadius` parameter.\n**Example input:** `[\"34.052235,-118.243685\"]`\n\nGiven two geo-points, the results will be limited to a rectangular area.\n**Example input:** `[\"50,-100\", \"25,150\"]`\n\nGiven three or more geo-points, the results will be limited to a polygonal area.\n**Example input:** `[\"50,0\", \"40,20\", \"-20,10\"]`\n"},{"disabled":false,"key":"filterGeoPoints","value":"15.0,65.0","description":"The definition of a geographical area to filter by.\n\nGiven one geo-point, the results will be limited to a radius around a point. To override the default radius (1000 meters), provide the `filterAroundRadius` parameter.\n**Example input:** `[\"34.052235,-118.243685\"]`\n\nGiven two geo-points, the results will be limited to a rectangular area.\n**Example input:** `[\"50,-100\", \"25,150\"]`\n\nGiven three or more geo-points, the results will be limited to a polygonal area.\n**Example input:** `[\"50,0\", \"40,20\", \"-20,10\"]`\n"},{"disabled":false,"key":"filterAroundRadius","value":"5000","description":"Radius in meters to be used when filtering using geo-location. Can only be used when filtering by a single geo-point."},{"disabled":false,"key":"filters","value":"string","description":"IQL query string. For details, see the [Help Center](https://help.synerise.com/developers/iql/)."},{"disabled":false,"key":"facets","value":"string","description":"A list of attributes for which facets will be returned. A single `*` value matches all facetable attributes.\nA single `auto` value enables automatic facet selection based on the result set — the system picks the most relevant facets using the index's `dynamicFacets` configuration.\n\nTo determine which groups of facets should be returned, use the `includeFacets` parameter.\n"},{"disabled":false,"key":"facets","value":"string","description":"A list of attributes for which facets will be returned. A single `*` value matches all facetable attributes.\nA single `auto` value enables automatic facet selection based on the result set — the system picks the most relevant facets using the index's `dynamicFacets` configuration.\n\nTo determine which groups of facets should be returned, use the `includeFacets` parameter.\n"},{"disabled":false,"key":"facetsSize","value":"2000","description":"Determines how many items will be used for facets aggregation.\n"},{"disabled":false,"key":"maxValuesPerFacet","value":"50","description":"Determines how many values will be retrieved per facet.\n"},{"disabled":false,"key":"caseSensitiveFacetValues","value":"false","description":"Specifies whether facets aggregation should be case sensitive.\n"},{"disabled":false,"key":"displayAttributes","value":"title","description":"List of ad hoc attributes that will be returned for each found item"},{"disabled":false,"key":"displayAttributes","value":"price","description":"List of ad hoc attributes that will be returned for each found item"},{"disabled":false,"key":"context","value":"mobile","description":"List of context strings for a search query"},{"disabled":false,"key":"context","value":"listing","description":"List of context strings for a search query"},{"disabled":false,"key":"includeFacets","value":"filtered","description":"Determines which groups of facets will be returned: both filtered and unfiltered; just filtered; just unfiltered; or no group at at all.\n\nTo determine which attributes should be returned as facets in each group, use the `facets` parameter.\n"},{"disabled":false,"key":"facetsOrderBy","value":"coverage","description":"Controls the ordering of facets in the response.  \nWhen `facets=auto`, the default ordering is by coverage (most relevant facets first).  \nWhen facets are specified explicitly, the default ordering is by name.  \nWhen two facets have equal coverage, ties are resolved by name.\n"},{"disabled":false,"key":"page","value":"4","description":"Page number to return for pagination. The first page has the index `1`."},{"disabled":false,"key":"limit","value":"10","description":"The number of items to return per page"},{"disabled":false,"key":"sortBy","value":"string","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nName of the attribute by which the data will be sorted.      \n"},{"disabled":false,"key":"ordering","value":"asc","description":"Sorting order"},{"disabled":false,"key":"includeMeta","value":"false","description":"\nWhen `true`, pagination metadata is included in the response body.\n\nWhen `false`, the data is included in the response headers:\n\n- Link: links to neighbors, first, and last pages in pagination.\n\n- X-Pagination-Total-Count: total number of items on all pages\n\n- X-Pagination-Total-Pages: total number of pages\n\n- X-Pagination-Page: current page\n\n- X-Pagination-Limit: maximum number of items on a page\n\n- X-Pagination-Sorted-By: parameter that the items were sorted by\n\n- X-Pagination-Ordering: sorting direction\n"},{"disabled":false,"key":"distinctFilter","value":"{\"attribute\": \"color\", \"maxNumItems\": 3}","description":"DistinctFilter JSON as an URL-encoded string\n"},{"disabled":false,"key":"ignoreQueryRules","value":"false","description":"If set to `true`, query rules are not applied.\n"},{"disabled":false,"key":"disableQueryClassification","value":"false","description":"If set to `true`, query classification is not applied.\n"},{"disabled":false,"key":"disableDynamicReranker","value":"false","description":"If set to `true`, dynamic reranker is not applied.\n"},{"disabled":false,"key":"excludeQueryRules","value":"2","description":"List of query rules that will not be applied.\n"},{"disabled":false,"key":"excludeQueryRules","value":"5","description":"List of query rules that will not be applied.\n"},{"disabled":false,"key":"crossWorkspaceModeEnabled","value":"true","description":"If set, overrides the cross-workspace mode from the index configuration. When `true`, cross-workspace personalization is enabled. When `false`, it is disabled.\n"},{"disabled":false,"key":"params","value":"source:mobile","description":"List of extra params that will be added to the `item.search` event. They must be in the `name:value` format. The total size must not exceed 500 bytes when written as a JSON object.\n"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]}},"response":[{"id":"3f16e09f-7135-4271-b9c3-b48ee8abfb50","name":"Search result","originalRequest":{"url":{"path":["search","v2","indices",":indexId","query","explain"],"host":["{{baseUrl}}"],"query":[{"key":"query","value":"string"},{"key":"clientUUID","value":"string"},{"key":"personalize","value":"true"},{"key":"correlationId","value":"string"},{"key":"searchId","value":"string"},{"key":"sortByMetric","value":"PageVisitsPopularity"},{"key":"sortByGeoPoint","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"15.0,65.0"},{"key":"filterAroundRadius","value":"5000"},{"key":"filters","value":"string"},{"key":"facets","value":"string"},{"key":"facets","value":"string"},{"key":"facetsSize","value":"2000"},{"key":"maxValuesPerFacet","value":"50"},{"key":"caseSensitiveFacetValues","value":"false"},{"key":"displayAttributes","value":"title"},{"key":"displayAttributes","value":"price"},{"key":"context","value":"mobile"},{"key":"context","value":"listing"},{"key":"includeFacets","value":"filtered"},{"key":"facetsOrderBy","value":"coverage"},{"key":"page","value":"4"},{"key":"limit","value":"10"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"asc"},{"key":"includeMeta","value":"false"},{"key":"distinctFilter","value":"{\"attribute\": \"color\", \"maxNumItems\": 3}"},{"key":"ignoreQueryRules","value":"false"},{"key":"disableQueryClassification","value":"false"},{"key":"disableDynamicReranker","value":"false"},{"key":"excludeQueryRules","value":"2"},{"key":"excludeQueryRules","value":"5"},{"key":"crossWorkspaceModeEnabled","value":"true"},{"key":"params","value":"source:mobile"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"extras\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"meta\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4002e0fc-c788-4cb0-a2e4-d6c21bfeaad9","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","query","explain"],"host":["{{baseUrl}}"],"query":[{"key":"query","value":"string"},{"key":"clientUUID","value":"string"},{"key":"personalize","value":"true"},{"key":"correlationId","value":"string"},{"key":"searchId","value":"string"},{"key":"sortByMetric","value":"PageVisitsPopularity"},{"key":"sortByGeoPoint","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"15.0,65.0"},{"key":"filterAroundRadius","value":"5000"},{"key":"filters","value":"string"},{"key":"facets","value":"string"},{"key":"facets","value":"string"},{"key":"facetsSize","value":"2000"},{"key":"maxValuesPerFacet","value":"50"},{"key":"caseSensitiveFacetValues","value":"false"},{"key":"displayAttributes","value":"title"},{"key":"displayAttributes","value":"price"},{"key":"context","value":"mobile"},{"key":"context","value":"listing"},{"key":"includeFacets","value":"filtered"},{"key":"facetsOrderBy","value":"coverage"},{"key":"page","value":"4"},{"key":"limit","value":"10"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"asc"},{"key":"includeMeta","value":"false"},{"key":"distinctFilter","value":"{\"attribute\": \"color\", \"maxNumItems\": 3}"},{"key":"ignoreQueryRules","value":"false"},{"key":"disableQueryClassification","value":"false"},{"key":"disableDynamicReranker","value":"false"},{"key":"excludeQueryRules","value":"2"},{"key":"excludeQueryRules","value":"5"},{"key":"crossWorkspaceModeEnabled","value":"true"},{"key":"params","value":"source:mobile"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"13018bd9-061c-4323-9a21-6afa0583cb6c","name":"Explained full-text items search","request":{"name":"Explained full-text items search","description":{"content":"Retrieves items that match a full-text query from a search index or a suggestion index. The results can be filtered and sorted. The response contains an explanation of the factors that influenced the result.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","query","explain"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]},"body":{"mode":"raw","raw":"{\n  \"query\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"page\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"limit\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"sortBy\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"ordering\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeMeta\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"personalize\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"correlationId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"searchId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"sortByMetric\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"sortByGeoPoints\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterGeoPoints\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterAroundRadius\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"facets\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"customFilteredFacets\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"facetsSize\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"maxValuesPerFacet\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"caseSensitiveFacetValues\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeFacets\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"facetsOrderBy\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"context\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"distinctFilter\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"ignoreQueryRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"excludeQueryRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"disableQueryClassification\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"disableDynamicReranker\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"crossWorkspaceMode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"73501dde-b14f-4409-aed4-70cb4d11d220","name":"Search result","originalRequest":{"url":{"path":["search","v2","indices",":indexId","query","explain"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"extras\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"meta\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"41b08c68-be47-49ed-9268-98a77d72a602","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","query","explain"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b493281a-8c96-45de-ae86-904ed764e05f","name":"Autocomplete items search","request":{"name":"Autocomplete items search","description":{"content":"Retrieves items that match a query from a search index or a suggestion index. The results can be filtered and sorted. The results of this search type are not cached.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","autocomplete"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"query","value":"string","description":"(Required) Query text to use in the search"},{"disabled":false,"key":"clientUUID","value":"string","description":"UUID of the profile for which the search is performed"},{"disabled":false,"key":"personalize","value":"true","description":"If set to `false`, the search result is not personalized.\n"},{"disabled":false,"key":"sortByMetric","value":"PageVisitsPopularity","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nName of the metric by which the data will be sorted.\n"},{"disabled":false,"key":"sortByGeoPoint","value":"34.052235,-118.243685","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nGeo-point (`{latitude},{longitude}`) for data sorting. Results are sorted by distance from this point. `ordering: asc` means \"closest first\".'\n"},{"disabled":false,"key":"filterGeoPoints","value":"34.052235,-118.243685","description":"The definition of a geographical area to filter by.\n\nGiven one geo-point, the results will be limited to a radius around a point. To override the default radius (1000 meters), provide the `filterAroundRadius` parameter.\n**Example input:** `[\"34.052235,-118.243685\"]`\n\nGiven two geo-points, the results will be limited to a rectangular area.\n**Example input:** `[\"50,-100\", \"25,150\"]`\n\nGiven three or more geo-points, the results will be limited to a polygonal area.\n**Example input:** `[\"50,0\", \"40,20\", \"-20,10\"]`\n"},{"disabled":false,"key":"filterGeoPoints","value":"15.0,65.0","description":"The definition of a geographical area to filter by.\n\nGiven one geo-point, the results will be limited to a radius around a point. To override the default radius (1000 meters), provide the `filterAroundRadius` parameter.\n**Example input:** `[\"34.052235,-118.243685\"]`\n\nGiven two geo-points, the results will be limited to a rectangular area.\n**Example input:** `[\"50,-100\", \"25,150\"]`\n\nGiven three or more geo-points, the results will be limited to a polygonal area.\n**Example input:** `[\"50,0\", \"40,20\", \"-20,10\"]`\n"},{"disabled":false,"key":"filterAroundRadius","value":"5000","description":"Radius in meters to be used when filtering using geo-location. Can only be used when filtering by a single geo-point."},{"disabled":false,"key":"filters","value":"string","description":"IQL query string. For details, see the [Help Center](https://help.synerise.com/developers/iql/)."},{"disabled":false,"key":"facets","value":"string","description":"A list of attributes for which facets will be returned. A single `*` value matches all facetable attributes.\nA single `auto` value enables automatic facet selection based on the result set — the system picks the most relevant facets using the index's `dynamicFacets` configuration.\n\nTo determine which groups of facets should be returned, use the `includeFacets` parameter.\n"},{"disabled":false,"key":"facets","value":"string","description":"A list of attributes for which facets will be returned. A single `*` value matches all facetable attributes.\nA single `auto` value enables automatic facet selection based on the result set — the system picks the most relevant facets using the index's `dynamicFacets` configuration.\n\nTo determine which groups of facets should be returned, use the `includeFacets` parameter.\n"},{"disabled":false,"key":"facetsSize","value":"2000","description":"Determines how many items will be used for facets aggregation.\n"},{"disabled":false,"key":"maxValuesPerFacet","value":"50","description":"Determines how many values will be retrieved per facet.\n"},{"disabled":false,"key":"caseSensitiveFacetValues","value":"false","description":"Specifies whether facets aggregation should be case sensitive.\n"},{"disabled":false,"key":"displayAttributes","value":"title","description":"List of ad hoc attributes that will be returned for each found item"},{"disabled":false,"key":"displayAttributes","value":"price","description":"List of ad hoc attributes that will be returned for each found item"},{"disabled":false,"key":"context","value":"mobile","description":"List of context strings for a search query"},{"disabled":false,"key":"context","value":"listing","description":"List of context strings for a search query"},{"disabled":false,"key":"includeFacets","value":"filtered","description":"Determines which groups of facets will be returned: both filtered and unfiltered; just filtered; just unfiltered; or no group at at all.\n\nTo determine which attributes should be returned as facets in each group, use the `facets` parameter.\n"},{"disabled":false,"key":"facetsOrderBy","value":"coverage","description":"Controls the ordering of facets in the response.  \nWhen `facets=auto`, the default ordering is by coverage (most relevant facets first).  \nWhen facets are specified explicitly, the default ordering is by name.  \nWhen two facets have equal coverage, ties are resolved by name.\n"},{"disabled":false,"key":"page","value":"4","description":"Page number to return for pagination. The first page has the index `1`."},{"disabled":false,"key":"limit","value":"10","description":"The number of items to return per page"},{"disabled":false,"key":"sortBy","value":"string","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nName of the attribute by which the data will be sorted.      \n"},{"disabled":false,"key":"ordering","value":"asc","description":"Sorting order"},{"disabled":false,"key":"includeMeta","value":"false","description":"\nWhen `true`, pagination metadata is included in the response body.\n\nWhen `false`, the data is included in the response headers:\n\n- Link: links to neighbors, first, and last pages in pagination.\n\n- X-Pagination-Total-Count: total number of items on all pages\n\n- X-Pagination-Total-Pages: total number of pages\n\n- X-Pagination-Page: current page\n\n- X-Pagination-Limit: maximum number of items on a page\n\n- X-Pagination-Sorted-By: parameter that the items were sorted by\n\n- X-Pagination-Ordering: sorting direction\n"},{"disabled":false,"key":"distinctFilter","value":"{\"attribute\": \"color\", \"maxNumItems\": 3}","description":"DistinctFilter JSON as an URL-encoded string\n"},{"disabled":false,"key":"ignoreQueryRules","value":"false","description":"If set to `true`, query rules are not applied.\n"},{"disabled":false,"key":"excludeQueryRules","value":"2","description":"List of query rules that will not be applied.\n"},{"disabled":false,"key":"excludeQueryRules","value":"5","description":"List of query rules that will not be applied.\n"},{"disabled":false,"key":"params","value":"source:mobile","description":"List of extra params that will be added to the `item.search` event. They must be in the `name:value` format. The total size must not exceed 500 bytes when written as a JSON object.\n"},{"disabled":false,"key":"disableQueryClassification","value":"false","description":"If set to `true`, query classification is not applied.\n"},{"disabled":false,"key":"disableDynamicReranker","value":"false","description":"If set to `true`, dynamic reranker is not applied.\n"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]}},"response":[{"id":"d40c8808-7360-4302-b2d9-f14c5e901e86","name":"Search result","originalRequest":{"url":{"path":["search","v2","indices",":indexId","autocomplete"],"host":["{{baseUrl}}"],"query":[{"key":"query","value":"string"},{"key":"clientUUID","value":"string"},{"key":"personalize","value":"true"},{"key":"sortByMetric","value":"PageVisitsPopularity"},{"key":"sortByGeoPoint","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"15.0,65.0"},{"key":"filterAroundRadius","value":"5000"},{"key":"filters","value":"string"},{"key":"facets","value":"string"},{"key":"facets","value":"string"},{"key":"facetsSize","value":"2000"},{"key":"maxValuesPerFacet","value":"50"},{"key":"caseSensitiveFacetValues","value":"false"},{"key":"displayAttributes","value":"title"},{"key":"displayAttributes","value":"price"},{"key":"context","value":"mobile"},{"key":"context","value":"listing"},{"key":"includeFacets","value":"filtered"},{"key":"facetsOrderBy","value":"coverage"},{"key":"page","value":"4"},{"key":"limit","value":"10"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"asc"},{"key":"includeMeta","value":"false"},{"key":"distinctFilter","value":"{\"attribute\": \"color\", \"maxNumItems\": 3}"},{"key":"ignoreQueryRules","value":"false"},{"key":"excludeQueryRules","value":"2"},{"key":"excludeQueryRules","value":"5"},{"key":"params","value":"source:mobile"},{"key":"disableQueryClassification","value":"false"},{"key":"disableDynamicReranker","value":"false"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"extras\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"meta\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c3762ab4-5cc9-45a1-af08-dd40c6b4ae84","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","autocomplete"],"host":["{{baseUrl}}"],"query":[{"key":"query","value":"string"},{"key":"clientUUID","value":"string"},{"key":"personalize","value":"true"},{"key":"sortByMetric","value":"PageVisitsPopularity"},{"key":"sortByGeoPoint","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"15.0,65.0"},{"key":"filterAroundRadius","value":"5000"},{"key":"filters","value":"string"},{"key":"facets","value":"string"},{"key":"facets","value":"string"},{"key":"facetsSize","value":"2000"},{"key":"maxValuesPerFacet","value":"50"},{"key":"caseSensitiveFacetValues","value":"false"},{"key":"displayAttributes","value":"title"},{"key":"displayAttributes","value":"price"},{"key":"context","value":"mobile"},{"key":"context","value":"listing"},{"key":"includeFacets","value":"filtered"},{"key":"facetsOrderBy","value":"coverage"},{"key":"page","value":"4"},{"key":"limit","value":"10"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"asc"},{"key":"includeMeta","value":"false"},{"key":"distinctFilter","value":"{\"attribute\": \"color\", \"maxNumItems\": 3}"},{"key":"ignoreQueryRules","value":"false"},{"key":"excludeQueryRules","value":"2"},{"key":"excludeQueryRules","value":"5"},{"key":"params","value":"source:mobile"},{"key":"disableQueryClassification","value":"false"},{"key":"disableDynamicReranker","value":"false"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"d9b3c9d3-cee1-4156-b7ff-f8b5eb83183a","name":"Autocomplete items search","request":{"name":"Autocomplete items search","description":{"content":"Retrieves items that match a query from a search index or a suggestion index. The results can be filtered and sorted. The results of this search type are not cached.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","autocomplete"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]},"body":{"mode":"raw","raw":"{\n  \"query\": \"string\",\n  \"page\": 4415,\n  \"limit\": 10,\n  \"sortBy\": \"string\",\n  \"ordering\": \"asc\",\n  \"includeMeta\": true,\n  \"clientUUID\": \"string\",\n  \"sortByMetric\": \"PageVisitsPopularity\",\n  \"sortByGeoPoints\": \"34.052235,-118.243685\",\n  \"filterGeoPoints\": [\n    \"34.052235,-118.243685\",\n    \"15.0,65.0\"\n  ],\n  \"filterAroundRadius\": 2000,\n  \"filters\": \"string\",\n  \"facets\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"customFilteredFacets\": {\n    \"brand\": \"price > 100\",\n    \"price\": \"brand == foo\"\n  },\n  \"facetsSize\": 2000,\n  \"maxValuesPerFacet\": 50,\n  \"caseSensitiveFacetValues\": false,\n  \"includeFacets\": \"filtered\",\n  \"facetsOrderBy\": \"name\",\n  \"context\": [\n    \"mobile\",\n    \"listing\"\n  ],\n  \"displayAttributes\": [\n    \"title\",\n    \"price\"\n  ],\n  \"distinctFilter\": {\n    \"attribute\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"maxNumItems\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"levelRangeModifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"ignoreQueryRules\": false,\n  \"excludeQueryRules\": [\n    2,\n    5\n  ],\n  \"params\": {\n    \"source\": \"mobile\"\n  },\n  \"disableQueryClassification\": false,\n  \"disableDynamicReranker\": false\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"c1544292-2edd-495f-8f1a-7687307a0ca9","name":"Search result","originalRequest":{"url":{"path":["search","v2","indices",":indexId","autocomplete"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"extras\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"meta\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a9a4f7d0-d80b-4024-acae-fa2518d9d984","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","autocomplete"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"0cdcb230-33a7-47fb-a248-d14762c39ddf","name":"Explained autocomplete items search","request":{"name":"Explained autocomplete items search","description":{"content":"Retrieves items that match a query from a search index or a suggestion index. The results can be filtered and sorted. The results of this search type are not cached. The response contains an explanation of the factors that influenced the result.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","autocomplete","explain"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"query","value":"string","description":"(Required) Query text to use in the search"},{"disabled":false,"key":"clientUUID","value":"string","description":"UUID of the profile for which the search is performed"},{"disabled":false,"key":"personalize","value":"true","description":"If set to `false`, the search result is not personalized.\n"},{"disabled":false,"key":"sortByMetric","value":"PageVisitsPopularity","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nName of the metric by which the data will be sorted.\n"},{"disabled":false,"key":"sortByGeoPoint","value":"34.052235,-118.243685","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nGeo-point (`{latitude},{longitude}`) for data sorting. Results are sorted by distance from this point. `ordering: asc` means \"closest first\".'\n"},{"disabled":false,"key":"filterGeoPoints","value":"34.052235,-118.243685","description":"The definition of a geographical area to filter by.\n\nGiven one geo-point, the results will be limited to a radius around a point. To override the default radius (1000 meters), provide the `filterAroundRadius` parameter.\n**Example input:** `[\"34.052235,-118.243685\"]`\n\nGiven two geo-points, the results will be limited to a rectangular area.\n**Example input:** `[\"50,-100\", \"25,150\"]`\n\nGiven three or more geo-points, the results will be limited to a polygonal area.\n**Example input:** `[\"50,0\", \"40,20\", \"-20,10\"]`\n"},{"disabled":false,"key":"filterGeoPoints","value":"15.0,65.0","description":"The definition of a geographical area to filter by.\n\nGiven one geo-point, the results will be limited to a radius around a point. To override the default radius (1000 meters), provide the `filterAroundRadius` parameter.\n**Example input:** `[\"34.052235,-118.243685\"]`\n\nGiven two geo-points, the results will be limited to a rectangular area.\n**Example input:** `[\"50,-100\", \"25,150\"]`\n\nGiven three or more geo-points, the results will be limited to a polygonal area.\n**Example input:** `[\"50,0\", \"40,20\", \"-20,10\"]`\n"},{"disabled":false,"key":"filterAroundRadius","value":"5000","description":"Radius in meters to be used when filtering using geo-location. Can only be used when filtering by a single geo-point."},{"disabled":false,"key":"filters","value":"string","description":"IQL query string. For details, see the [Help Center](https://help.synerise.com/developers/iql/)."},{"disabled":false,"key":"facets","value":"string","description":"A list of attributes for which facets will be returned. A single `*` value matches all facetable attributes.\nA single `auto` value enables automatic facet selection based on the result set — the system picks the most relevant facets using the index's `dynamicFacets` configuration.\n\nTo determine which groups of facets should be returned, use the `includeFacets` parameter.\n"},{"disabled":false,"key":"facets","value":"string","description":"A list of attributes for which facets will be returned. A single `*` value matches all facetable attributes.\nA single `auto` value enables automatic facet selection based on the result set — the system picks the most relevant facets using the index's `dynamicFacets` configuration.\n\nTo determine which groups of facets should be returned, use the `includeFacets` parameter.\n"},{"disabled":false,"key":"facetsSize","value":"2000","description":"Determines how many items will be used for facets aggregation.\n"},{"disabled":false,"key":"maxValuesPerFacet","value":"50","description":"Determines how many values will be retrieved per facet.\n"},{"disabled":false,"key":"caseSensitiveFacetValues","value":"false","description":"Specifies whether facets aggregation should be case sensitive.\n"},{"disabled":false,"key":"displayAttributes","value":"title","description":"List of ad hoc attributes that will be returned for each found item"},{"disabled":false,"key":"displayAttributes","value":"price","description":"List of ad hoc attributes that will be returned for each found item"},{"disabled":false,"key":"context","value":"mobile","description":"List of context strings for a search query"},{"disabled":false,"key":"context","value":"listing","description":"List of context strings for a search query"},{"disabled":false,"key":"includeFacets","value":"filtered","description":"Determines which groups of facets will be returned: both filtered and unfiltered; just filtered; just unfiltered; or no group at at all.\n\nTo determine which attributes should be returned as facets in each group, use the `facets` parameter.\n"},{"disabled":false,"key":"facetsOrderBy","value":"coverage","description":"Controls the ordering of facets in the response.  \nWhen `facets=auto`, the default ordering is by coverage (most relevant facets first).  \nWhen facets are specified explicitly, the default ordering is by name.  \nWhen two facets have equal coverage, ties are resolved by name.\n"},{"disabled":false,"key":"page","value":"4","description":"Page number to return for pagination. The first page has the index `1`."},{"disabled":false,"key":"limit","value":"10","description":"The number of items to return per page"},{"disabled":false,"key":"sortBy","value":"string","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nName of the attribute by which the data will be sorted.      \n"},{"disabled":false,"key":"ordering","value":"asc","description":"Sorting order"},{"disabled":false,"key":"includeMeta","value":"false","description":"\nWhen `true`, pagination metadata is included in the response body.\n\nWhen `false`, the data is included in the response headers:\n\n- Link: links to neighbors, first, and last pages in pagination.\n\n- X-Pagination-Total-Count: total number of items on all pages\n\n- X-Pagination-Total-Pages: total number of pages\n\n- X-Pagination-Page: current page\n\n- X-Pagination-Limit: maximum number of items on a page\n\n- X-Pagination-Sorted-By: parameter that the items were sorted by\n\n- X-Pagination-Ordering: sorting direction\n"},{"disabled":false,"key":"distinctFilter","value":"{\"attribute\": \"color\", \"maxNumItems\": 3}","description":"DistinctFilter JSON as an URL-encoded string\n"},{"disabled":false,"key":"ignoreQueryRules","value":"false","description":"If set to `true`, query rules are not applied.\n"},{"disabled":false,"key":"excludeQueryRules","value":"2","description":"List of query rules that will not be applied.\n"},{"disabled":false,"key":"excludeQueryRules","value":"5","description":"List of query rules that will not be applied.\n"},{"disabled":false,"key":"crossWorkspaceModeEnabled","value":"true","description":"If set, overrides the cross-workspace mode from the index configuration. When `true`, cross-workspace personalization is enabled. When `false`, it is disabled.\n"},{"disabled":false,"key":"params","value":"source:mobile","description":"List of extra params that will be added to the `item.search` event. They must be in the `name:value` format. The total size must not exceed 500 bytes when written as a JSON object.\n"},{"disabled":false,"key":"disableQueryClassification","value":"false","description":"If set to `true`, query classification is not applied.\n"},{"disabled":false,"key":"disableDynamicReranker","value":"false","description":"If set to `true`, dynamic reranker is not applied.\n"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]}},"response":[{"id":"b5f83b8f-e67c-4394-a21b-c7bb6a55dc5b","name":"Search result","originalRequest":{"url":{"path":["search","v2","indices",":indexId","autocomplete","explain"],"host":["{{baseUrl}}"],"query":[{"key":"query","value":"string"},{"key":"clientUUID","value":"string"},{"key":"personalize","value":"true"},{"key":"sortByMetric","value":"PageVisitsPopularity"},{"key":"sortByGeoPoint","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"15.0,65.0"},{"key":"filterAroundRadius","value":"5000"},{"key":"filters","value":"string"},{"key":"facets","value":"string"},{"key":"facets","value":"string"},{"key":"facetsSize","value":"2000"},{"key":"maxValuesPerFacet","value":"50"},{"key":"caseSensitiveFacetValues","value":"false"},{"key":"displayAttributes","value":"title"},{"key":"displayAttributes","value":"price"},{"key":"context","value":"mobile"},{"key":"context","value":"listing"},{"key":"includeFacets","value":"filtered"},{"key":"facetsOrderBy","value":"coverage"},{"key":"page","value":"4"},{"key":"limit","value":"10"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"asc"},{"key":"includeMeta","value":"false"},{"key":"distinctFilter","value":"{\"attribute\": \"color\", \"maxNumItems\": 3}"},{"key":"ignoreQueryRules","value":"false"},{"key":"excludeQueryRules","value":"2"},{"key":"excludeQueryRules","value":"5"},{"key":"crossWorkspaceModeEnabled","value":"true"},{"key":"params","value":"source:mobile"},{"key":"disableQueryClassification","value":"false"},{"key":"disableDynamicReranker","value":"false"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"extras\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"meta\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b408ea4d-2e60-4aad-8edd-a35335bd463f","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","autocomplete","explain"],"host":["{{baseUrl}}"],"query":[{"key":"query","value":"string"},{"key":"clientUUID","value":"string"},{"key":"personalize","value":"true"},{"key":"sortByMetric","value":"PageVisitsPopularity"},{"key":"sortByGeoPoint","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"15.0,65.0"},{"key":"filterAroundRadius","value":"5000"},{"key":"filters","value":"string"},{"key":"facets","value":"string"},{"key":"facets","value":"string"},{"key":"facetsSize","value":"2000"},{"key":"maxValuesPerFacet","value":"50"},{"key":"caseSensitiveFacetValues","value":"false"},{"key":"displayAttributes","value":"title"},{"key":"displayAttributes","value":"price"},{"key":"context","value":"mobile"},{"key":"context","value":"listing"},{"key":"includeFacets","value":"filtered"},{"key":"facetsOrderBy","value":"coverage"},{"key":"page","value":"4"},{"key":"limit","value":"10"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"asc"},{"key":"includeMeta","value":"false"},{"key":"distinctFilter","value":"{\"attribute\": \"color\", \"maxNumItems\": 3}"},{"key":"ignoreQueryRules","value":"false"},{"key":"excludeQueryRules","value":"2"},{"key":"excludeQueryRules","value":"5"},{"key":"crossWorkspaceModeEnabled","value":"true"},{"key":"params","value":"source:mobile"},{"key":"disableQueryClassification","value":"false"},{"key":"disableDynamicReranker","value":"false"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"4a5d9d81-98a3-4c4b-a79e-05e299f0da48","name":"Explained autocomplete items search","request":{"name":"Explained autocomplete items search","description":{"content":"Retrieves items that match a query from a search index or a suggestion index. The results can be filtered and sorted. The results of this search type are not cached. The response contains an explanation of the factors that influenced the result.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","autocomplete","explain"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]},"body":{"mode":"raw","raw":"{\n  \"query\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"page\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"limit\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"sortBy\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"ordering\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeMeta\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"sortByMetric\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"sortByGeoPoints\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterGeoPoints\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterAroundRadius\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"facets\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"customFilteredFacets\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"facetsSize\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"maxValuesPerFacet\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"caseSensitiveFacetValues\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeFacets\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"facetsOrderBy\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"context\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"distinctFilter\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"ignoreQueryRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"excludeQueryRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"disableQueryClassification\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"disableDynamicReranker\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"crossWorkspaceMode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"fc7fa8f8-3621-4f77-8511-97b90825f5e9","name":"Search result","originalRequest":{"url":{"path":["search","v2","indices",":indexId","autocomplete","explain"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"extras\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"meta\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e178dbef-7bcf-4f3e-9eec-d7e2f7df29f0","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","autocomplete","explain"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"33a26963-501a-4e6b-bdeb-a8aa7523b9ad","name":"Searchable attributes match","request":{"name":"Searchable attributes match","description":{"content":"Enter a query and an item ID to check if a token (a word or a synonym which replaced it) matches a value or part of a value from the item's searchable attributes.\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","explain-match"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"query","value":"string","description":"(Required) Query text to use in the search"},{"disabled":false,"key":"itemId","value":"string","description":"(Required) Item ID"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]}},"response":[{"id":"07c70df6-6ddd-41fa-985c-21309e318ad8","name":"Searchable attributes match result","originalRequest":{"url":{"path":["search","v2","indices",":indexId","explain-match"],"host":["{{baseUrl}}"],"query":[{"key":"query","value":"string"},{"key":"itemId","value":"string"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"query\": {\n    \"value\": \"string\",\n    \"tokens\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ]\n  },\n  \"attributes\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9959be10-2035-4d21-ae1c-6a80bc756951","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","explain-match"],"host":["{{baseUrl}}"],"query":[{"key":"query","value":"string"},{"key":"itemId","value":"string"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c2259f5e-ca87-44ec-bbfe-3e17bf1a36ae","name":"Get deleted searches","request":{"name":"Get deleted searches","description":{"content":"Retrieve the searches deleted from a profile's history.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","deleted-searches"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"clientUUID","value":"e0097757-d1e2-44ac-ba3c-d97979a354c1","description":"(Required) UUID of the profile for which the query is performed"}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index that the query relates to"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"edb58a9f-5d29-4eeb-8767-e2dacfa80326","name":"Deleted searches returned","originalRequest":{"url":{"path":["search","v2","indices",":indexId","deleted-searches"],"host":["{{baseUrl}}"],"query":[{"key":"clientUUID","value":"e0097757-d1e2-44ac-ba3c-d97979a354c1"}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index that the query relates to"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"match\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"timestamp\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"match\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"timestamp\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"d54327c0-2d43-4066-ad2c-8468021cfe2a","name":"Check error message for more details","originalRequest":{"url":{"path":["search","v2","indices",":indexId","deleted-searches"],"host":["{{baseUrl}}"],"query":[{"key":"clientUUID","value":"e0097757-d1e2-44ac-ba3c-d97979a354c1"}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index that the query relates to"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"3c1ab620-bac1-4d27-928d-3ee194503616","name":"Soft-delete a recent search","request":{"name":"Soft-delete a recent search","description":{"content":"Delete a recent search from the history accessible to a profile. The search remains in the database and you can retrieve it by using [this endpoint](#operation/GetDeletedSearches).","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","deleted-searches"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"clientUUID","value":"e0097757-d1e2-44ac-ba3c-d97979a354c1","description":"(Required) UUID of the profile for which the query is performed"}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index that the query relates to"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"query\": \"string\",\n  \"match\": \"query\",\n  \"timestamp\": \"2012-03-27T13:49:02.297Z\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"eed7913f-f790-4931-be20-3c865249f3e1","name":"Soft-delete successful","originalRequest":{"url":{"path":["search","v2","indices",":indexId","deleted-searches"],"host":["{{baseUrl}}"],"query":[{"key":"clientUUID","value":"e0097757-d1e2-44ac-ba3c-d97979a354c1"}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index that the query relates to"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"0ca8ae88-3004-47d1-8050-52b9302a19dc","name":"Check error message for more details","originalRequest":{"url":{"path":["search","v2","indices",":indexId","deleted-searches"],"host":["{{baseUrl}}"],"query":[{"key":"clientUUID","value":"e0097757-d1e2-44ac-ba3c-d97979a354c1"}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index that the query relates to"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"d5cc5ace-e477-4ec4-b095-6621a432a3dd","name":"Get recent searches","request":{"name":"Get recent searches","description":{"content":"Get a profile's recent searches from a particular index.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","recent-searches"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"clientUUID","value":"e0097757-d1e2-44ac-ba3c-d97979a354c1","description":"(Required) UUID of the profile for which the query is performed"},{"disabled":false,"key":"windowSize","value":"15","description":"Maximum number of recent searches to be returned. <br><strong>NOTE:</strong><br> The provided query parameter has priority over the configuration provided in [this endpoint](#operation/postIndexConfigV2). If the parameter is not provided, the default value does **not** override the configuration."},{"disabled":false,"key":"timeUnit","value":"DAYS","description":"The time unit. Used in conjunction with `timeValue`.<br><strong>NOTE:</strong><br> The provided query parameter has priority over the configuration provided in [this endpoint](#operation/postIndexConfigV2). If the parameter is not provided, the default value does **not** override the configuration."},{"disabled":false,"key":"timeValue","value":"30","description":"The amount of time units. Used in conjunction with `timeUnit`.<br><strong>NOTE:</strong><br> The provided query parameter has priority over the configuration provided in [this endpoint](#operation/postIndexConfigV2). If the parameter is not provided, the default value does **not** override the configuration."}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index that the query relates to"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"273d3783-6c0d-4d94-8bf4-daeda101bda4","name":"Recent searches returned","originalRequest":{"url":{"path":["search","v2","indices",":indexId","recent-searches"],"host":["{{baseUrl}}"],"query":[{"key":"clientUUID","value":"e0097757-d1e2-44ac-ba3c-d97979a354c1"},{"key":"windowSize","value":"15"},{"key":"timeUnit","value":"DAYS"},{"key":"timeValue","value":"30"}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index that the query relates to"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  \"string\",\n  \"string\"\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"cb649301-7e2d-44e2-bde5-f6b0e855a26d","name":"Check error message for more details","originalRequest":{"url":{"path":["search","v2","indices",":indexId","recent-searches"],"host":["{{baseUrl}}"],"query":[{"key":"clientUUID","value":"e0097757-d1e2-44ac-ba3c-d97979a354c1"},{"key":"windowSize","value":"15"},{"key":"timeUnit","value":"DAYS"},{"key":"timeValue","value":"30"}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index that the query relates to"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"61c61ecb-7ffd-4af0-84ce-08c03ee25fa7","name":"Listing","description":{"content":"","type":"text/plain"},"item":[{"id":"c900b6a0-381f-4e92-a4f2-55dde7c17c1b","name":"Items listing","request":{"name":"Items listing","description":{"content":"Retrieves item listing, which is a search without a query. The results can be filtered and sorted.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","list"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"clientUUID","value":"string","description":"UUID of the profile for which the search is performed"},{"disabled":false,"key":"personalize","value":"true","description":"If set to `false`, the search result is not personalized.\n"},{"disabled":false,"key":"correlationId","value":"string","description":"Correlation ID for pagination. If a search with the ID was performed recently (last 10 minutes), the cached results will be used.\n\nDo not send this if sortBy/filters/sorting order, etc. have changed - the cached results may have different order or may match different filters.\n"},{"disabled":false,"key":"searchId","value":"string","description":"**DEPRECATED - use correlationId instead**\n\nSearch ID for pagination. If a search with the ID was performed recently (last 10 minutes), the cached results will be used.\n\nDo not send this if sortBy/filters/sorting order, etc. have changed - the cached results may have different order or may match different filters.\n"},{"disabled":false,"key":"sortByMetric","value":"PageVisitsPopularity","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nName of the metric by which the data will be sorted.\n"},{"disabled":false,"key":"sortByGeoPoint","value":"34.052235,-118.243685","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nGeo-point (`{latitude},{longitude}`) for data sorting. Results are sorted by distance from this point. `ordering: asc` means \"closest first\".'\n"},{"disabled":false,"key":"filterGeoPoints","value":"34.052235,-118.243685","description":"The definition of a geographical area to filter by.\n\nGiven one geo-point, the results will be limited to a radius around a point. To override the default radius (1000 meters), provide the `filterAroundRadius` parameter.\n**Example input:** `[\"34.052235,-118.243685\"]`\n\nGiven two geo-points, the results will be limited to a rectangular area.\n**Example input:** `[\"50,-100\", \"25,150\"]`\n\nGiven three or more geo-points, the results will be limited to a polygonal area.\n**Example input:** `[\"50,0\", \"40,20\", \"-20,10\"]`\n"},{"disabled":false,"key":"filterGeoPoints","value":"15.0,65.0","description":"The definition of a geographical area to filter by.\n\nGiven one geo-point, the results will be limited to a radius around a point. To override the default radius (1000 meters), provide the `filterAroundRadius` parameter.\n**Example input:** `[\"34.052235,-118.243685\"]`\n\nGiven two geo-points, the results will be limited to a rectangular area.\n**Example input:** `[\"50,-100\", \"25,150\"]`\n\nGiven three or more geo-points, the results will be limited to a polygonal area.\n**Example input:** `[\"50,0\", \"40,20\", \"-20,10\"]`\n"},{"disabled":false,"key":"filterAroundRadius","value":"5000","description":"Radius in meters to be used when filtering using geo-location. Can only be used when filtering by a single geo-point."},{"disabled":false,"key":"filters","value":"string","description":"IQL query string. For details, see the [Help Center](https://help.synerise.com/developers/iql/)."},{"disabled":false,"key":"facets","value":"string","description":"A list of attributes for which facets will be returned. A single `*` value matches all facetable attributes.\nA single `auto` value enables automatic facet selection based on the result set — the system picks the most relevant facets using the index's `dynamicFacets` configuration.\n\nTo determine which groups of facets should be returned, use the `includeFacets` parameter.\n"},{"disabled":false,"key":"facets","value":"string","description":"A list of attributes for which facets will be returned. A single `*` value matches all facetable attributes.\nA single `auto` value enables automatic facet selection based on the result set — the system picks the most relevant facets using the index's `dynamicFacets` configuration.\n\nTo determine which groups of facets should be returned, use the `includeFacets` parameter.\n"},{"disabled":false,"key":"facetsSize","value":"2000","description":"Determines how many items will be used for facets aggregation.\n"},{"disabled":false,"key":"maxValuesPerFacet","value":"50","description":"Determines how many values will be retrieved per facet.\n"},{"disabled":false,"key":"caseSensitiveFacetValues","value":"false","description":"Specifies whether facets aggregation should be case sensitive.\n"},{"disabled":false,"key":"displayAttributes","value":"title","description":"List of ad hoc attributes that will be returned for each found item"},{"disabled":false,"key":"displayAttributes","value":"price","description":"List of ad hoc attributes that will be returned for each found item"},{"disabled":false,"key":"context","value":"mobile","description":"List of context strings for a search query"},{"disabled":false,"key":"context","value":"listing","description":"List of context strings for a search query"},{"disabled":false,"key":"includeFacets","value":"filtered","description":"Determines which groups of facets will be returned: both filtered and unfiltered; just filtered; just unfiltered; or no group at at all.\n\nTo determine which attributes should be returned as facets in each group, use the `facets` parameter.\n"},{"disabled":false,"key":"facetsOrderBy","value":"coverage","description":"Controls the ordering of facets in the response.  \nWhen `facets=auto`, the default ordering is by coverage (most relevant facets first).  \nWhen facets are specified explicitly, the default ordering is by name.  \nWhen two facets have equal coverage, ties are resolved by name.\n"},{"disabled":false,"key":"page","value":"4","description":"Page number to return for pagination. The first page has the index `1`."},{"disabled":false,"key":"limit","value":"10","description":"The number of items to return per page"},{"disabled":false,"key":"sortBy","value":"string","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nName of the attribute by which the data will be sorted.      \n"},{"disabled":false,"key":"ordering","value":"asc","description":"Sorting order"},{"disabled":false,"key":"includeMeta","value":"false","description":"\nWhen `true`, pagination metadata is included in the response body.\n\nWhen `false`, the data is included in the response headers:\n\n- Link: links to neighbors, first, and last pages in pagination.\n\n- X-Pagination-Total-Count: total number of items on all pages\n\n- X-Pagination-Total-Pages: total number of pages\n\n- X-Pagination-Page: current page\n\n- X-Pagination-Limit: maximum number of items on a page\n\n- X-Pagination-Sorted-By: parameter that the items were sorted by\n\n- X-Pagination-Ordering: sorting direction\n"},{"disabled":false,"key":"distinctFilter","value":"{\"attribute\": \"color\", \"maxNumItems\": 3}","description":"DistinctFilter JSON as an URL-encoded string\n"},{"disabled":false,"key":"ignoreQueryRules","value":"false","description":"If set to `true`, query rules are not applied.\n"},{"disabled":false,"key":"excludeQueryRules","value":"2","description":"List of query rules that will not be applied.\n"},{"disabled":false,"key":"excludeQueryRules","value":"5","description":"List of query rules that will not be applied.\n"},{"disabled":false,"key":"params","value":"source:mobile","description":"List of extra params that will be added to the `item.search` event. They must be in the `name:value` format. The total size must not exceed 500 bytes when written as a JSON object.\n"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]}},"response":[{"id":"9093b1f6-88f0-4ddc-b9d0-313adabbafd5","name":"Listing result","originalRequest":{"url":{"path":["search","v2","indices",":indexId","list"],"host":["{{baseUrl}}"],"query":[{"key":"clientUUID","value":"string"},{"key":"personalize","value":"true"},{"key":"correlationId","value":"string"},{"key":"searchId","value":"string"},{"key":"sortByMetric","value":"PageVisitsPopularity"},{"key":"sortByGeoPoint","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"15.0,65.0"},{"key":"filterAroundRadius","value":"5000"},{"key":"filters","value":"string"},{"key":"facets","value":"string"},{"key":"facets","value":"string"},{"key":"facetsSize","value":"2000"},{"key":"maxValuesPerFacet","value":"50"},{"key":"caseSensitiveFacetValues","value":"false"},{"key":"displayAttributes","value":"title"},{"key":"displayAttributes","value":"price"},{"key":"context","value":"mobile"},{"key":"context","value":"listing"},{"key":"includeFacets","value":"filtered"},{"key":"facetsOrderBy","value":"coverage"},{"key":"page","value":"4"},{"key":"limit","value":"10"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"asc"},{"key":"includeMeta","value":"false"},{"key":"distinctFilter","value":"{\"attribute\": \"color\", \"maxNumItems\": 3}"},{"key":"ignoreQueryRules","value":"false"},{"key":"excludeQueryRules","value":"2"},{"key":"excludeQueryRules","value":"5"},{"key":"params","value":"source:mobile"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"extras\": {\n    \"filteredFacets\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allFacets\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"customFilteredFacets\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"correlationId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"searchId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"facetsOrdering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"meta\": {\n    \"totalPages\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"page\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sortedBy\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"ordering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"link\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8febb72e-6f2f-4b9d-98e2-4daa57b2b4e3","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","list"],"host":["{{baseUrl}}"],"query":[{"key":"clientUUID","value":"string"},{"key":"personalize","value":"true"},{"key":"correlationId","value":"string"},{"key":"searchId","value":"string"},{"key":"sortByMetric","value":"PageVisitsPopularity"},{"key":"sortByGeoPoint","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"15.0,65.0"},{"key":"filterAroundRadius","value":"5000"},{"key":"filters","value":"string"},{"key":"facets","value":"string"},{"key":"facets","value":"string"},{"key":"facetsSize","value":"2000"},{"key":"maxValuesPerFacet","value":"50"},{"key":"caseSensitiveFacetValues","value":"false"},{"key":"displayAttributes","value":"title"},{"key":"displayAttributes","value":"price"},{"key":"context","value":"mobile"},{"key":"context","value":"listing"},{"key":"includeFacets","value":"filtered"},{"key":"facetsOrderBy","value":"coverage"},{"key":"page","value":"4"},{"key":"limit","value":"10"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"asc"},{"key":"includeMeta","value":"false"},{"key":"distinctFilter","value":"{\"attribute\": \"color\", \"maxNumItems\": 3}"},{"key":"ignoreQueryRules","value":"false"},{"key":"excludeQueryRules","value":"2"},{"key":"excludeQueryRules","value":"5"},{"key":"params","value":"source:mobile"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b9e88e88-88c9-4fe6-80ae-ec905735e0e1","name":"Items listing","request":{"name":"Items listing","description":{"content":"Retrieves item listing, which is a search without a query. The results can be filtered and sorted.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","list"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]},"body":{"mode":"raw","raw":"{\n  \"page\": 15,\n  \"limit\": 10,\n  \"sortBy\": \"string\",\n  \"ordering\": \"asc\",\n  \"includeMeta\": false,\n  \"clientUUID\": \"string\",\n  \"personalize\": true,\n  \"correlationId\": \"string\",\n  \"searchId\": \"string\",\n  \"sortByMetric\": \"TransactionsPopularity\",\n  \"sortByGeoPoints\": \"34.052235,-118.243685\",\n  \"filterGeoPoints\": [\n    \"34.052235,-118.243685\",\n    \"15.0,65.0\"\n  ],\n  \"filterAroundRadius\": 2000,\n  \"filters\": \"string\",\n  \"facets\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"customFilteredFacets\": {\n    \"brand\": \"price > 100\",\n    \"price\": \"brand == foo\"\n  },\n  \"facetsSize\": 2000,\n  \"maxValuesPerFacet\": 50,\n  \"caseSensitiveFacetValues\": false,\n  \"includeFacets\": \"filtered\",\n  \"facetsOrderBy\": \"name\",\n  \"context\": [\n    \"mobile\",\n    \"listing\"\n  ],\n  \"displayAttributes\": [\n    \"title\",\n    \"price\"\n  ],\n  \"distinctFilter\": {\n    \"attribute\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"maxNumItems\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"levelRangeModifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"ignoreQueryRules\": false,\n  \"excludeQueryRules\": [\n    2,\n    5\n  ],\n  \"params\": {\n    \"source\": \"mobile\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"107946ba-1805-43af-b88f-48c1caab1fe0","name":"Listing result","originalRequest":{"url":{"path":["search","v2","indices",":indexId","list"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"extras\": {\n    \"filteredFacets\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allFacets\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"customFilteredFacets\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"correlationId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"searchId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"facetsOrdering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"meta\": {\n    \"totalPages\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"page\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sortedBy\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"ordering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"link\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e93c01b7-3842-4965-ae0a-abca3e02c7d5","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","list"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"4726794f-bff6-4149-bab0-e5cb976cb249","name":"Explained items listing","request":{"name":"Explained items listing","description":{"content":"Retrieves item listing, which is a search without a query. The results can be filtered and sorted. The response contains an explanation of the factors that influenced the result.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","list","explain"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"clientUUID","value":"string","description":"UUID of the profile for which the search is performed"},{"disabled":false,"key":"personalize","value":"true","description":"If set to `false`, the search result is not personalized.\n"},{"disabled":false,"key":"correlationId","value":"string","description":"Correlation ID for pagination. If a search with the ID was performed recently (last 10 minutes), the cached results will be used.\n\nDo not send this if sortBy/filters/sorting order, etc. have changed - the cached results may have different order or may match different filters.\n"},{"disabled":false,"key":"searchId","value":"string","description":"**DEPRECATED - use correlationId instead**\n\nSearch ID for pagination. If a search with the ID was performed recently (last 10 minutes), the cached results will be used.\n\nDo not send this if sortBy/filters/sorting order, etc. have changed - the cached results may have different order or may match different filters.\n"},{"disabled":false,"key":"sortByMetric","value":"PageVisitsPopularity","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nName of the metric by which the data will be sorted.\n"},{"disabled":false,"key":"sortByGeoPoint","value":"34.052235,-118.243685","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nGeo-point (`{latitude},{longitude}`) for data sorting. Results are sorted by distance from this point. `ordering: asc` means \"closest first\".'\n"},{"disabled":false,"key":"filterGeoPoints","value":"34.052235,-118.243685","description":"The definition of a geographical area to filter by.\n\nGiven one geo-point, the results will be limited to a radius around a point. To override the default radius (1000 meters), provide the `filterAroundRadius` parameter.\n**Example input:** `[\"34.052235,-118.243685\"]`\n\nGiven two geo-points, the results will be limited to a rectangular area.\n**Example input:** `[\"50,-100\", \"25,150\"]`\n\nGiven three or more geo-points, the results will be limited to a polygonal area.\n**Example input:** `[\"50,0\", \"40,20\", \"-20,10\"]`\n"},{"disabled":false,"key":"filterGeoPoints","value":"15.0,65.0","description":"The definition of a geographical area to filter by.\n\nGiven one geo-point, the results will be limited to a radius around a point. To override the default radius (1000 meters), provide the `filterAroundRadius` parameter.\n**Example input:** `[\"34.052235,-118.243685\"]`\n\nGiven two geo-points, the results will be limited to a rectangular area.\n**Example input:** `[\"50,-100\", \"25,150\"]`\n\nGiven three or more geo-points, the results will be limited to a polygonal area.\n**Example input:** `[\"50,0\", \"40,20\", \"-20,10\"]`\n"},{"disabled":false,"key":"filterAroundRadius","value":"5000","description":"Radius in meters to be used when filtering using geo-location. Can only be used when filtering by a single geo-point."},{"disabled":false,"key":"filters","value":"string","description":"IQL query string. For details, see the [Help Center](https://help.synerise.com/developers/iql/)."},{"disabled":false,"key":"facets","value":"string","description":"A list of attributes for which facets will be returned. A single `*` value matches all facetable attributes.\nA single `auto` value enables automatic facet selection based on the result set — the system picks the most relevant facets using the index's `dynamicFacets` configuration.\n\nTo determine which groups of facets should be returned, use the `includeFacets` parameter.\n"},{"disabled":false,"key":"facets","value":"string","description":"A list of attributes for which facets will be returned. A single `*` value matches all facetable attributes.\nA single `auto` value enables automatic facet selection based on the result set — the system picks the most relevant facets using the index's `dynamicFacets` configuration.\n\nTo determine which groups of facets should be returned, use the `includeFacets` parameter.\n"},{"disabled":false,"key":"facetsSize","value":"2000","description":"Determines how many items will be used for facets aggregation.\n"},{"disabled":false,"key":"maxValuesPerFacet","value":"50","description":"Determines how many values will be retrieved per facet.\n"},{"disabled":false,"key":"caseSensitiveFacetValues","value":"false","description":"Specifies whether facets aggregation should be case sensitive.\n"},{"disabled":false,"key":"displayAttributes","value":"title","description":"List of ad hoc attributes that will be returned for each found item"},{"disabled":false,"key":"displayAttributes","value":"price","description":"List of ad hoc attributes that will be returned for each found item"},{"disabled":false,"key":"context","value":"mobile","description":"List of context strings for a search query"},{"disabled":false,"key":"context","value":"listing","description":"List of context strings for a search query"},{"disabled":false,"key":"includeFacets","value":"filtered","description":"Determines which groups of facets will be returned: both filtered and unfiltered; just filtered; just unfiltered; or no group at at all.\n\nTo determine which attributes should be returned as facets in each group, use the `facets` parameter.\n"},{"disabled":false,"key":"facetsOrderBy","value":"coverage","description":"Controls the ordering of facets in the response.  \nWhen `facets=auto`, the default ordering is by coverage (most relevant facets first).  \nWhen facets are specified explicitly, the default ordering is by name.  \nWhen two facets have equal coverage, ties are resolved by name.\n"},{"disabled":false,"key":"page","value":"4","description":"Page number to return for pagination. The first page has the index `1`."},{"disabled":false,"key":"limit","value":"10","description":"The number of items to return per page"},{"disabled":false,"key":"sortBy","value":"string","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nName of the attribute by which the data will be sorted.      \n"},{"disabled":false,"key":"ordering","value":"asc","description":"Sorting order"},{"disabled":false,"key":"includeMeta","value":"false","description":"\nWhen `true`, pagination metadata is included in the response body.\n\nWhen `false`, the data is included in the response headers:\n\n- Link: links to neighbors, first, and last pages in pagination.\n\n- X-Pagination-Total-Count: total number of items on all pages\n\n- X-Pagination-Total-Pages: total number of pages\n\n- X-Pagination-Page: current page\n\n- X-Pagination-Limit: maximum number of items on a page\n\n- X-Pagination-Sorted-By: parameter that the items were sorted by\n\n- X-Pagination-Ordering: sorting direction\n"},{"disabled":false,"key":"distinctFilter","value":"{\"attribute\": \"color\", \"maxNumItems\": 3}","description":"DistinctFilter JSON as an URL-encoded string\n"},{"disabled":false,"key":"ignoreQueryRules","value":"false","description":"If set to `true`, query rules are not applied.\n"},{"disabled":false,"key":"excludeQueryRules","value":"2","description":"List of query rules that will not be applied.\n"},{"disabled":false,"key":"excludeQueryRules","value":"5","description":"List of query rules that will not be applied.\n"},{"disabled":false,"key":"crossWorkspaceModeEnabled","value":"true","description":"If set, overrides the cross-workspace mode from the index configuration. When `true`, cross-workspace personalization is enabled. When `false`, it is disabled.\n"},{"disabled":false,"key":"params","value":"source:mobile","description":"List of extra params that will be added to the `item.search` event. They must be in the `name:value` format. The total size must not exceed 500 bytes when written as a JSON object.\n"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]}},"response":[{"id":"3d4a3271-344d-422f-908c-b1a2c2fffec7","name":"Listing result","originalRequest":{"url":{"path":["search","v2","indices",":indexId","list","explain"],"host":["{{baseUrl}}"],"query":[{"key":"clientUUID","value":"string"},{"key":"personalize","value":"true"},{"key":"correlationId","value":"string"},{"key":"searchId","value":"string"},{"key":"sortByMetric","value":"PageVisitsPopularity"},{"key":"sortByGeoPoint","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"15.0,65.0"},{"key":"filterAroundRadius","value":"5000"},{"key":"filters","value":"string"},{"key":"facets","value":"string"},{"key":"facets","value":"string"},{"key":"facetsSize","value":"2000"},{"key":"maxValuesPerFacet","value":"50"},{"key":"caseSensitiveFacetValues","value":"false"},{"key":"displayAttributes","value":"title"},{"key":"displayAttributes","value":"price"},{"key":"context","value":"mobile"},{"key":"context","value":"listing"},{"key":"includeFacets","value":"filtered"},{"key":"facetsOrderBy","value":"coverage"},{"key":"page","value":"4"},{"key":"limit","value":"10"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"asc"},{"key":"includeMeta","value":"false"},{"key":"distinctFilter","value":"{\"attribute\": \"color\", \"maxNumItems\": 3}"},{"key":"ignoreQueryRules","value":"false"},{"key":"excludeQueryRules","value":"2"},{"key":"excludeQueryRules","value":"5"},{"key":"crossWorkspaceModeEnabled","value":"true"},{"key":"params","value":"source:mobile"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"extras\": {\n    \"filteredFacets\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allFacets\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"customFilteredFacets\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"correlationId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"searchId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"facetsOrdering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"explanation\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"meta\": {\n    \"totalPages\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"page\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sortedBy\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"ordering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"link\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6a22c15c-e22b-4cf5-846a-8f207b1adca1","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","list","explain"],"host":["{{baseUrl}}"],"query":[{"key":"clientUUID","value":"string"},{"key":"personalize","value":"true"},{"key":"correlationId","value":"string"},{"key":"searchId","value":"string"},{"key":"sortByMetric","value":"PageVisitsPopularity"},{"key":"sortByGeoPoint","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"15.0,65.0"},{"key":"filterAroundRadius","value":"5000"},{"key":"filters","value":"string"},{"key":"facets","value":"string"},{"key":"facets","value":"string"},{"key":"facetsSize","value":"2000"},{"key":"maxValuesPerFacet","value":"50"},{"key":"caseSensitiveFacetValues","value":"false"},{"key":"displayAttributes","value":"title"},{"key":"displayAttributes","value":"price"},{"key":"context","value":"mobile"},{"key":"context","value":"listing"},{"key":"includeFacets","value":"filtered"},{"key":"facetsOrderBy","value":"coverage"},{"key":"page","value":"4"},{"key":"limit","value":"10"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"asc"},{"key":"includeMeta","value":"false"},{"key":"distinctFilter","value":"{\"attribute\": \"color\", \"maxNumItems\": 3}"},{"key":"ignoreQueryRules","value":"false"},{"key":"excludeQueryRules","value":"2"},{"key":"excludeQueryRules","value":"5"},{"key":"crossWorkspaceModeEnabled","value":"true"},{"key":"params","value":"source:mobile"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"8c653160-6652-4c3c-bc75-2e1e4195d0be","name":"Explained items listing","request":{"name":"Explained items listing","description":{"content":"Retrieves item listing, which is a search without a query. The results can be filtered and sorted. The response contains an explanation of the factors that influenced the result.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","list","explain"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]},"body":{"mode":"raw","raw":"{\n  \"page\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"limit\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"sortBy\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"ordering\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeMeta\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"personalize\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"correlationId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"searchId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"sortByMetric\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"sortByGeoPoints\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterGeoPoints\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterAroundRadius\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"facets\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"customFilteredFacets\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"facetsSize\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"maxValuesPerFacet\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"caseSensitiveFacetValues\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeFacets\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"facetsOrderBy\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"context\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"distinctFilter\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"ignoreQueryRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"excludeQueryRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"crossWorkspaceMode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"0b1919dd-3e91-4ce4-acd2-b0e33f3d5a88","name":"Listing result","originalRequest":{"url":{"path":["search","v2","indices",":indexId","list","explain"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"extras\": {\n    \"filteredFacets\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allFacets\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"customFilteredFacets\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"correlationId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"searchId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"facetsOrdering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"explanation\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"meta\": {\n    \"totalPages\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"page\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sortedBy\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"ordering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"link\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2ef61f02-0013-4e91-a044-60dd439f058e","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","list","explain"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"432449c3-ddf2-445c-a7e9-99b377fd9099","name":"Search Configuration","description":{"content":"","type":"text/plain"},"item":[{"id":"b895d72d-5266-451a-bb4f-6469dbd8b547","name":"Get values of filterable attributes","request":{"name":"Get values of filterable attributes","description":{"content":"Retrieve values of filterable attributes.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","attributes","filterable","values"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"attribute","value":"string","description":"(Required) List of attributes for which values will be fetched"},{"disabled":false,"key":"attribute","value":"string","description":"(Required) List of attributes for which values will be fetched"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"60dcd766-d68b-43e1-876e-c9cd32aafd43","name":"Values returned","originalRequest":{"url":{"path":["search","v2","indices",":indexId","attributes","filterable","values"],"host":["{{baseUrl}}"],"query":[{"key":"attribute","value":"string"},{"key":"attribute","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"key_0\": [\n    \"string\",\n    \"string\"\n  ],\n  \"key_1\": [\n    \"string\",\n    \"string\"\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1030855a-9896-4fc4-8bdf-a3eb5d792fa4","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","attributes","filterable","values"],"host":["{{baseUrl}}"],"query":[{"key":"attribute","value":"string"},{"key":"attribute","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"66779eb9-b5ac-4685-a8a6-3de8865df436","name":"Get configurations of all indices","request":{"name":"Get configurations of all indices","description":{"content":"Retrieve the configurations of all indices.","type":"text/plain"},"url":{"path":["search","v2","indices"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"page","value":"4","description":"Page number to return for pagination. The first page has the index `1`."},{"disabled":false,"key":"limit","value":"100","description":"The number of items to return per page"},{"disabled":false,"key":"sortBy","value":"string","description":"Name of the attribute by which the data will be sorted"},{"disabled":false,"key":"ordering","value":"desc","description":"Sorting order"},{"disabled":false,"key":"includeMeta","value":"false","description":"\nWhen `true`, pagination metadata is included in the response body.\n\nWhen `false`, the data is included in the response headers:\n\n- Link: links to neighbors, first, and last pages in pagination.\n\n- X-Pagination-Total-Count: total number of items on all pages\n\n- X-Pagination-Total-Pages: total number of pages\n\n- X-Pagination-Page: current page\n\n- X-Pagination-Limit: maximum number of items on a page\n\n- X-Pagination-Sorted-By: parameter that the items were sorted by\n\n- X-Pagination-Ordering: sorting direction\n"},{"disabled":false,"key":"name","value":"string","description":"Deprecated parameter. If `query` is provided, this parameter is ignored.\nIf an index has an `id` equal to the value of this parameter, only that index will be retrieved. Otherwise, all indices containing this value in their `name` will be retrieved.\n"},{"disabled":false,"key":"query","value":"string","description":"If an index has an `id` equal to the value of this parameter, only that index will be retrieved. Otherwise, all indices containing this value in their `name` will be retrieved. This parameter replaces the deprecated `name` parameter."},{"disabled":false,"key":"excludeAbTests","value":"true","description":"Only indices not involved in currently running AB tests will be retrieved."},{"disabled":false,"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816","description":"Requested directoryId of the rule."},{"disabled":false,"key":"type","value":"Semantic","description":"Requested type of the rule."}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"66ecdd64-12d2-4151-b1e4-64189ad2c60c","name":"Configurations returned","originalRequest":{"url":{"path":["search","v2","indices"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"4"},{"key":"limit","value":"100"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"desc"},{"key":"includeMeta","value":"false"},{"key":"name","value":"string"},{"key":"query","value":"string"},{"key":"excludeAbTests","value":"true"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"type","value":"Semantic"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"meta\": {\n    \"totalPages\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"page\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sortedBy\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"ordering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"link\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"extras\": {\n    \"indexLimit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"indexLimitReached\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"67d97ac8-8c29-4b62-ae18-6be91603772b","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"4"},{"key":"limit","value":"100"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"desc"},{"key":"includeMeta","value":"false"},{"key":"name","value":"string"},{"key":"query","value":"string"},{"key":"excludeAbTests","value":"true"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"type","value":"Semantic"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"4d64d675-7580-4c80-8fb3-22949778764b","name":"Post index configuration","request":{"name":"Post index configuration","description":{"content":"Creates a new configuration of a single index.","type":"text/plain"},"url":{"path":["search","v2","indices"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"indexName\": \"string\",\n  \"itemsCatalogId\": \"string\",\n  \"language\": \"string\",\n  \"searchableAttributes\": {\n    \"fullText\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fullTextBoosted\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fullTextStronglyBoosted\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"enabled\": true,\n  \"description\": \"string\",\n  \"ignoreUnavailableItems\": true,\n  \"scoring\": {\n    \"pageVisitsPopularity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"transactionsPopularity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"personalized\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"tieBreaker\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"matching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fallbackMatching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"similarity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"crossWorkspaceMode\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"suggestions\": {\n    \"smoothingModel\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"gramSize\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"maxErrors\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"minWordLength\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"useAlways\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tokenizer\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"analyzers\": {\n    \"autocomplete\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"attributesWithoutPrefixSearch\": [\n    \"brand\",\n    \"color\",\n    \"promotion.type\"\n  ],\n  \"attributesWithoutTypoTolerance\": [\n    \"itemId\",\n    \"link\"\n  ],\n  \"valuesWithoutTypoTolerance\": [\n    \"Nike\",\n    \"blue\",\n    \"74997\"\n  ],\n  \"typoToleranceOnNumericValues\": true,\n  \"displayableAttributes\": [\n    \"brand\",\n    \"color\",\n    \"promotion.type\"\n  ],\n  \"facetableAttributes\": {\n    \"range\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"text\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"datetime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"filterableAttributes\": {\n    \"range\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"text\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"datetime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"sortableAttributes\": {\n    \"range\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"text\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"datetime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"distinctFilterAttributes\": {\n    \"range\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"text\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"datetime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"recentSearches\": {\n    \"windowSize\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"timeSpan\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"reranking\": {\n    \"dynamicReranker\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"queryClassification\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"geoSearch\": {\n    \"geoSearchableAttribute\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"queryRules\": {\n    \"consequencesJoinOperators\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"2c4741da-2e84-4282-8bba-31f1d62cb7c3","name":"Returned created configuration","originalRequest":{"url":{"path":["search","v2","indices"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"indexId\": \"string\",\n  \"indexName\": \"string\",\n  \"description\": \"string\",\n  \"itemsCatalogId\": \"string\",\n  \"language\": \"string\",\n  \"enabled\": false,\n  \"ignoreUnavailableItems\": true,\n  \"scoring\": {\n    \"pageVisitsPopularity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"transactionsPopularity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"personalized\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"tieBreaker\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"matching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fallbackMatching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"similarity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"crossWorkspaceMode\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"suggestions\": {\n    \"smoothingModel\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"gramSize\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"maxErrors\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"minWordLength\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"useAlways\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tokenizer\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"analyzers\": {\n    \"autocomplete\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"attributesWithoutPrefixSearch\": [\n    \"brand\",\n    \"color\",\n    \"promotion.type\"\n  ],\n  \"attributesWithoutTypoTolerance\": [\n    \"itemId\",\n    \"link\"\n  ],\n  \"valuesWithoutTypoTolerance\": [\n    \"Nike\",\n    \"blue\",\n    \"74997\"\n  ],\n  \"typoToleranceOnNumericValues\": true,\n  \"searchableAttributes\": {\n    \"fullText\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fullTextBoosted\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fullTextStronglyBoosted\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"displayableAttributes\": [\n    \"brand\",\n    \"color\",\n    \"promotion.type\"\n  ],\n  \"facetableAttributes\": {\n    \"range\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"text\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"datetime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"filterableAttributes\": {\n    \"range\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"text\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"datetime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"sortableAttributes\": {\n    \"range\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"text\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"datetime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"distinctFilterAttributes\": {\n    \"range\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"text\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"datetime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"recentSearches\": {\n    \"windowSize\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"timeSpan\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"reranking\": {\n    \"dynamicReranker\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"queryClassification\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"dynamicSynonyms\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"workflowIntervalDays\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"coldStart\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"autoAcceptThreshold\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"dynamicFacets\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"maxFacets\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"minCoverageThreshold\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"geoSearch\": {\n    \"geoSearchableAttribute\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"queryRules\": {\n    \"consequencesJoinOperators\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"updatedAt\": \"1964-02-21T08:19:56.878Z\",\n  \"createdAt\": \"2024-05-02T13:20:30.842Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c942f6f3-a306-4b19-a9cd-f09d9c467baa","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"a680d06b-f04a-439a-971b-28039c081443","name":"Get index configuration","request":{"name":"Get index configuration","description":{"content":"Retrieve the configuration of a single index.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","config"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"77bde458-f9c3-4ca5-9358-42e1c2bed316","name":"Configuration returned","originalRequest":{"url":{"path":["search","v2","indices",":indexId","config"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"indexId\": \"string\",\n  \"indexName\": \"string\",\n  \"description\": \"string\",\n  \"itemsCatalogId\": \"string\",\n  \"language\": \"string\",\n  \"enabled\": false,\n  \"ignoreUnavailableItems\": true,\n  \"scoring\": {\n    \"pageVisitsPopularity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"transactionsPopularity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"personalized\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"tieBreaker\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"matching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fallbackMatching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"similarity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"crossWorkspaceMode\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"suggestions\": {\n    \"smoothingModel\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"gramSize\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"maxErrors\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"minWordLength\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"useAlways\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tokenizer\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"analyzers\": {\n    \"autocomplete\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"attributesWithoutPrefixSearch\": [\n    \"brand\",\n    \"color\",\n    \"promotion.type\"\n  ],\n  \"attributesWithoutTypoTolerance\": [\n    \"itemId\",\n    \"link\"\n  ],\n  \"valuesWithoutTypoTolerance\": [\n    \"Nike\",\n    \"blue\",\n    \"74997\"\n  ],\n  \"typoToleranceOnNumericValues\": true,\n  \"searchableAttributes\": {\n    \"fullText\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fullTextBoosted\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fullTextStronglyBoosted\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"displayableAttributes\": [\n    \"brand\",\n    \"color\",\n    \"promotion.type\"\n  ],\n  \"facetableAttributes\": {\n    \"range\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"text\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"datetime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"filterableAttributes\": {\n    \"range\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"text\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"datetime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"sortableAttributes\": {\n    \"range\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"text\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"datetime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"distinctFilterAttributes\": {\n    \"range\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"text\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"datetime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"recentSearches\": {\n    \"windowSize\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"timeSpan\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"reranking\": {\n    \"dynamicReranker\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"queryClassification\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"dynamicSynonyms\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"workflowIntervalDays\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"coldStart\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"autoAcceptThreshold\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"dynamicFacets\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"maxFacets\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"minCoverageThreshold\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"geoSearch\": {\n    \"geoSearchableAttribute\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"queryRules\": {\n    \"consequencesJoinOperators\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"updatedAt\": \"1964-02-21T08:19:56.878Z\",\n  \"createdAt\": \"2024-05-02T13:20:30.842Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9159fdda-cbff-47c8-aaed-cb2fbb0618ce","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","config"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"7d9d0cf3-fd3f-4ecb-b449-0187c7e6661e","name":"Delete index configuration","request":{"name":"Delete index configuration","description":{"content":"Delete the configuration of a single index.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","config"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"c429f057-fc08-4f11-9be5-44f0fa9407fa","name":"Configuration deleted","originalRequest":{"url":{"path":["search","v2","indices",":indexId","config"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"810cee63-4e0f-43fc-a42f-4116bbcc3fa2","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","config"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"62024325-3d6b-48cc-b755-bdea3850b9b8","name":"Update index configuration","request":{"name":"Update index configuration","description":{"content":"Update the configuration of a single index.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","config"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"indexName\": \"string\",\n  \"itemsCatalogId\": \"string\",\n  \"language\": \"string\",\n  \"searchableAttributes\": {\n    \"fullText\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fullTextBoosted\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fullTextStronglyBoosted\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"enabled\": true,\n  \"description\": \"string\",\n  \"ignoreUnavailableItems\": true,\n  \"scoring\": {\n    \"pageVisitsPopularity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"transactionsPopularity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"personalized\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"tieBreaker\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"matching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fallbackMatching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"similarity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"crossWorkspaceMode\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"suggestions\": {\n    \"smoothingModel\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"gramSize\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"maxErrors\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"minWordLength\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"useAlways\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tokenizer\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"analyzers\": {\n    \"autocomplete\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"attributesWithoutPrefixSearch\": [\n    \"brand\",\n    \"color\",\n    \"promotion.type\"\n  ],\n  \"attributesWithoutTypoTolerance\": [\n    \"itemId\",\n    \"link\"\n  ],\n  \"valuesWithoutTypoTolerance\": [\n    \"Nike\",\n    \"blue\",\n    \"74997\"\n  ],\n  \"typoToleranceOnNumericValues\": true,\n  \"displayableAttributes\": [\n    \"brand\",\n    \"color\",\n    \"promotion.type\"\n  ],\n  \"facetableAttributes\": {\n    \"range\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"text\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"datetime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"filterableAttributes\": {\n    \"range\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"text\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"datetime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"sortableAttributes\": {\n    \"range\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"text\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"datetime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"distinctFilterAttributes\": {\n    \"range\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"text\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"datetime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"recentSearches\": {\n    \"windowSize\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"timeSpan\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"reranking\": {\n    \"dynamicReranker\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"queryClassification\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"geoSearch\": {\n    \"geoSearchableAttribute\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"queryRules\": {\n    \"consequencesJoinOperators\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"2dbc416f-40a2-497b-ab64-0f11ddb69aaf","name":"Returned updated configuration","originalRequest":{"url":{"path":["search","v2","indices",":indexId","config"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"indexId\": \"string\",\n  \"indexName\": \"string\",\n  \"description\": \"string\",\n  \"itemsCatalogId\": \"string\",\n  \"language\": \"string\",\n  \"enabled\": false,\n  \"ignoreUnavailableItems\": true,\n  \"scoring\": {\n    \"pageVisitsPopularity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"transactionsPopularity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"personalized\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"tieBreaker\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"matching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fallbackMatching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"similarity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"crossWorkspaceMode\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"suggestions\": {\n    \"smoothingModel\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"gramSize\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"maxErrors\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"minWordLength\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"useAlways\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tokenizer\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"analyzers\": {\n    \"autocomplete\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"attributesWithoutPrefixSearch\": [\n    \"brand\",\n    \"color\",\n    \"promotion.type\"\n  ],\n  \"attributesWithoutTypoTolerance\": [\n    \"itemId\",\n    \"link\"\n  ],\n  \"valuesWithoutTypoTolerance\": [\n    \"Nike\",\n    \"blue\",\n    \"74997\"\n  ],\n  \"typoToleranceOnNumericValues\": true,\n  \"searchableAttributes\": {\n    \"fullText\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fullTextBoosted\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fullTextStronglyBoosted\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"displayableAttributes\": [\n    \"brand\",\n    \"color\",\n    \"promotion.type\"\n  ],\n  \"facetableAttributes\": {\n    \"range\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"text\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"datetime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"filterableAttributes\": {\n    \"range\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"text\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"datetime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"sortableAttributes\": {\n    \"range\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"text\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"datetime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"distinctFilterAttributes\": {\n    \"range\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"text\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"datetime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"recentSearches\": {\n    \"windowSize\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"timeSpan\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"reranking\": {\n    \"dynamicReranker\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"queryClassification\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"dynamicSynonyms\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"workflowIntervalDays\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"coldStart\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"autoAcceptThreshold\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"dynamicFacets\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"maxFacets\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"minCoverageThreshold\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"geoSearch\": {\n    \"geoSearchableAttribute\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"queryRules\": {\n    \"consequencesJoinOperators\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"updatedAt\": \"1964-02-21T08:19:56.878Z\",\n  \"createdAt\": \"2024-05-02T13:20:30.842Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b0998b51-9a37-4b41-9122-89c9d98587ac","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","config"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"1ead31b3-cc16-4fc9-85ec-fcbc37b34e05","name":"Get index state","request":{"name":"Get index state","description":{"content":"Retrieve the state of a single index.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","state"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"097cd50f-73e2-4fc2-bd21-b6d5d5b89f92","name":"State returned","originalRequest":{"url":{"path":["search","v2","indices",":indexId","state"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"indexId\": \"string\",\n  \"state\": \"ReadyNotUpToDate\",\n  \"lastConfigChange\": \"2006-06-14T22:35:38.281Z\",\n  \"errorReason\": \"string\",\n  \"log\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"490e9964-4a99-4352-bb38-33efdc5a3103","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","state"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c7b189c6-fedd-41e2-9eeb-34e77dc489bc","name":"Get supported languages","request":{"name":"Get supported languages","description":{"content":"Retrieve supported languages.","type":"text/plain"},"url":{"path":["search","v2","supported-languages"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"efb1b5e3-a609-4b3e-89ae-dbbe5af373d8","name":"Supported search languages as ISO 639-1 codes","originalRequest":{"url":{"path":["search","v2","supported-languages"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"pl\": \"Polish\",\n  \"ro\": \"Romanian\",\n  \"ru\": \"Russian\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"46571dba-7d65-49c4-88cd-b495fd2bf4e5","name":"Service not available","originalRequest":{"url":{"path":["search","v2","supported-languages"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"03d89e15-b995-4b10-8e9d-ad219a5383dd","name":"Duplicate index","request":{"name":"Duplicate index","description":{"content":"duplicate index.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","duplicate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"1caef60f-0d87-41d3-8807-0d89ef5e0044","name":"Returned newly created duplicate index","originalRequest":{"url":{"path":["search","v2","indices",":indexId","duplicate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"indexId\": \"string\",\n  \"indexName\": \"string\",\n  \"description\": \"string\",\n  \"itemsCatalogId\": \"string\",\n  \"language\": \"string\",\n  \"enabled\": false,\n  \"ignoreUnavailableItems\": true,\n  \"scoring\": {\n    \"pageVisitsPopularity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"transactionsPopularity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"personalized\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"tieBreaker\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"matching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fallbackMatching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"similarity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"crossWorkspaceMode\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"suggestions\": {\n    \"smoothingModel\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"gramSize\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"maxErrors\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"minWordLength\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"useAlways\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tokenizer\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"analyzers\": {\n    \"autocomplete\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"attributesWithoutPrefixSearch\": [\n    \"brand\",\n    \"color\",\n    \"promotion.type\"\n  ],\n  \"attributesWithoutTypoTolerance\": [\n    \"itemId\",\n    \"link\"\n  ],\n  \"valuesWithoutTypoTolerance\": [\n    \"Nike\",\n    \"blue\",\n    \"74997\"\n  ],\n  \"typoToleranceOnNumericValues\": true,\n  \"searchableAttributes\": {\n    \"fullText\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fullTextBoosted\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fullTextStronglyBoosted\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"displayableAttributes\": [\n    \"brand\",\n    \"color\",\n    \"promotion.type\"\n  ],\n  \"facetableAttributes\": {\n    \"range\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"text\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"datetime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"filterableAttributes\": {\n    \"range\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"text\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"datetime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"sortableAttributes\": {\n    \"range\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"text\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"datetime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"distinctFilterAttributes\": {\n    \"range\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"text\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"datetime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"recentSearches\": {\n    \"windowSize\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"timeSpan\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"reranking\": {\n    \"dynamicReranker\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"queryClassification\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"dynamicSynonyms\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"workflowIntervalDays\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"coldStart\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"autoAcceptThreshold\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"dynamicFacets\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"maxFacets\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"minCoverageThreshold\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"geoSearch\": {\n    \"geoSearchableAttribute\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"queryRules\": {\n    \"consequencesJoinOperators\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"updatedAt\": \"1964-02-21T08:19:56.878Z\",\n  \"createdAt\": \"2024-05-02T13:20:30.842Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0618429e-e7f6-4be3-87dc-5a408ef5d9ad","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","duplicate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"a93019f1-bab6-4777-9014-c13718f99831","name":"Query classification","description":{"content":"","type":"text/plain"},"item":[{"id":"b3e985a8-060a-4046-89c6-722fc3d0560e","name":"Query classification","request":{"name":"Query classification","description":{"content":"Predicting the optimal categories that will provide the most relevant results for the searched phrase.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","query-classification"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]},"body":{"mode":"raw","raw":"{\n  \"query\": \"string\",\n  \"clientUUID\": \"string\",\n  \"config\": {\n    \"actions\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"excludedPhrases\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"excludedCategories\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"1429fd45-62df-4b54-b658-073ccd14eb48","name":"Query classification result","originalRequest":{"url":{"path":["search","v2","indices",":indexId","query-classification"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"predictedCategories\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c5044c8d-d3e5-4ed0-8238-b54d68484c80","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","query-classification"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"00a7217e-c55c-4cb1-92fd-20c4b8d645b1","name":"Suggestions Configuration","description":{"content":"","type":"text/plain"},"item":[{"id":"92b2271a-db9e-419b-987a-f8beaa2c13fe","name":"Get suggestion indices","request":{"name":"Get suggestion indices","description":{"content":"Retrieve a list of all suggestion index configurations in the workspace.","type":"text/plain"},"url":{"path":["search","v2","suggestion-indices"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"page","value":"4","description":"Page number to return for pagination. The first page has the index `1`."},{"disabled":false,"key":"limit","value":"100","description":"The number of items to return per page"},{"disabled":false,"key":"sortBy","value":"string","description":"Name of the attribute by which the data will be sorted"},{"disabled":false,"key":"ordering","value":"desc","description":"Sorting order"},{"disabled":false,"key":"includeMeta","value":"false","description":"\nWhen `true`, pagination metadata is included in the response body.\n\nWhen `false`, the data is included in the response headers:\n\n- Link: links to neighbors, first, and last pages in pagination.\n\n- X-Pagination-Total-Count: total number of items on all pages\n\n- X-Pagination-Total-Pages: total number of pages\n\n- X-Pagination-Page: current page\n\n- X-Pagination-Limit: maximum number of items on a page\n\n- X-Pagination-Sorted-By: parameter that the items were sorted by\n\n- X-Pagination-Ordering: sorting direction\n"},{"disabled":false,"key":"name","value":"string","description":"Deprecated parameter. If `query` is provided, this parameter is ignored.\nIf an index has an `id` equal to the value of this parameter, only that index will be retrieved. Otherwise, all indices containing this value in their `name` will be retrieved.\n"},{"disabled":false,"key":"query","value":"string","description":"If an index has an `id` equal to the value of this parameter, only that index will be retrieved. Otherwise, all indices containing this value in their `name` will be retrieved. This parameter replaces the deprecated `name` parameter."}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"ab93e957-6204-4dba-890c-5bffe3627fc2","name":"List of suggestion index configurations","originalRequest":{"url":{"path":["search","v2","suggestion-indices"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"4"},{"key":"limit","value":"100"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"desc"},{"key":"includeMeta","value":"false"},{"key":"name","value":"string"},{"key":"query","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"meta\": {\n    \"totalPages\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"page\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sortedBy\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"ordering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"link\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"97af7e63-b9ca-4c36-8b9d-3e69e4de8a8d","name":"An error occurred","originalRequest":{"url":{"path":["search","v2","suggestion-indices"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"4"},{"key":"limit","value":"100"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"desc"},{"key":"includeMeta","value":"false"},{"key":"name","value":"string"},{"key":"query","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"f751f2dc-542e-4ec9-a71e-9ed0071f87ff","name":"Create suggestion index","request":{"name":"Create suggestion index","description":{"content":"Create a suggestion index configuration.","type":"text/plain"},"url":{"path":["search","v2","suggestion-indices"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"indexName\": \"string\",\n  \"enabled\": false,\n  \"sources\": {\n    \"indices\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"external\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"generate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"description\": \"string\",\n  \"author\": 5765,\n  \"denylist\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"aa30b407-3398-4010-a327-8331c30f97df","name":"Suggestion index config created","originalRequest":{"url":{"path":["search","v2","suggestion-indices"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"indexId\": \"string\",\n  \"indexName\": \"string\",\n  \"description\": \"string\",\n  \"author\": 5099,\n  \"enabled\": true,\n  \"sources\": {\n    \"indices\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"external\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"generate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"denylist\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"updatedAt\": \"1955-01-28T08:17:18.210Z\",\n  \"createdAt\": \"2013-05-26T07:59:54.679Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2b59121a-2772-43f1-b7d7-ff5c393cca27","name":"An error occurred","originalRequest":{"url":{"path":["search","v2","suggestion-indices"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"7a69f53b-810f-46f8-b9d9-91237f2ba071","name":"Get suggestion index","request":{"name":"Get suggestion index","description":{"content":"Retrieve a suggestion index configuration.","type":"text/plain"},"url":{"path":["search","v2","suggestion-indices",":indexId","config"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"ddd08c30-ca39-4f68-8bcb-faa5a0e5b600","name":"Suggestion index configuration","originalRequest":{"url":{"path":["search","v2","suggestion-indices",":indexId","config"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"indexId\": \"string\",\n  \"indexName\": \"string\",\n  \"description\": \"string\",\n  \"author\": 5099,\n  \"enabled\": true,\n  \"sources\": {\n    \"indices\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"external\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"generate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"denylist\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"updatedAt\": \"1955-01-28T08:17:18.210Z\",\n  \"createdAt\": \"2013-05-26T07:59:54.679Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c103fd0a-e6b2-4e95-b135-8a34e897d9a6","name":"An error occurred","originalRequest":{"url":{"path":["search","v2","suggestion-indices",":indexId","config"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"bf2911c0-1eca-4079-abcb-9c8f61b310ee","name":"Create/replace suggestion index","request":{"name":"Create/replace suggestion index","description":{"content":"Create a suggestion index configuration or replace an existing one, given the index ID.","type":"text/plain"},"url":{"path":["search","v2","suggestion-indices",":indexId","config"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"indexName\": \"string\",\n  \"enabled\": false,\n  \"sources\": {\n    \"indices\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"external\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"generate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"description\": \"string\",\n  \"author\": 6173,\n  \"denylist\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"acf0bacb-23e9-4882-bad7-a9dd57bb4b56","name":"Suggestion index config created or replaced successfully","originalRequest":{"url":{"path":["search","v2","suggestion-indices",":indexId","config"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"indexId\": \"string\",\n  \"indexName\": \"string\",\n  \"description\": \"string\",\n  \"author\": 5099,\n  \"enabled\": true,\n  \"sources\": {\n    \"indices\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"external\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"generate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"denylist\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"updatedAt\": \"1955-01-28T08:17:18.210Z\",\n  \"createdAt\": \"2013-05-26T07:59:54.679Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"38c54cee-20c9-4101-9e77-25ece3ab4da4","name":"An error occurred","originalRequest":{"url":{"path":["search","v2","suggestion-indices",":indexId","config"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"54669b08-e8d1-4aac-9ad1-4b402a967d9a","name":"Delete suggestion index","request":{"name":"Delete suggestion index","description":{"content":"Delete a suggestion index configuration.","type":"text/plain"},"url":{"path":["search","v2","suggestion-indices",":indexId","config"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"aa340a7c-7a44-4deb-b287-f66078137bc9","name":"Suggestion index config deleted","originalRequest":{"url":{"path":["search","v2","suggestion-indices",":indexId","config"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"1c75f325-be7c-403e-9d21-fe764a1ef2ac","name":"An error occurred","originalRequest":{"url":{"path":["search","v2","suggestion-indices",":indexId","config"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"3f37670e-a0cf-4aeb-8309-37e29dd0944f","name":"Get suggestion index state","request":{"name":"Get suggestion index state","description":{"content":"Retrieve the state of a single suggestion index.","type":"text/plain"},"url":{"path":["search","v2","suggestion-indices",":indexId","state"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"d2bc96af-a43e-41be-8079-2c7d8aafff47","name":"Suggestion index state","originalRequest":{"url":{"path":["search","v2","suggestion-indices",":indexId","state"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"indexId\": \"string\",\n  \"state\": \"ReadyNotUpToDate\",\n  \"lastConfigChange\": \"2006-06-14T22:35:38.281Z\",\n  \"errorReason\": \"string\",\n  \"log\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d5bddf46-7880-410d-8511-605f6558edc5","name":"An error occurred","originalRequest":{"url":{"path":["search","v2","suggestion-indices",":indexId","state"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"779f9f14-13bf-4655-a029-4fea6a164f9c","name":"AI: Metrics","description":{"content":"","type":"text/plain"},"item":[{"id":"b4d93c16-8242-45f6-8b78-8c92eed52481","name":"Check available metrics (recommendations)","request":{"name":"Check available metrics (recommendations)","description":{"content":"Returns metrics available for the Workspace. The metrics can be used when defining boostMetric and sortMetric query parameters in recommendations and in metric-based recommendations.","type":"text/plain"},"url":{"path":["metrics","v2","available"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"f68c3d27-2776-47b5-a4e4-e74ce4fbd553","name":"Available metrics","originalRequest":{"url":{"path":["metrics","v2","available"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"id\": \"string\",\n    \"description\": \"string\"\n  },\n  {\n    \"id\": \"string\",\n    \"description\": \"string\"\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"4cc98a5c-4a74-416a-93a3-003734fb1dad","name":"An error occurred","originalRequest":{"url":{"path":["metrics","v2","available"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"2bb4c5b1-33a7-4a17-98d7-16564a2deb3c","name":"Retrieve IDs of available metrics (recommendations)","request":{"name":"Retrieve IDs of available metrics (recommendations)","description":{"content":"Returns IDs of metrics that are available for the Workspace. The metrics can be used when defining boostMetric and sortMetric query parameters in recommendations and in metric-based recommendations.","type":"text/plain"},"url":{"path":["metrics","v2","available-ids"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"602c4fa0-ac28-4d95-9781-a4194bbd0777","name":"IDs of available metrics","originalRequest":{"url":{"path":["metrics","v2","available-ids"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  \"string\",\n  \"string\"\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"2cb50f52-adac-476a-854a-2298bb3037ad","name":"An error occurred","originalRequest":{"url":{"path":["metrics","v2","available-ids"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"c886bfc0-801e-48cf-a89b-eff57ace7762","name":"Data Processing Job Logs","description":{"content":"","type":"text/plain"},"item":[{"id":"1e6387bf-0940-4b8b-993a-0f247a1ebe39","name":"Get last log with stages","request":{"name":"Get last log with stages","description":{"content":"\nRetrieve the status of a workflow's last run and its stages.\n\nThe workflow must contain at least one of the following nodes:\n- Any Data Transformation node\n- Any node that pulls data into a workflow (for example local file, SFTP, Azure Blob Storage)\n- Any node that pushes data out of the workflow (for example SFTP, Pub/Sub)\n- Any node that imports data into Synerise\n","type":"text/plain"},"url":{"path":["morph","logs","automation",":automationWorkflowId","last-run","with-stages"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"limit","value":"500","description":"The maximum number of log lines in each stage"}],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"automationWorkflowId","description":"(Required) `diagramId` of the workflow to fetch last job from"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"8953edb0-db76-4f1c-9c9e-942ad1a60432","name":"Information about last data transformation journey status","originalRequest":{"url":{"path":["morph","logs","automation",":automationWorkflowId","last-run","with-stages"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"500"}],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"automationWorkflowId","description":"(Required) `diagramId` of the workflow to fetch last job from"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"startTime\": \"2023-09-05T14:07:44.264Z\",\n  \"pipelineResponse\": {\n    \"importData\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"transformData\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"exportData\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"overallRunStatus\": \"Pending\",\n  \"runId\": \"163a1bff-9c25-bed2-3202-0517dd6bdff1\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0085870f-2ad8-48de-9cfb-dc8adfd38641","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["morph","logs","automation",":automationWorkflowId","last-run","with-stages"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"500"}],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"automationWorkflowId","description":"(Required) `diagramId` of the workflow to fetch last job from"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 732,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9265adfb-81fa-447d-9a80-15d49f063684","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["morph","logs","automation",":automationWorkflowId","last-run","with-stages"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"500"}],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"automationWorkflowId","description":"(Required) `diagramId` of the workflow to fetch last job from"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 732,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d04640b3-05a6-43b6-93a3-002ced7dfe32","name":"- workflow doesn't exist; \n- no journeys exist for a workflow; \n- workflow doesn't contain any of the required nodes (returns a \"no journeys found\" error)\n","originalRequest":{"url":{"path":["morph","logs","automation",":automationWorkflowId","last-run","with-stages"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"500"}],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"automationWorkflowId","description":"(Required) `diagramId` of the workflow to fetch last job from"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Not found\",\n  \"status\": 404,\n  \"timestamp\": \"2023-09-06T11:54:08.564Z\",\n  \"message\": \"No journeys for diagram fe7e3a80-91bb-433a-94cf-744253cc442c found\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"3d693e29-f759-4cde-adbe-d70f543e0fcb","name":"Batch Operations Job Logs","description":{"content":"","type":"text/plain"},"item":[{"id":"e548507b-5481-437e-aeff-93a9ab1559f4","name":"Get extended information about last batch operation run including counts and logs","request":{"name":"Get extended information about last batch operation run including counts and logs","description":{"content":"\nRetrieve the status of a workflow's last run and its stages.\n","type":"text/plain"},"url":{"path":["morph","logs","batch",":automationWorkflowId","last-run"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"limit","value":"500","description":"The maximum number of log lines in each stage"}],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"automationWorkflowId","description":"(Required) `diagramId` of the workflow to fetch last job from"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"02c12372-7ac4-47d8-9209-a670e7efb291","name":"Information about last data transformation journey status","originalRequest":{"url":{"path":["morph","logs","batch",":automationWorkflowId","last-run"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"500"}],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"automationWorkflowId","description":"(Required) `diagramId` of the workflow to fetch last job from"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"startTime\": \"2023-09-05T14:07:44.264Z\",\n  \"pipelineResponse\": {\n    \"importData\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"transformData\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"exportData\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"overallRunStatus\": \"Pending\",\n  \"runId\": \"163a1bff-9c25-bed2-3202-0517dd6bdff1\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"09408484-ea0d-4e1e-80c0-49e1a2fd4f51","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["morph","logs","batch",":automationWorkflowId","last-run"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"500"}],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"automationWorkflowId","description":"(Required) `diagramId` of the workflow to fetch last job from"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 732,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c72eba26-f729-4d13-94ed-8c96b710561e","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["morph","logs","batch",":automationWorkflowId","last-run"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"500"}],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"automationWorkflowId","description":"(Required) `diagramId` of the workflow to fetch last job from"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 732,\n  \"timestamp\": \"string\",\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"45c8cff4-864e-4067-a536-bf8ec6fd989b","name":"- workflow doesn't exist; \n- no journeys exist for a workflow; \n- workflow doesn't contain any of the required nodes (returns a \"no journeys found\" error)\n","originalRequest":{"url":{"path":["morph","logs","batch",":automationWorkflowId","last-run"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"500"}],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"automationWorkflowId","description":"(Required) `diagramId` of the workflow to fetch last job from"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Not found\",\n  \"status\": 404,\n  \"timestamp\": \"2023-09-06T11:54:08.564Z\",\n  \"message\": \"No journeys for diagram fe7e3a80-91bb-433a-94cf-744253cc442c found\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"56192ef8-866e-4690-8142-c37309343037","name":"Experiments","description":{"content":"","type":"text/plain"},"item":[{"id":"f4c3a6f7-0c63-42b2-8610-0de5d4a9fce4","name":"Create experiment","request":{"name":"Create experiment","description":{"content":"Create a new A/B/X test for recommendations or item search.","type":"text/plain"},"url":{"path":["optimizer","v2","experiments"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"experimentKind\": \"RECOMMENDATION_CAMPAIGN\",\n  \"variantsAllocationMethod\": \"Manual\",\n  \"variants\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"description\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"22f00f6f-76cb-444e-af11-893406fdd49d","name":"ID of the created experiment","originalRequest":{"url":{"path":["optimizer","v2","experiments"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"experimentKind\": \"ITEMS_SEARCH\",\n  \"variantsAllocationMethod\": \"Manual\",\n  \"variants\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"description\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"experimentId\": 9665\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7cef5cde-0c90-45a8-b6f6-ba334faa2118","name":"Check error message for more details.","originalRequest":{"url":{"path":["optimizer","v2","experiments"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"experimentKind\": \"ITEMS_SEARCH\",\n  \"variantsAllocationMethod\": \"Manual\",\n  \"variants\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"description\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"errorCode\": \"string\",\n  \"help\": \"string\",\n  \"httpStatus\": 6070,\n  \"message\": \"string\",\n  \"path\": \"string\",\n  \"requestId\": \"string\",\n  \"status\": 1689,\n  \"timestamp\": \"1963-03-06T08:55:48.089Z\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"80780098-18ba-443f-8b51-c7cf56230640","name":"Find experiments","request":{"name":"Find experiments","description":{"content":"Find experiments. You can filter the results by campaign type, status, author, or search for a string in the name, or declare the ID of the experiment.","type":"text/plain"},"url":{"path":["optimizer","v2","experiments"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"campaignType","value":"ITEMS_SEARCH","description":"CampaignType of the experiment"},{"disabled":false,"key":"status","value":"NotStarted","description":"Requested status of the experiment. One of: NotStarted, Running, Paused, Finished, Draft. May pass more than one status."},{"disabled":false,"key":"status","value":"Running","description":"Requested status of the experiment. One of: NotStarted, Running, Paused, Finished, Draft. May pass more than one status."},{"disabled":false,"key":"search","value":"string","description":"ID of the experiment or a part of its name."}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"3775c81e-acdc-43cd-91ad-e91df7d1c713","name":"Experiments returned","originalRequest":{"url":{"path":["optimizer","v2","experiments"],"host":["{{baseUrl}}"],"query":[{"key":"campaignType","value":"ITEMS_SEARCH"},{"key":"status","value":"Paused"},{"key":"status","value":"Finished"},{"key":"search","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"experimentId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"experimentKind\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"variantsAllocationMethod\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"variants\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"author\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"stoppedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"updatedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"experimentId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"experimentKind\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"variantsAllocationMethod\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"variants\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"author\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"stoppedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"updatedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"fa980e35-f8ea-4ce0-8a31-99a05eb1ef96","name":"Update experiment","request":{"name":"Update experiment","description":{"content":"Update an existing experiment.","type":"text/plain"},"url":{"path":["optimizer","v2","experiments",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"id","description":"(Required) ID of the experiment"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"experimentKind\": \"ITEMS_SEARCH\",\n  \"variantsAllocationMethod\": \"Manual\",\n  \"variants\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"description\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"1869a50e-b599-4185-bf8a-d726cf2c0693","name":"Experiment updated successfully","originalRequest":{"url":{"path":["optimizer","v2","experiments",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"id","description":"(Required) ID of the experiment"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"experimentKind\": \"ITEMS_SEARCH\",\n  \"variantsAllocationMethod\": \"Manual\",\n  \"variants\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"description\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"ee47d2d9-86f9-49b4-9677-0c6f72fd6c83","name":"Check error message for more details.","originalRequest":{"url":{"path":["optimizer","v2","experiments",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"id","description":"(Required) ID of the experiment"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"experimentKind\": \"ITEMS_SEARCH\",\n  \"variantsAllocationMethod\": \"Manual\",\n  \"variants\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"description\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"errorCode\": \"string\",\n  \"help\": \"string\",\n  \"httpStatus\": 6070,\n  \"message\": \"string\",\n  \"path\": \"string\",\n  \"requestId\": \"string\",\n  \"status\": 1689,\n  \"timestamp\": \"1963-03-06T08:55:48.089Z\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b8e5814d-f41e-495b-a04b-6f78d87b4e45","name":"Experiment not found. Check error message for more details.","originalRequest":{"url":{"path":["optimizer","v2","experiments",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"id","description":"(Required) ID of the experiment"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"experimentKind\": \"ITEMS_SEARCH\",\n  \"variantsAllocationMethod\": \"Manual\",\n  \"variants\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"description\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"errorCode\": \"string\",\n  \"help\": \"string\",\n  \"httpStatus\": 6070,\n  \"message\": \"string\",\n  \"path\": \"string\",\n  \"requestId\": \"string\",\n  \"status\": 1689,\n  \"timestamp\": \"1963-03-06T08:55:48.089Z\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"fe87408b-f104-4a50-85af-452a7ae5dcbc","name":"Get experiment","request":{"name":"Get experiment","description":{"content":"Retrieve the details of an experiment.","type":"text/plain"},"url":{"path":["optimizer","v2","experiments",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"id","description":"(Required) ID of the experiment"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"0c326125-351f-41a4-baa7-33999e61c51a","name":"Extended experiment returned","originalRequest":{"url":{"path":["optimizer","v2","experiments",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"id","description":"(Required) ID of the experiment"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"experimentId\": 4542,\n  \"name\": \"string\",\n  \"experimentKind\": \"RECOMMENDATION_CAMPAIGN\",\n  \"variantsAllocationMethod\": \"Manual\",\n  \"status\": \"Paused\",\n  \"createdAt\": \"1978-08-16T07:33:11.891Z\",\n  \"variants\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"author\": 4217,\n  \"description\": \"string\",\n  \"startedAt\": \"2004-05-08T07:09:32.512Z\",\n  \"stoppedAt\": \"1981-07-30T17:08:26.269Z\",\n  \"updatedAt\": \"1978-12-09T11:29:44.626Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9d3e56f4-406d-488b-af86-f8d338317ab3","name":"Experiment not found. Check error message for more details.","originalRequest":{"url":{"path":["optimizer","v2","experiments",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"id","description":"(Required) ID of the experiment"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"errorCode\": \"string\",\n  \"help\": \"string\",\n  \"httpStatus\": 6070,\n  \"message\": \"string\",\n  \"path\": \"string\",\n  \"requestId\": \"string\",\n  \"status\": 1689,\n  \"timestamp\": \"1963-03-06T08:55:48.089Z\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"89aab2c7-eeea-4e9d-b2f4-a254ed50016a","name":"Delete experiment","request":{"name":"Delete experiment","description":{"content":"Delete an experiment permanently.","type":"text/plain"},"url":{"path":["optimizer","v2","experiments",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"id","description":"(Required) ID of the experiment"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"fcca3b8d-b4ce-4283-b7e3-9e01cf1b93d9","name":"Experiment deleted successfully","originalRequest":{"url":{"path":["optimizer","v2","experiments",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"id","description":"(Required) ID of the experiment"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"27c567cb-0831-4d4a-bfd1-bad71edcf6cf","name":"Experiment not found. Check error message for more details.","originalRequest":{"url":{"path":["optimizer","v2","experiments",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"id","description":"(Required) ID of the experiment"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"errorCode\": \"string\",\n  \"help\": \"string\",\n  \"httpStatus\": 6070,\n  \"message\": \"string\",\n  \"path\": \"string\",\n  \"requestId\": \"string\",\n  \"status\": 1689,\n  \"timestamp\": \"1963-03-06T08:55:48.089Z\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"04310a39-4e64-4913-9462-9a6ab599e410","name":"Start experiment","request":{"name":"Start experiment","description":{"content":"Start an experiment (for paused experiments, use [this method](#operation/ResumeExperiment)).","type":"text/plain"},"url":{"path":["optimizer","v2","experiments",":id","start"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"id","description":"(Required) ID of the experiment"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"6d71f435-3ea6-447d-9fd4-183ea92104e4","name":"Experiment started successfully","originalRequest":{"url":{"path":["optimizer","v2","experiments",":id","start"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"id","description":"(Required) ID of the experiment"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"b93c8e65-255a-4c3b-b11d-3891fce6b345","name":"Check error message for more details.","originalRequest":{"url":{"path":["optimizer","v2","experiments",":id","start"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"id","description":"(Required) ID of the experiment"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"errorCode\": \"string\",\n  \"help\": \"string\",\n  \"httpStatus\": 6070,\n  \"message\": \"string\",\n  \"path\": \"string\",\n  \"requestId\": \"string\",\n  \"status\": 1689,\n  \"timestamp\": \"1963-03-06T08:55:48.089Z\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"32f6e160-b968-4b11-b499-cd2481844cdf","name":"Experiment not found. Check error message for more details.","originalRequest":{"url":{"path":["optimizer","v2","experiments",":id","start"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"id","description":"(Required) ID of the experiment"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"errorCode\": \"string\",\n  \"help\": \"string\",\n  \"httpStatus\": 6070,\n  \"message\": \"string\",\n  \"path\": \"string\",\n  \"requestId\": \"string\",\n  \"status\": 1689,\n  \"timestamp\": \"1963-03-06T08:55:48.089Z\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"95c1d652-8e8a-45fe-9a00-a8ecdd7f1895","name":"Stop experiment","request":{"name":"Stop experiment","description":{"content":"Stop an experiment. It **cannot** be started again.","type":"text/plain"},"url":{"path":["optimizer","v2","experiments",":id","stop"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"id","description":"(Required) ID of the experiment"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"9f15a8c2-3531-4085-8c94-dd3956898540","name":"Experiment stopped successfully","originalRequest":{"url":{"path":["optimizer","v2","experiments",":id","stop"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"id","description":"(Required) ID of the experiment"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"225d2567-5545-4cff-adca-15faaeca848b","name":"Check error message for more details.","originalRequest":{"url":{"path":["optimizer","v2","experiments",":id","stop"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"id","description":"(Required) ID of the experiment"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"errorCode\": \"string\",\n  \"help\": \"string\",\n  \"httpStatus\": 6070,\n  \"message\": \"string\",\n  \"path\": \"string\",\n  \"requestId\": \"string\",\n  \"status\": 1689,\n  \"timestamp\": \"1963-03-06T08:55:48.089Z\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c3060cc4-890c-4c79-ba07-81de2c67131c","name":"Experiment not found. Check error message for more details.","originalRequest":{"url":{"path":["optimizer","v2","experiments",":id","stop"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"id","description":"(Required) ID of the experiment"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"errorCode\": \"string\",\n  \"help\": \"string\",\n  \"httpStatus\": 6070,\n  \"message\": \"string\",\n  \"path\": \"string\",\n  \"requestId\": \"string\",\n  \"status\": 1689,\n  \"timestamp\": \"1963-03-06T08:55:48.089Z\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"472d8b38-baf7-4642-adb9-8713e1bf75ce","name":"Pause experiment","request":{"name":"Pause experiment","description":{"content":"Pause an experiment. It can be resumed later.","type":"text/plain"},"url":{"path":["optimizer","v2","experiments",":id","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"id","description":"(Required) ID of the experiment"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"e4263822-6dde-47ed-b987-6762b08dfaac","name":"Experiment paused successfully","originalRequest":{"url":{"path":["optimizer","v2","experiments",":id","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"id","description":"(Required) ID of the experiment"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"9bb26468-7df5-4452-8ab8-f2671bd9cb30","name":"Check error message for more details.","originalRequest":{"url":{"path":["optimizer","v2","experiments",":id","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"id","description":"(Required) ID of the experiment"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"errorCode\": \"string\",\n  \"help\": \"string\",\n  \"httpStatus\": 6070,\n  \"message\": \"string\",\n  \"path\": \"string\",\n  \"requestId\": \"string\",\n  \"status\": 1689,\n  \"timestamp\": \"1963-03-06T08:55:48.089Z\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2a3e81e8-8f58-44d5-8498-f36d8d1d909b","name":"Experiment not found. Check error message for more details.","originalRequest":{"url":{"path":["optimizer","v2","experiments",":id","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"id","description":"(Required) ID of the experiment"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"errorCode\": \"string\",\n  \"help\": \"string\",\n  \"httpStatus\": 6070,\n  \"message\": \"string\",\n  \"path\": \"string\",\n  \"requestId\": \"string\",\n  \"status\": 1689,\n  \"timestamp\": \"1963-03-06T08:55:48.089Z\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"8de55fa1-922b-4c94-9d77-1e2f190fb257","name":"Resume experiment","request":{"name":"Resume experiment","description":{"content":"Resume an experiment after it was paused.","type":"text/plain"},"url":{"path":["optimizer","v2","experiments",":id","resume"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"id","description":"(Required) ID of the experiment"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"1fead7fa-10f9-4a7f-96d4-6799a5df196e","name":"Experiment resumed successfully","originalRequest":{"url":{"path":["optimizer","v2","experiments",":id","resume"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"id","description":"(Required) ID of the experiment"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"6b865f6b-3070-4933-9f78-01292a3dc087","name":"Check error message for more details.","originalRequest":{"url":{"path":["optimizer","v2","experiments",":id","resume"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"id","description":"(Required) ID of the experiment"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"errorCode\": \"string\",\n  \"help\": \"string\",\n  \"httpStatus\": 6070,\n  \"message\": \"string\",\n  \"path\": \"string\",\n  \"requestId\": \"string\",\n  \"status\": 1689,\n  \"timestamp\": \"1963-03-06T08:55:48.089Z\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f1bfaaaa-ae3a-41dc-8166-4a4c25d2f0a3","name":"Experiment not found. Check error message for more details.","originalRequest":{"url":{"path":["optimizer","v2","experiments",":id","resume"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"id","description":"(Required) ID of the experiment"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"1cb96553-bb86-4074-8132-1d4386145b0b","name":"Duplicate experiment","request":{"name":"Duplicate experiment","description":{"content":"Create a copy of an existing experiment. You can only duplicate experiments that are stopped.","type":"text/plain"},"url":{"path":["optimizer","v2","experiments",":id","duplicate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"id","description":"(Required) ID of the experiment"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"d58dad32-8ec6-4ba2-b2da-ba20e016091c","name":"ID of the created experiment","originalRequest":{"url":{"path":["optimizer","v2","experiments",":id","duplicate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"id","description":"(Required) ID of the experiment"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"experimentId\": 9665\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"19a6118e-2c27-4d4c-be86-5b859539fe61","name":"Check error message for more details.","originalRequest":{"url":{"path":["optimizer","v2","experiments",":id","duplicate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"id","description":"(Required) ID of the experiment"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"errorCode\": \"string\",\n  \"help\": \"string\",\n  \"httpStatus\": 6070,\n  \"message\": \"string\",\n  \"path\": \"string\",\n  \"requestId\": \"string\",\n  \"status\": 1689,\n  \"timestamp\": \"1963-03-06T08:55:48.089Z\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"797ed10f-7ad6-4258-aafc-86e9f0056821","name":"Experiment not found. Check error message for more details.","originalRequest":{"url":{"path":["optimizer","v2","experiments",":id","duplicate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"id","description":"(Required) ID of the experiment"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"errorCode\": \"string\",\n  \"help\": \"string\",\n  \"httpStatus\": 6070,\n  \"message\": \"string\",\n  \"path\": \"string\",\n  \"requestId\": \"string\",\n  \"status\": 1689,\n  \"timestamp\": \"1963-03-06T08:55:48.089Z\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"d8767c2e-df14-4583-a89c-4c4a5502a59e","name":"Promotions","description":{"content":"","type":"text/plain"},"item":[{"id":"53e4dcca-1ea3-47e0-a172-1f52aeab5d1f","name":"Get a Profile's promotions as Profile","request":{"name":"Get a Profile's promotions as Profile","description":{"content":"A Profile can retrieve a list of all its promotions, assigned or activated. By default, only non-expired promotions are retrieved.\n\n**IMPORTANT**: \n- As a result of this request, the `targetSegments` of all the matching promotions are checked. If this results in checking more than 30 unique segments, any segments above this limit may be ignored.\n- The endpoint is limited to 25000 requests per minute (per workspace).\n","type":"text/plain"},"url":{"path":["v4","promotions","promotion","get-for-client"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"sort","value":"requireRedeemedPoints,desc","description":"The sorting order of the response.\n\n\n  You can sort by any combination of the following attributes:\n  * `headerName`: promotion header name\n  * `name`: promotion name\n  * `code`: promotion code\n  * `startAt`: time when the promotion starts\n  * `createdAt`: time when the promotion was created\n  * `updatedAt`: time when the promotion was last updated\n  * `expireAt`: time when the promotion expires\n  * `requireRedeemedPoints`: how many loyalty points are needed to redeem the promotion\n  * `type`: type of the promotion\n  * `priority`: priority of the promotion\n  * `status` : status of the promotion for the Profile\n\n  Additionally, you can add the following attributes:\n  * `ai` : enables ai sorting, should be only combined with `status` sorting (direction of sorting is not needed)\n\n  You can sort ascending (default) or descending by adding `asc` or `desc` after the parameter, separated by a comma.\n\n  **Example**: `sort=requireRedeemedPoints&sort=expireAt,asc&sort=status,desc`\n"},{"disabled":false,"key":"status","value":"ASSIGNED,ACTIVE","description":"Filter by promotion status"},{"disabled":false,"key":"presentOnly","value":"true","description":"When set to:\n- `true`, the response includes only promotions that are currently active (startAt later than now or null, expireAt later than now or null)\n- `false`, the response includes the above and also promotions that are expired or will become active in the future.\n"},{"disabled":false,"key":"displayableOnly","value":"true","description":"When set to `true`, promotions which are not currently active are included in response, according to date range defined in promotion fields `displayFrom` and `displayTo`."},{"disabled":false,"key":"tagNames","value":"string,string","description":"Filter the response to promotions with a certain tag or tags"},{"disabled":false,"key":"limit","value":"100","description":"The number of items to return per page"},{"disabled":false,"key":"page","value":"4","description":"Page number to return for pagination. The first page has the index `1`."},{"disabled":false,"key":"includeMeta","value":"false","description":"\nWhen `true`, pagination metadata is included in the response body.\n\nWhen `false`, the data is included in the response headers:\n\n- Link: links to neighbors, first, and last pages in pagination.\n\n- X-Pagination-Total-Count: total number of items on all pages\n\n- X-Pagination-Total-Pages: total number of pages\n\n- X-Pagination-Page: current page\n\n- X-Pagination-Limit: maximum number of items on a page\n"},{"disabled":false,"key":"checkGlobalActivationLimits","value":"true","description":"Flag to indicate if global limits should be checked"},{"disabled":false,"key":"includeVouchers","value":"false","description":"\nWhen `true`, promotion with defined vouchers will also have list of assigned vouchers.\n\nWhen `false`, vouchers will not be fetched.\n"},{"disabled":false,"key":"storeIds","value":"string","description":"Limits the response to data from particular stores, identified by IDs."}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"a5a2e93c-bc62-4ca0-871f-990119d6e54e","name":"An array of promotions","originalRequest":{"url":{"path":["v4","promotions","promotion","get-for-client"],"host":["{{baseUrl}}"],"query":[{"key":"sort","value":"requireRedeemedPoints,desc"},{"key":"status","value":"ASSIGNED,ACTIVE"},{"key":"presentOnly","value":"true"},{"key":"displayableOnly","value":"true"},{"key":"tagNames","value":"string,string"},{"key":"limit","value":"100"},{"key":"page","value":"4"},{"key":"includeMeta","value":"false"},{"key":"checkGlobalActivationLimits","value":"true"},{"key":"includeVouchers","value":"false"},{"key":"storeIds","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"meta\": {\n    \"code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"link\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"page\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalPages\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5984d146-cd04-46d4-a93b-64fe2025193d","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","promotion","get-for-client"],"host":["{{baseUrl}}"],"query":[{"key":"sort","value":"requireRedeemedPoints,desc"},{"key":"status","value":"ASSIGNED,ACTIVE"},{"key":"presentOnly","value":"true"},{"key":"displayableOnly","value":"true"},{"key":"tagNames","value":"string,string"},{"key":"limit","value":"100"},{"key":"page","value":"4"},{"key":"includeMeta","value":"false"},{"key":"checkGlobalActivationLimits","value":"true"},{"key":"includeVouchers","value":"false"},{"key":"storeIds","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d26e458b-62ff-4225-99b1-23a45ad20069","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","promotion","get-for-client"],"host":["{{baseUrl}}"],"query":[{"key":"sort","value":"requireRedeemedPoints,desc"},{"key":"status","value":"ASSIGNED,ACTIVE"},{"key":"presentOnly","value":"true"},{"key":"displayableOnly","value":"true"},{"key":"tagNames","value":"string,string"},{"key":"limit","value":"100"},{"key":"page","value":"4"},{"key":"includeMeta","value":"false"},{"key":"checkGlobalActivationLimits","value":"true"},{"key":"includeVouchers","value":"false"},{"key":"storeIds","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f590a8ca-1ab4-48f9-94fd-0cbdc4ca1226","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","promotion","get-for-client"],"host":["{{baseUrl}}"],"query":[{"key":"sort","value":"requireRedeemedPoints,desc"},{"key":"status","value":"ASSIGNED,ACTIVE"},{"key":"presentOnly","value":"true"},{"key":"displayableOnly","value":"true"},{"key":"tagNames","value":"string,string"},{"key":"limit","value":"100"},{"key":"page","value":"4"},{"key":"includeMeta","value":"false"},{"key":"checkGlobalActivationLimits","value":"true"},{"key":"includeVouchers","value":"false"},{"key":"storeIds","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"948b44e3-5b4e-45d6-aa24-e145701fc518","name":"Duplicate existing promotion","request":{"name":"Duplicate existing promotion","description":{"content":"You can duplicate an existing promotion.","type":"text/plain"},"url":{"path":["v4","promotions","promotion","duplicate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"uuid\": \"string\",\n  \"code\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"5d5f7d7f-64fc-4200-ad96-a855e8b4f448","name":"Promotion duplicated","originalRequest":{"url":{"path":["v4","promotions","promotion","duplicate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"uuid\": \"string\",\n  \"code\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"uuid\": \"string\",\n  \"code\": \"string\",\n  \"status\": \"DRAFT\",\n  \"type\": \"GENERAL\",\n  \"redeemLimitPerClient\": 0,\n  \"redeemQuantityPerActivation\": 4402110,\n  \"redeemLimitGlobal\": 0,\n  \"activationLimitGlobalType\": \"LIFETIME\",\n  \"activationLimitGlobalLimit\": 432462377,\n  \"activationLimitGlobalCounter\": 153,\n  \"activationLimitGlobalRelativeMinutes\": null,\n  \"activationLimitGlobalReached\": null,\n  \"redeemType\": \"FULL\",\n  \"discountType\": \"NONE\",\n  \"details\": {\n    \"discountType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"cashbackSettings\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"discountValue\": 0,\n  \"discountMode\": \"STATIC\",\n  \"discountModeDetails\": {\n    \"discountSteps\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountUsageTrigger\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"preDiscountValue\": 0,\n  \"requireRedeemedPoints\": 2509.4426216476327,\n  \"headerName\": \"string\",\n  \"headerDescription\": \"string\",\n  \"name\": \"string\",\n  \"headline\": \"string\",\n  \"description\": \"string\",\n  \"images\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"createdAt\": \"1991-11-24T12:06:02.468Z\",\n  \"startAt\": \"1993-04-16T09:04:43.217Z\",\n  \"expireAt\": \"2016-02-12T14:44:21.752Z\",\n  \"displayFrom\": \"string\",\n  \"displayTo\": \"string\",\n  \"lastingTime\": 0,\n  \"params\": {\n    \"key_0\": \"string\"\n  },\n  \"itemScope\": \"LINE_ITEM\",\n  \"minBasketValue\": null,\n  \"maxBasketValue\": null,\n  \"catalog\": \"221\",\n  \"catalogItemType\": \"FILTERED\",\n  \"catalogFilterIds\": [\n    \"f978b20f-7156-40ed-99c2-3af62b76af12\"\n  ],\n  \"storeCatalog\": \"string\",\n  \"storeItemType\": \"ALL\",\n  \"storeIds\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"targetType\": \"ALL\",\n  \"targetSegment\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"price\": 0,\n  \"priority\": 250,\n  \"metric\": \"string\",\n  \"importHash\": \"8062d6b3-9eb0-e016-1253-04bd78655e7c\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e70c8887-a4e1-4602-8f59-c14c9641ff8b","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","promotion","duplicate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"uuid\": \"string\",\n  \"code\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"168ed57f-7cb2-4887-92f7-2d4c37832044","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","promotion","duplicate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"uuid\": \"string\",\n  \"code\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"428665b1-437c-41fa-88ce-565de6c03786","name":"Promotion not found","originalRequest":{"url":{"path":["v4","promotions","promotion","duplicate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"uuid\": \"string\",\n  \"code\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Promotion not found\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7c33735c-8137-4713-8b5c-99b9fd4d5d9f","name":"Internal Server Error","originalRequest":{"url":{"path":["v4","promotions","promotion","duplicate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"uuid\": \"string\",\n  \"code\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"133afac3-9ff0-4e36-8aca-ce065397f41f","name":"Activate a promotion","request":{"name":"Activate a promotion","description":{"content":"A Profile can change the status of a promotion from `assigned` to `active`, the promotion can now be applied to a purchase.","type":"text/plain"},"url":{"path":["v4","promotions","promotion","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"key\": \"code\",\n  \"value\": \"7893467834GG\",\n  \"pointsToUse\": 100\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"6db4c497-9664-4864-9e95-03551d4a9140","name":"Promotion activated","originalRequest":{"url":{"path":["v4","promotions","promotion","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key\": \"code\",\n  \"value\": \"7893467834GG\",\n  \"pointsToUse\": 100\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"uuid\": \"string\",\n  \"code\": \"string\",\n  \"status\": \"ACTIVE\",\n  \"type\": \"GENERAL\",\n  \"redeemLimitPerClient\": 0,\n  \"redeemQuantityPerActivation\": 2077987,\n  \"currentRedeemedQuantity\": 5509,\n  \"currentRedeemedLimit\": 9781,\n  \"activationCounter\": 9659,\n  \"possibleRedeems\": 6779,\n  \"details\": {\n    \"discountType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"discountType\": \"NONE\",\n  \"discountValue\": 0,\n  \"discountMode\": \"STATIC\",\n  \"discountModeDetails\": {\n    \"discountSteps\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountUsageTrigger\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"requireRedeemedPoints\": 2213.692984856198,\n  \"name\": \"string\",\n  \"headline\": \"string\",\n  \"description\": \"string\",\n  \"images\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"startAt\": \"1981-11-02T18:00:02.280Z\",\n  \"expireAt\": \"1948-12-07T14:59:56.383Z\",\n  \"displayFrom\": \"string\",\n  \"displayTo\": \"string\",\n  \"assignedAt\": \"1994-10-14T19:25:10.874Z\",\n  \"lastingTime\": 0,\n  \"lastingAt\": \"2002-07-17T21:15:12.169Z\",\n  \"params\": {\n    \"key_0\": 2944.601469439855\n  },\n  \"price\": 0,\n  \"priority\": 250,\n  \"itemScope\": \"LINE_ITEM\",\n  \"minBasketValue\": null,\n  \"maxBasketValue\": null,\n  \"vouchers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3db14645-9235-49a2-9927-60d219e2e03a","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","promotion","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key\": \"code\",\n  \"value\": \"7893467834GG\",\n  \"pointsToUse\": 100\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"13ddc3f4-23ab-408f-93cc-d7ae77889763","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","promotion","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key\": \"code\",\n  \"value\": \"7893467834GG\",\n  \"pointsToUse\": 100\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"97eebc59-c28a-46c9-a4fc-3e9ea2dfb9d2","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","promotion","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key\": \"code\",\n  \"value\": \"7893467834GG\",\n  \"pointsToUse\": 100\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c35baf66-5107-4ccd-9577-b8eec426f18b","name":"Profile, promotion, or related resource not found","originalRequest":{"url":{"path":["v4","promotions","promotion","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key\": \"code\",\n  \"value\": \"7893467834GG\",\n  \"pointsToUse\": 100\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"string\",\n  \"error\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ee6b0607-af04-4c1c-850a-0906878b597e","name":"Waiting for profile lock release","originalRequest":{"url":{"path":["v4","promotions","promotion","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key\": \"code\",\n  \"value\": \"7893467834GG\",\n  \"pointsToUse\": 100\n}","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"string\",\n  \"error\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8baea9e1-8812-43b1-b22c-bc64e3cd98b1","name":"Already activated/Already redeemed/Activation limit reached/Promotion not started/Promotion expired","originalRequest":{"url":{"path":["v4","promotions","promotion","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key\": \"code\",\n  \"value\": \"7893467834GG\",\n  \"pointsToUse\": 100\n}","options":{"raw":{"language":"json"}}}},"status":"Precondition Failed","code":412,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"string\",\n  \"error\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"60e97f92-ac77-434c-8154-63a8c16c644d","name":"Global Activation limit reached","originalRequest":{"url":{"path":["v4","promotions","promotion","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key\": \"code\",\n  \"value\": \"7893467834GG\",\n  \"pointsToUse\": 100\n}","options":{"raw":{"language":"json"}}}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"string\",\n  \"error\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b7e24bab-a84a-47cf-91a8-52829a2fe75d","name":"Profile promotions blocked","originalRequest":{"url":{"path":["v4","promotions","promotion","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key\": \"code\",\n  \"value\": \"7893467834GG\",\n  \"pointsToUse\": 100\n}","options":{"raw":{"language":"json"}}}},"status":"Locked (WebDAV) (RFC 4918)","code":423,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"string\",\n  \"error\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6ccddd0b-4c62-4b05-bf31-1a96afff7618","name":"General error","originalRequest":{"url":{"path":["v4","promotions","promotion","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key\": \"code\",\n  \"value\": \"7893467834GG\",\n  \"pointsToUse\": 100\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"956110a3-1b39-4f47-9c4c-c5fd9bad85a8","name":"Batch activate promotions","request":{"name":"Batch activate promotions","description":{"content":"A Profile can change the status of a number of promotions from `assigned` to `active`, the promotion can now be applied to a purchase.","type":"text/plain"},"url":{"path":["v4","promotions","promotion","batch-activate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"[\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  },\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  }\n]","options":{"raw":{"language":"json"}}}},"response":[{"id":"beed0cba-ec44-4c55-9448-7decc962a040","name":"Promotions activated","originalRequest":{"url":{"path":["v4","promotions","promotion","batch-activate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  },\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9030676a-aa66-456e-8c78-b4c1585bd1d4","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","promotion","batch-activate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  },\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"19b3460a-c04b-4afd-8102-dac545996e7d","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","promotion","batch-activate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  },\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3906487c-29f6-45fc-870f-efa42b03b397","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","promotion","batch-activate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  },\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"03c9c2c4-d7f6-45e6-852b-5513f410fa1a","name":"Profile, promotion, or related resource not found","originalRequest":{"url":{"path":["v4","promotions","promotion","batch-activate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  },\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"string\",\n  \"error\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7a3b8d78-228d-4cc5-83ee-0ee11d2b68ec","name":"Waiting for profile lock release","originalRequest":{"url":{"path":["v4","promotions","promotion","batch-activate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  },\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"string\",\n  \"error\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"45fe99fc-9d05-4cd0-88b6-62100620f9a8","name":"Already activated/Already redeemed/Activation limit reached/Promotion not started/Promotion expired","originalRequest":{"url":{"path":["v4","promotions","promotion","batch-activate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  },\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Precondition Failed","code":412,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"string\",\n  \"error\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"33f5d053-7ff7-4768-87f0-35b7d9896b76","name":"Profile promotions blocked","originalRequest":{"url":{"path":["v4","promotions","promotion","batch-activate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  },\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Locked (WebDAV) (RFC 4918)","code":423,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"string\",\n  \"error\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3ebf54a0-9ade-4575-a04f-ec2cede2f498","name":"General error","originalRequest":{"url":{"path":["v4","promotions","promotion","batch-activate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  },\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"46be8667-8829-45cf-a216-ce1b9892fa44","name":"Deactivate a promotion","request":{"name":"Deactivate a promotion","description":{"content":"A Profile can change the status of an activated promotion back to `assigned`.","type":"text/plain"},"url":{"path":["v4","promotions","promotion","deactivate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"key\": \"code\",\n  \"value\": \"7893467834GG\",\n  \"pointsToUse\": 100\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"ce111c68-3207-4ff8-87cb-fea232aa79e4","name":"Promotion deactivated","originalRequest":{"url":{"path":["v4","promotions","promotion","deactivate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key\": \"code\",\n  \"value\": \"7893467834GG\",\n  \"pointsToUse\": 100\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"uuid\": \"string\",\n  \"code\": \"string\",\n  \"status\": \"ASSIGNED\",\n  \"type\": \"GENERAL\",\n  \"redeemLimitPerClient\": 0,\n  \"redeemQuantityPerActivation\": 7063420,\n  \"currentRedeemedQuantity\": 1148,\n  \"currentRedeemedLimit\": 2190,\n  \"activationCounter\": 376,\n  \"possibleRedeems\": 4425,\n  \"details\": {\n    \"discountType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"discountType\": \"NONE\",\n  \"discountValue\": 0,\n  \"discountMode\": \"STATIC\",\n  \"discountModeDetails\": {\n    \"discountSteps\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountUsageTrigger\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"requireRedeemedPoints\": 5915.200379816755,\n  \"name\": \"string\",\n  \"headline\": \"string\",\n  \"description\": \"string\",\n  \"images\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"startAt\": \"1954-06-06T16:41:20.847Z\",\n  \"expireAt\": \"1987-08-24T17:10:26.108Z\",\n  \"displayFrom\": \"string\",\n  \"displayTo\": \"string\",\n  \"assignedAt\": \"2014-08-02T06:25:38.078Z\",\n  \"lastingTime\": 0,\n  \"lastingAt\": \"2020-10-04T21:12:47.482Z\",\n  \"params\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  },\n  \"price\": 0,\n  \"priority\": 250,\n  \"itemScope\": \"LINE_ITEM\",\n  \"minBasketValue\": null,\n  \"maxBasketValue\": null,\n  \"vouchers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"452badf9-35ea-41e1-a65d-8e077f4fb11d","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","promotion","deactivate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key\": \"code\",\n  \"value\": \"7893467834GG\",\n  \"pointsToUse\": 100\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3d1d158b-4752-4b88-b849-f07d4bbcbeb6","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","promotion","deactivate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key\": \"code\",\n  \"value\": \"7893467834GG\",\n  \"pointsToUse\": 100\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4dcc3322-1f37-46c3-ae44-02e1e8a509c3","name":"Promotion deactivation is forbidden due to promotion setup.","originalRequest":{"url":{"path":["v4","promotions","promotion","deactivate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key\": \"code\",\n  \"value\": \"7893467834GG\",\n  \"pointsToUse\": 100\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"string\",\n  \"error\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ca8173c9-0702-485a-be3b-68ce4f468bfa","name":"Not Found","originalRequest":{"url":{"path":["v4","promotions","promotion","deactivate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key\": \"code\",\n  \"value\": \"7893467834GG\",\n  \"pointsToUse\": 100\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Promotion for profile not found\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0bdf6937-c1ee-4d87-b9bb-05248fde04ce","name":"Waiting for profile lock release","originalRequest":{"url":{"path":["v4","promotions","promotion","deactivate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key\": \"code\",\n  \"value\": \"7893467834GG\",\n  \"pointsToUse\": 100\n}","options":{"raw":{"language":"json"}}}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"string\",\n  \"error\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"410c2b5e-0e65-4d4f-8713-9de576753991","name":"Batch deactivate promotions","request":{"name":"Batch deactivate promotions","description":{"content":"A Profile can change the status of a number of activated promotions back to `assigned`.","type":"text/plain"},"url":{"path":["v4","promotions","promotion","batch-deactivate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"[\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  },\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  }\n]","options":{"raw":{"language":"json"}}}},"response":[{"id":"d12d372e-1da1-4953-b178-45a859cc289c","name":"Promotions deactivated","originalRequest":{"url":{"path":["v4","promotions","promotion","batch-deactivate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  },\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2bff5781-856a-4d51-b41d-6c9f26e0fcc2","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","promotion","batch-deactivate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  },\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d90305d3-550d-42f5-ab10-f4b9acdaaf30","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","promotion","batch-deactivate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  },\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7b60c4ce-b71f-4643-a6bc-b8f49dcf7910","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","promotion","batch-deactivate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  },\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"317438b5-d11d-4cda-803f-a3e7025f7898","name":"Not Found","originalRequest":{"url":{"path":["v4","promotions","promotion","batch-deactivate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  },\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Promotions for profile not found\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ff3bde41-99ad-4121-9a67-1687879901c0","name":"Waiting for profile lock release","originalRequest":{"url":{"path":["v4","promotions","promotion","batch-deactivate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  },\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"string\",\n  \"error\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"0d86bf17-9e80-4f23-9ce3-c6a10e0f9ee9","name":"Deactivate all promotions for a Profile as Workspace","request":{"name":"Deactivate all promotions for a Profile as Workspace","description":{"content":"You can deactivate all promotions assigned to a Profile.","type":"text/plain"},"url":{"path":["v4","promotions","promotion","deactivate-all-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"returnCodes","value":"true","description":"Return deactivated codes"},{"disabled":false,"key":"lockPoints","value":"true","description":"Lock profile points during the deactivation process"},{"disabled":false,"key":"excludeTags","value":"string,string","description":"Promotions with the tags included in this list will not be deactivated"}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":null},"response":[{"id":"0be68c0a-1d24-4b9e-b6e1-04fb65bf9319","name":"All promotions deactivated","originalRequest":{"url":{"path":["v4","promotions","promotion","deactivate-all-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[{"key":"returnCodes","value":"true"},{"key":"lockPoints","value":"true"},{"key":"excludeTags","value":"string,string"}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a9da42f6-7f47-42be-8733-c47b471852da","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","promotion","deactivate-all-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[{"key":"returnCodes","value":"true"},{"key":"lockPoints","value":"true"},{"key":"excludeTags","value":"string,string"}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a21f4a70-1ee3-42c7-a1ee-6dce59372534","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","promotion","deactivate-all-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[{"key":"returnCodes","value":"true"},{"key":"lockPoints","value":"true"},{"key":"excludeTags","value":"string,string"}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a943607a-26ce-45da-b3a7-c889a5d11580","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","promotion","deactivate-all-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[{"key":"returnCodes","value":"true"},{"key":"lockPoints","value":"true"},{"key":"excludeTags","value":"string,string"}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9fe940c0-f307-4d80-b5e2-45ba4ee3fd47","name":"Profile not found","originalRequest":{"url":{"path":["v4","promotions","promotion","deactivate-all-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[{"key":"returnCodes","value":"true"},{"key":"lockPoints","value":"true"},{"key":"excludeTags","value":"string,string"}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Profile not found\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"04799227-c089-4016-84d2-2e1c8384c689","name":"Redeem a promotion","request":{"name":"Redeem a promotion","description":{"content":"You can redeem a promotion and loyalty points.","type":"text/plain"},"url":{"path":["v4","promotions","promotion","redeem"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"code\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9\",\n  \"clientKey\": \"clientId\",\n  \"clientKeyValue\": \"434428563\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"3f764ed0-e7d1-498f-b0e5-157055f64233","name":"Promotion redeemed successfully","originalRequest":{"url":{"path":["v4","promotions","promotion","redeem"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"code\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9\",\n  \"clientKey\": \"clientId\",\n  \"clientKeyValue\": \"434428563\"\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Promotion redeemed successfully\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"780231b6-e9c2-4bff-90d0-f048aa2da2de","name":"Promotion is already redeemed","originalRequest":{"url":{"path":["v4","promotions","promotion","redeem"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"code\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9\",\n  \"clientKey\": \"clientId\",\n  \"clientKeyValue\": \"434428563\"\n}","options":{"raw":{"language":"json"}}}},"code":209,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Promotion is already redeemed\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9daca64a-6b0f-4d05-8246-d2767b78c9f1","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","promotion","redeem"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"code\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9\",\n  \"clientKey\": \"clientId\",\n  \"clientKeyValue\": \"434428563\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6b7fa647-bdd2-4fc2-907a-a76c287961ce","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","promotion","redeem"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"code\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9\",\n  \"clientKey\": \"clientId\",\n  \"clientKeyValue\": \"434428563\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"927ddce2-87d9-4f4b-927b-f9b4ed3c967e","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","promotion","redeem"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"code\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9\",\n  \"clientKey\": \"clientId\",\n  \"clientKeyValue\": \"434428563\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ed65429b-4568-4f26-bf64-715ec4cebfdc","name":"Not found error","originalRequest":{"url":{"path":["v4","promotions","promotion","redeem"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"code\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9\",\n  \"clientKey\": \"clientId\",\n  \"clientKeyValue\": \"434428563\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Profile not found\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cd85c3f2-9630-4c28-9a66-dcfebc15a012","name":"Waiting for profile lock release","originalRequest":{"url":{"path":["v4","promotions","promotion","redeem"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"code\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9\",\n  \"clientKey\": \"clientId\",\n  \"clientKeyValue\": \"434428563\"\n}","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"string\",\n  \"error\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"26e7ce19-25d5-4dd0-b04f-6804b17a91d0","name":"Unprocessable redemption","originalRequest":{"url":{"path":["v4","promotions","promotion","redeem"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"code\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9\",\n  \"clientKey\": \"clientId\",\n  \"clientKeyValue\": \"434428563\"\n}","options":{"raw":{"language":"json"}}}},"status":"Precondition Failed","code":412,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Promotion not activated\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"222b2949-b83c-4185-9710-6555179d48a1","name":"Profile promotions blocked","originalRequest":{"url":{"path":["v4","promotions","promotion","redeem"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"code\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9\",\n  \"clientKey\": \"clientId\",\n  \"clientKeyValue\": \"434428563\"\n}","options":{"raw":{"language":"json"}}}},"status":"Locked (WebDAV) (RFC 4918)","code":423,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"string\",\n  \"error\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"89556219-8ecd-4616-9512-aad62c55a1de","name":"Batch redeem promotions","request":{"name":"Batch redeem promotions","description":{"content":"You can redeem up to 100 promotions and loyalty points relevant to them.","type":"text/plain"},"url":{"path":["v4","promotions","promotion","batch-redeem"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"[\n  {\n    \"code\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9\",\n    \"clientKey\": \"clientId\",\n    \"clientKeyValue\": \"434428563\"\n  },\n  {\n    \"code\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9\",\n    \"clientKey\": \"clientId\",\n    \"clientKeyValue\": \"434428563\"\n  }\n]","options":{"raw":{"language":"json"}}}},"response":[{"id":"5874d05a-c481-4cf4-a376-d46c72ec08a7","name":"Promotion redeemed successfully","originalRequest":{"url":{"path":["v4","promotions","promotion","batch-redeem"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"code\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9\",\n    \"clientKey\": \"clientId\",\n    \"clientKeyValue\": \"434428563\"\n  },\n  {\n    \"code\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9\",\n    \"clientKey\": \"clientId\",\n    \"clientKeyValue\": \"434428563\"\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Promotion redeemed successfully\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2f7c8cf5-9899-482a-8d9a-aaa79d89f4ae","name":"Promotion is already redeemed","originalRequest":{"url":{"path":["v4","promotions","promotion","batch-redeem"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"code\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9\",\n    \"clientKey\": \"clientId\",\n    \"clientKeyValue\": \"434428563\"\n  },\n  {\n    \"code\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9\",\n    \"clientKey\": \"clientId\",\n    \"clientKeyValue\": \"434428563\"\n  }\n]","options":{"raw":{"language":"json"}}}},"code":209,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Promotion is already redeemed\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ece05772-5ecc-4fa3-9b48-3b679c71b98f","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","promotion","batch-redeem"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"code\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9\",\n    \"clientKey\": \"clientId\",\n    \"clientKeyValue\": \"434428563\"\n  },\n  {\n    \"code\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9\",\n    \"clientKey\": \"clientId\",\n    \"clientKeyValue\": \"434428563\"\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"10dea822-61b9-4072-bd1f-8f662b3ea7aa","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","promotion","batch-redeem"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"code\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9\",\n    \"clientKey\": \"clientId\",\n    \"clientKeyValue\": \"434428563\"\n  },\n  {\n    \"code\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9\",\n    \"clientKey\": \"clientId\",\n    \"clientKeyValue\": \"434428563\"\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e6971230-01fe-46c1-9b1f-f3f811cfb842","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","promotion","batch-redeem"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"code\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9\",\n    \"clientKey\": \"clientId\",\n    \"clientKeyValue\": \"434428563\"\n  },\n  {\n    \"code\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9\",\n    \"clientKey\": \"clientId\",\n    \"clientKeyValue\": \"434428563\"\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"73953e25-d713-4090-b636-0c5229dbe576","name":"Not found error","originalRequest":{"url":{"path":["v4","promotions","promotion","batch-redeem"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"code\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9\",\n    \"clientKey\": \"clientId\",\n    \"clientKeyValue\": \"434428563\"\n  },\n  {\n    \"code\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9\",\n    \"clientKey\": \"clientId\",\n    \"clientKeyValue\": \"434428563\"\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Profile not found\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8ba58ab2-6f10-4052-acc0-7e97f6435455","name":"Waiting for profile lock release","originalRequest":{"url":{"path":["v4","promotions","promotion","batch-redeem"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"code\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9\",\n    \"clientKey\": \"clientId\",\n    \"clientKeyValue\": \"434428563\"\n  },\n  {\n    \"code\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9\",\n    \"clientKey\": \"clientId\",\n    \"clientKeyValue\": \"434428563\"\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"string\",\n  \"error\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e6925b59-6e7b-4632-82bc-4d0e8b94eb4d","name":"Unprocessable redemption","originalRequest":{"url":{"path":["v4","promotions","promotion","batch-redeem"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"code\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9\",\n    \"clientKey\": \"clientId\",\n    \"clientKeyValue\": \"434428563\"\n  },\n  {\n    \"code\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9\",\n    \"clientKey\": \"clientId\",\n    \"clientKeyValue\": \"434428563\"\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Precondition Failed","code":412,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Promotion not activated\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e96d8537-de00-4897-854d-56d42554b020","name":"Profile promotions blocked","originalRequest":{"url":{"path":["v4","promotions","promotion","batch-redeem"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"code\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9\",\n    \"clientKey\": \"clientId\",\n    \"clientKeyValue\": \"434428563\"\n  },\n  {\n    \"code\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9\",\n    \"clientKey\": \"clientId\",\n    \"clientKeyValue\": \"434428563\"\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Locked (WebDAV) (RFC 4918)","code":423,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"string\",\n  \"error\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b64786cc-8782-4780-8a88-51399df76dbb","name":"Get a Profile's promotions as Workspace (v2)","request":{"name":"Get a Profile's promotions as Workspace (v2)","description":{"content":"A Workspace can retrieve a list of a profile's promotions. By default, only non-expired promotions are retrieved.\n\n**IMPORTANT**: \n- As a result of this request, the `targetSegments` of all the matching promotions are checked. If this results in checking more than 30 unique segments, any segments above this limit may be ignored.\n- The endpoint is limited to 25000 requests per minute (per workspace).\n","type":"text/plain"},"url":{"path":["v4","promotions","v2","promotion","get-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"sort","value":"requireRedeemedPoints,desc","description":"The sorting order of the response.\n\n\n  You can sort by any combination of the following attributes:\n  * `headerName`: promotion header name\n  * `name`: promotion name\n  * `code`: promotion code\n  * `startAt`: time when the promotion starts\n  * `createdAt`: time when the promotion was created\n  * `updatedAt`: time when the promotion was last updated\n  * `expireAt`: time when the promotion expires\n  * `requireRedeemedPoints`: how many loyalty points are needed to redeem the promotion\n  * `type`: type of the promotion\n  * `priority`: priority of the promotion\n  * `status` : status of the promotion for the Profile\n\n  Additionally, you can add the following attributes:\n  * `ai` : enables ai sorting, should be only combined with `status` sorting (direction of sorting is not needed)\n\n  You can sort ascending (default) or descending by adding `asc` or `desc` after the parameter, separated by a comma.\n\n  **Example**: `sort=requireRedeemedPoints&sort=expireAt,asc&sort=status,desc`\n"},{"disabled":false,"key":"status","value":"ASSIGNED,ACTIVE","description":"Filter by promotion status"},{"disabled":false,"key":"presentOnly","value":"true","description":"When set to:\n- `true`, the response includes only promotions that are currently active (startAt later than now or null, expireAt later than now or null)\n- `false`, the response includes the above and also promotions that are expired or will become active in the future.\n"},{"disabled":false,"key":"displayableOnly","value":"true","description":"When set to `true`, promotions which are not currently active are included in response, according to date range defined in promotion fields `displayFrom` and `displayTo`."},{"disabled":false,"key":"tagNames","value":"string,string","description":"Filter the response to promotions with a certain tag or tags"},{"disabled":false,"key":"limit","value":"100","description":"The number of items to return per page"},{"disabled":false,"key":"page","value":"4","description":"Page number to return for pagination. The first page has the index `1`."},{"disabled":false,"key":"includeMeta","value":"false","description":"\nWhen `true`, pagination metadata is included in the response body.\n\nWhen `false`, the data is included in the response headers:\n\n- Link: links to neighbors, first, and last pages in pagination.\n\n- X-Pagination-Total-Count: total number of items on all pages\n\n- X-Pagination-Total-Pages: total number of pages\n\n- X-Pagination-Page: current page\n\n- X-Pagination-Limit: maximum number of items on a page\n"},{"disabled":false,"key":"fields","value":"startAt,description","description":"Return only specified promotion fields. If `fields` is not specified, all fields are returned."},{"disabled":false,"key":"promotionUuids","value":"fc1ee5bf-ad97-47a8-a474-e1b6e755ff38,aabaed4e-4ee7-44d5-b079-445a017ec6fe","description":"Filters the response data by a list of promotion UUIDs."},{"disabled":false,"key":"checkGlobalActivationLimits","value":"true","description":"Flag to indicate if global limits should be checked"},{"disabled":false,"key":"includeVouchers","value":"false","description":"\nWhen `true`, promotion with defined vouchers will also have list of assigned vouchers.\n\nWhen `false`, vouchers will not be fetched.\n"},{"disabled":false,"key":"storeIds","value":"string","description":"Limits the response to data from particular stores, identified by IDs."}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"b23806cd-33f2-426b-abf7-a282675e15d8","name":"An array of promotions","originalRequest":{"url":{"path":["v4","promotions","v2","promotion","get-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[{"key":"sort","value":"requireRedeemedPoints,desc"},{"key":"status","value":"ASSIGNED,ACTIVE"},{"key":"presentOnly","value":"true"},{"key":"displayableOnly","value":"true"},{"key":"tagNames","value":"string,string"},{"key":"limit","value":"100"},{"key":"page","value":"4"},{"key":"includeMeta","value":"false"},{"key":"fields","value":"startAt,description"},{"key":"promotionUuids","value":"fc1ee5bf-ad97-47a8-a474-e1b6e755ff38,aabaed4e-4ee7-44d5-b079-445a017ec6fe"},{"key":"checkGlobalActivationLimits","value":"true"},{"key":"includeVouchers","value":"false"},{"key":"storeIds","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"meta\": {\n    \"code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"link\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"page\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalPages\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a5296edd-1199-4e74-aec3-6679b40b0552","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","v2","promotion","get-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[{"key":"sort","value":"requireRedeemedPoints,desc"},{"key":"status","value":"ASSIGNED,ACTIVE"},{"key":"presentOnly","value":"true"},{"key":"displayableOnly","value":"true"},{"key":"tagNames","value":"string,string"},{"key":"limit","value":"100"},{"key":"page","value":"4"},{"key":"includeMeta","value":"false"},{"key":"fields","value":"startAt,description"},{"key":"promotionUuids","value":"fc1ee5bf-ad97-47a8-a474-e1b6e755ff38,aabaed4e-4ee7-44d5-b079-445a017ec6fe"},{"key":"checkGlobalActivationLimits","value":"true"},{"key":"includeVouchers","value":"false"},{"key":"storeIds","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8ccb25bb-4129-4422-9e5b-b95705cbfdbb","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","v2","promotion","get-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[{"key":"sort","value":"requireRedeemedPoints,desc"},{"key":"status","value":"ASSIGNED,ACTIVE"},{"key":"presentOnly","value":"true"},{"key":"displayableOnly","value":"true"},{"key":"tagNames","value":"string,string"},{"key":"limit","value":"100"},{"key":"page","value":"4"},{"key":"includeMeta","value":"false"},{"key":"fields","value":"startAt,description"},{"key":"promotionUuids","value":"fc1ee5bf-ad97-47a8-a474-e1b6e755ff38,aabaed4e-4ee7-44d5-b079-445a017ec6fe"},{"key":"checkGlobalActivationLimits","value":"true"},{"key":"includeVouchers","value":"false"},{"key":"storeIds","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2ce6bc80-46ab-4c62-9035-bf8e17786e80","name":"Profile not found","originalRequest":{"url":{"path":["v4","promotions","v2","promotion","get-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[{"key":"sort","value":"requireRedeemedPoints,desc"},{"key":"status","value":"ASSIGNED,ACTIVE"},{"key":"presentOnly","value":"true"},{"key":"displayableOnly","value":"true"},{"key":"tagNames","value":"string,string"},{"key":"limit","value":"100"},{"key":"page","value":"4"},{"key":"includeMeta","value":"false"},{"key":"fields","value":"startAt,description"},{"key":"promotionUuids","value":"fc1ee5bf-ad97-47a8-a474-e1b6e755ff38,aabaed4e-4ee7-44d5-b079-445a017ec6fe"},{"key":"checkGlobalActivationLimits","value":"true"},{"key":"includeVouchers","value":"false"},{"key":"storeIds","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Profile not found\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"eeb77492-b44f-40ba-b8b0-b59d41ef794a","name":"View promotion details as Profile","request":{"name":"View promotion details as Profile","description":{"content":"A Profile can view all the details of an assigned or activated promotion.","type":"text/plain"},"url":{"path":["v4","promotions","promotion","get-item-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"lastingOnly","value":"true","description":"When set to `true`, shows promotions/vouchers that are currently active and those that are still inactivated. (lastingAt set to null or lastingAt in future)"}],"variable":[{"disabled":false,"type":"any","value":"uuid","key":"identifierType","description":"(Required) The promotion identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"4a08768d-8467-4f67-9d23-ce07055b6bee","name":"Details of a promotion","originalRequest":{"url":{"path":["v4","promotions","promotion","get-item-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[{"key":"lastingOnly","value":"true"}],"variable":[{"disabled":false,"type":"any","value":"uuid","key":"identifierType","description":"(Required) The promotion identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": {\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"redeemLimitPerClient\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"redeemQuantityPerActivation\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currentRedeemedQuantity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currentRedeemedLimit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"activationCounter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"possibleRedeems\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"details\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountValue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountMode\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountModeDetails\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"requireRedeemedPoints\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"headline\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"images\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"tags\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expireAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"displayFrom\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"displayTo\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"assignedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"lastingTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"lastingAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"params\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"catalogIndexItems\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"price\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"priority\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"itemScope\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"minBasketValue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"maxBasketValue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"vouchers\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"36214815-02c2-4c46-8ed5-a40d542a76a4","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","promotion","get-item-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[{"key":"lastingOnly","value":"true"}],"variable":[{"disabled":false,"type":"any","value":"uuid","key":"identifierType","description":"(Required) The promotion identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b2e634ba-e08d-4872-98c0-2f6dacbda52b","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","promotion","get-item-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[{"key":"lastingOnly","value":"true"}],"variable":[{"disabled":false,"type":"any","value":"uuid","key":"identifierType","description":"(Required) The promotion identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"168e1745-f26c-4639-a8a2-4ee3df1332e4","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","promotion","get-item-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[{"key":"lastingOnly","value":"true"}],"variable":[{"disabled":false,"type":"any","value":"uuid","key":"identifierType","description":"(Required) The promotion identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"26219e2f-209e-43e6-ae4d-a567221e1d2b","name":"Not Found","originalRequest":{"url":{"path":["v4","promotions","promotion","get-item-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[{"key":"lastingOnly","value":"true"}],"variable":[{"disabled":false,"type":"any","value":"uuid","key":"identifierType","description":"(Required) The promotion identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Object not found\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"52286b2c-7f34-4e19-86e1-42b158590d7b","name":"View promotion details as Profile","request":{"name":"View promotion details as Profile","description":{"content":"A Profile can view all the details of an assigned or activated promotion.","type":"text/plain"},"url":{"path":["v4","promotions","promotion","get-item-for-client-no-data",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"uuid","key":"identifierType","description":"(Required) The promotion identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"68e71075-58a5-4976-9e07-72cc6d240b26","name":"Details of a promotion","originalRequest":{"url":{"path":["v4","promotions","promotion","get-item-for-client-no-data",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"uuid","key":"identifierType","description":"(Required) The promotion identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": {\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"redeemLimitPerClient\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"redeemQuantityPerActivation\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currentRedeemedQuantity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currentRedeemedLimit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"activationCounter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"possibleRedeems\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"details\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountValue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountMode\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountModeDetails\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"requireRedeemedPoints\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"headline\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"images\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"tags\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expireAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"displayFrom\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"displayTo\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"assignedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"lastingTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"lastingAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"params\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"catalogIndexItems\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"price\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"priority\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"itemScope\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"minBasketValue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"maxBasketValue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"vouchers\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f6272f1c-488c-4e49-b0d9-aa099bac7562","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","promotion","get-item-for-client-no-data",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"uuid","key":"identifierType","description":"(Required) The promotion identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d73c2ec1-92ca-45eb-964b-8d7cf570f652","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","promotion","get-item-for-client-no-data",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"uuid","key":"identifierType","description":"(Required) The promotion identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b1cc80ef-6331-47ac-b61e-e5ecec63708c","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","promotion","get-item-for-client-no-data",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"uuid","key":"identifierType","description":"(Required) The promotion identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e8afca02-290b-45bc-834a-82c827be4290","name":"Not Found","originalRequest":{"url":{"path":["v4","promotions","promotion","get-item-for-client-no-data",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"uuid","key":"identifierType","description":"(Required) The promotion identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Object not found\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"94d2b6dd-394f-43ae-a233-a60b5a65311b","name":"View Workspace promotions","request":{"name":"View Workspace promotions","description":{"content":"You can retrieve a list of all promotions defined in your Workspaces. It includes configured promotions, ready to be used or already in use.","type":"text/plain"},"url":{"path":["v4","promotions","promotion","list"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"limit","value":"100","description":"The number of items to return per page"},{"disabled":false,"key":"page","value":"4","description":"Page number to return for pagination. The first page has the index `1`."},{"disabled":false,"key":"storeCatalog","value":"string","description":"Limits the response to data from stores included in a catalog."},{"disabled":false,"key":"storeIds","value":"string","description":"Limits the response to data from particular stores, identified by IDs."},{"disabled":false,"key":"includeMeta","value":"false","description":"\nWhen `true`, pagination metadata is included in the response body.\n\nWhen `false`, the data is included in the response headers:\n\n- Link: links to neighbors, first, and last pages in pagination.\n\n- X-Pagination-Total-Count: total number of items on all pages\n\n- X-Pagination-Total-Pages: total number of pages\n\n- X-Pagination-Page: current page\n\n- X-Pagination-Limit: maximum number of items on a page\n"},{"disabled":false,"key":"orderFieldName","value":"createdAt","description":"Name of the parameter used for sorting"},{"disabled":false,"key":"order","value":"asc","description":"Sorting order"},{"disabled":false,"key":"query","value":"string","description":"A string to search for in the `headerName` parameter or fragment of UUID."},{"disabled":false,"key":"promotionUuids","value":"fc1ee5bf-ad97-47a8-a474-e1b6e755ff38,aabaed4e-4ee7-44d5-b079-445a017ec6fe","description":"Filters the response data by a list of promotion UUIDs."},{"disabled":false,"key":"targetByType","value":"[SEGMENT]=ACTIVE","description":"A combination of target and type, for example `[SEGMENT]=ACTIVE`"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"74e07300-e2b2-4b20-a1d1-36194d8423e5","name":"An array of promotions","originalRequest":{"url":{"path":["v4","promotions","promotion","list"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"100"},{"key":"page","value":"4"},{"key":"storeCatalog","value":"string"},{"key":"storeIds","value":"string"},{"key":"includeMeta","value":"false"},{"key":"orderFieldName","value":"createdAt"},{"key":"order","value":"asc"},{"key":"query","value":"string"},{"key":"promotionUuids","value":"fc1ee5bf-ad97-47a8-a474-e1b6e755ff38,aabaed4e-4ee7-44d5-b079-445a017ec6fe"},{"key":"targetByType","value":"[SEGMENT]=ACTIVE"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"meta\": {\n    \"code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"link\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"page\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalPages\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b7159ac1-0d62-49a0-b1f1-a957b2f6ac2d","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","promotion","list"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"100"},{"key":"page","value":"4"},{"key":"storeCatalog","value":"string"},{"key":"storeIds","value":"string"},{"key":"includeMeta","value":"false"},{"key":"orderFieldName","value":"createdAt"},{"key":"order","value":"asc"},{"key":"query","value":"string"},{"key":"promotionUuids","value":"fc1ee5bf-ad97-47a8-a474-e1b6e755ff38,aabaed4e-4ee7-44d5-b079-445a017ec6fe"},{"key":"targetByType","value":"[SEGMENT]=ACTIVE"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"56ba895d-4ebc-4baa-b2f2-3cb795a1c593","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","promotion","list"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"100"},{"key":"page","value":"4"},{"key":"storeCatalog","value":"string"},{"key":"storeIds","value":"string"},{"key":"includeMeta","value":"false"},{"key":"orderFieldName","value":"createdAt"},{"key":"order","value":"asc"},{"key":"query","value":"string"},{"key":"promotionUuids","value":"fc1ee5bf-ad97-47a8-a474-e1b6e755ff38,aabaed4e-4ee7-44d5-b079-445a017ec6fe"},{"key":"targetByType","value":"[SEGMENT]=ACTIVE"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8e520a2c-b72a-4484-ad8b-d2cb2aa97e01","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","promotion","list"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"100"},{"key":"page","value":"4"},{"key":"storeCatalog","value":"string"},{"key":"storeIds","value":"string"},{"key":"includeMeta","value":"false"},{"key":"orderFieldName","value":"createdAt"},{"key":"order","value":"asc"},{"key":"query","value":"string"},{"key":"promotionUuids","value":"fc1ee5bf-ad97-47a8-a474-e1b6e755ff38,aabaed4e-4ee7-44d5-b079-445a017ec6fe"},{"key":"targetByType","value":"[SEGMENT]=ACTIVE"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"1f6e2873-21e2-4cfb-8085-1f39c7212e94","name":"View recently updated promotions","request":{"name":"View recently updated promotions","description":{"content":"You can retrieve a list of promotions that were updated. You can filter, sort, and paginate the results.","type":"text/plain"},"url":{"path":["v4","promotions","promotion","diff-list"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"limit","value":"100","description":"The number of items to return per page"},{"disabled":false,"key":"page","value":"4","description":"Page number to return for pagination. The first page has the index `1`."},{"disabled":false,"key":"storeCatalog","value":"string","description":"Limits the response to data from stores included in a catalog."},{"disabled":false,"key":"storeIds","value":"string","description":"Limits the response to data from particular stores, identified by IDs."},{"disabled":false,"key":"target","value":"ALL,ALL","description":"The target of the promotion"},{"disabled":false,"key":"includeMeta","value":"false","description":"\nWhen `true`, pagination metadata is included in the response body.\n\nWhen `false`, the data is included in the response headers:\n\n- Link: links to neighbors, first, and last pages in pagination.\n\n- X-Pagination-Total-Count: total number of items on all pages\n\n- X-Pagination-Total-Pages: total number of pages\n\n- X-Pagination-Page: current page\n\n- X-Pagination-Limit: maximum number of items on a page\n"},{"disabled":false,"key":"presentOnly","value":"true","description":"When set to:\n- `true`, the response includes only promotions that are currently active (startAt later than now or null, expireAt later than now or null)\n- `false`, the response includes the above and also promotions that are expired or will become active in the future.\n"},{"disabled":false,"key":"visibilityStatus","value":"DRAFT","description":"Visibility status"},{"disabled":false,"key":"visibilityStatus","value":"DRAFT","description":"Visibility status"},{"disabled":false,"key":"upsertTimestamp","value":"1989-10-06T15:46:26.244Z","description":"Defines the date since which the differences are shown. If not defined, defaults to infinity."},{"disabled":false,"key":"orderFieldName","value":"createdAt","description":"Name of the parameter used for sorting"},{"disabled":false,"key":"order","value":"asc","description":"Sorting order"},{"disabled":false,"key":"query","value":"string","description":"A string to search for in the `headerName` parameter or fragment of UUID."}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"2c5a7c4f-b36b-4c29-a62a-4d0228c2bf90","name":"An array of promotions. If a promotion was deleted, the `deletedAt` field is included","originalRequest":{"url":{"path":["v4","promotions","promotion","diff-list"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"100"},{"key":"page","value":"4"},{"key":"storeCatalog","value":"string"},{"key":"storeIds","value":"string"},{"key":"target","value":"ALL,ALL"},{"key":"includeMeta","value":"false"},{"key":"presentOnly","value":"true"},{"key":"visibilityStatus","value":"DRAFT"},{"key":"visibilityStatus","value":"DRAFT"},{"key":"upsertTimestamp","value":"1989-10-06T15:46:26.244Z"},{"key":"orderFieldName","value":"createdAt"},{"key":"order","value":"asc"},{"key":"query","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"meta\": {\n    \"code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"link\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"page\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalPages\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f3a5b04e-7e09-4315-a548-6bf337364cb1","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","promotion","diff-list"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"100"},{"key":"page","value":"4"},{"key":"storeCatalog","value":"string"},{"key":"storeIds","value":"string"},{"key":"target","value":"ALL,ALL"},{"key":"includeMeta","value":"false"},{"key":"presentOnly","value":"true"},{"key":"visibilityStatus","value":"DRAFT"},{"key":"visibilityStatus","value":"DRAFT"},{"key":"upsertTimestamp","value":"1989-10-06T15:46:26.244Z"},{"key":"orderFieldName","value":"createdAt"},{"key":"order","value":"asc"},{"key":"query","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7eccb70c-4af5-485c-8a4a-fef609cfbf22","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","promotion","diff-list"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"100"},{"key":"page","value":"4"},{"key":"storeCatalog","value":"string"},{"key":"storeIds","value":"string"},{"key":"target","value":"ALL,ALL"},{"key":"includeMeta","value":"false"},{"key":"presentOnly","value":"true"},{"key":"visibilityStatus","value":"DRAFT"},{"key":"visibilityStatus","value":"DRAFT"},{"key":"upsertTimestamp","value":"1989-10-06T15:46:26.244Z"},{"key":"orderFieldName","value":"createdAt"},{"key":"order","value":"asc"},{"key":"query","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"55bc534c-8dcb-4c8c-b7e0-9ca6358ced14","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","promotion","diff-list"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"100"},{"key":"page","value":"4"},{"key":"storeCatalog","value":"string"},{"key":"storeIds","value":"string"},{"key":"target","value":"ALL,ALL"},{"key":"includeMeta","value":"false"},{"key":"presentOnly","value":"true"},{"key":"visibilityStatus","value":"DRAFT"},{"key":"visibilityStatus","value":"DRAFT"},{"key":"upsertTimestamp","value":"1989-10-06T15:46:26.244Z"},{"key":"orderFieldName","value":"createdAt"},{"key":"order","value":"asc"},{"key":"query","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"658e6c6d-4b87-4e51-a578-14b4e3baa6b0","name":"Get a Profile's promotions as Workspace","request":{"name":"Get a Profile's promotions as Workspace","description":{"content":"A Workspace can retrieve a list of all promotions assigned to a Profile.\n\n**IMPORTANT**: \n- As a result of this request, the `targetSegments` of all the matching promotions are checked. If this results in checking more than 30 unique segments, any segments above this limit may be ignored.\n- The endpoint does not support redemption limits per client for Multi-buy promotions (promotions with redeemQuantityPerActivation greater than 1). For redemption limits, please use [/v2/promotion/get-for-client/{identifierType}/{identifierValue}](#operation/GetAllClientPromotionsV2).\n- The endpoint is limited to 25000 requests per minute (per workspace).\n","type":"text/plain"},"url":{"path":["v4","promotions","promotion","get-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"sort","value":"requireRedeemedPoints,desc","description":"The sorting order of the response.\n\n\n  You can sort by any combination of the following attributes:\n  * `headerName`: promotion header name\n  * `name`: promotion name\n  * `code`: promotion code\n  * `startAt`: time when the promotion starts\n  * `createdAt`: time when the promotion was created\n  * `updatedAt`: time when the promotion was last updated\n  * `expireAt`: time when the promotion expires\n  * `requireRedeemedPoints`: how many loyalty points are needed to redeem the promotion\n  * `type`: type of the promotion\n  * `priority`: priority of the promotion\n  * `status` : status of the promotion for the Profile\n\n  Additionally, you can add the following attributes:\n  * `ai` : enables ai sorting, should be only combined with `status` sorting (direction of sorting is not needed)\n\n  You can sort ascending (default) or descending by adding `asc` or `desc` after the parameter, separated by a comma.\n\n  **Example**: `sort=requireRedeemedPoints&sort=expireAt,asc&sort=status,desc`\n"},{"disabled":false,"key":"status","value":"ACTIVE,ACTIVE","description":"Filter by promotion status. If not provided, defaults to ACTIVE. If status is not provided and no promotions are active, the response is an empty array."},{"disabled":false,"key":"tagNames","value":"string,string","description":"Filter the response to promotions with a certain tag or tags"},{"disabled":false,"key":"target","value":"ALL,ALL","description":"The target of the promotion"},{"disabled":false,"key":"type","value":"GENERAL,MEMBERS_ONLY","description":"Promotion type"},{"disabled":false,"key":"presentOnly","value":"true","description":"When set to:\n- `true`, the response includes only promotions that are currently active (startAt later than now or null, expireAt later than now or null)\n- `false`, the response includes the above and also promotions that are expired or will become active in the future.\n"},{"disabled":false,"key":"lastingOnly","value":"true","description":"When set to `true`, shows promotions/vouchers that are currently active and those that are still inactivated. (lastingAt set to null or lastingAt in future)"},{"disabled":false,"key":"displayableOnly","value":"true","description":"When set to `true`, promotions which are not currently active are included in response, according to date range defined in promotion fields `displayFrom` and `displayTo`."},{"disabled":false,"key":"limit","value":"100","description":"The number of items to return per page"},{"disabled":false,"key":"page","value":"4","description":"Page number to return for pagination. The first page has the index `1`."},{"disabled":false,"key":"includeMeta","value":"false","description":"\nWhen `true`, pagination metadata is included in the response body.\n\nWhen `false`, the data is included in the response headers:\n\n- Link: links to neighbors, first, and last pages in pagination.\n\n- X-Pagination-Total-Count: total number of items on all pages\n\n- X-Pagination-Total-Pages: total number of pages\n\n- X-Pagination-Page: current page\n\n- X-Pagination-Limit: maximum number of items on a page\n"},{"disabled":false,"key":"includeVouchers","value":"false","description":"\nWhen `true`, promotion with defined vouchers will also have list of assigned vouchers.\n\nWhen `false`, vouchers will not be fetched.\n"},{"disabled":false,"key":"storeIds","value":"string","description":"Limits the response to data from particular stores, identified by IDs."}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"50cea812-f3d0-4678-888f-1fb82f253039","name":"An array of promotions","originalRequest":{"url":{"path":["v4","promotions","promotion","get-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[{"key":"sort","value":"requireRedeemedPoints,desc"},{"key":"status","value":"ACTIVE,ACTIVE"},{"key":"tagNames","value":"string,string"},{"key":"target","value":"ALL,ALL"},{"key":"type","value":"GENERAL,MEMBERS_ONLY"},{"key":"presentOnly","value":"true"},{"key":"lastingOnly","value":"true"},{"key":"displayableOnly","value":"true"},{"key":"limit","value":"100"},{"key":"page","value":"4"},{"key":"includeMeta","value":"false"},{"key":"includeVouchers","value":"false"},{"key":"storeIds","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"meta\": {\n    \"code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"link\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"page\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalPages\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5a4abea3-a1cf-49d9-8c38-9603b8f84f67","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","promotion","get-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[{"key":"sort","value":"requireRedeemedPoints,desc"},{"key":"status","value":"ACTIVE,ACTIVE"},{"key":"tagNames","value":"string,string"},{"key":"target","value":"ALL,ALL"},{"key":"type","value":"GENERAL,MEMBERS_ONLY"},{"key":"presentOnly","value":"true"},{"key":"lastingOnly","value":"true"},{"key":"displayableOnly","value":"true"},{"key":"limit","value":"100"},{"key":"page","value":"4"},{"key":"includeMeta","value":"false"},{"key":"includeVouchers","value":"false"},{"key":"storeIds","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c8f57670-48d9-40b0-b691-5d525ece5cd3","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","promotion","get-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[{"key":"sort","value":"requireRedeemedPoints,desc"},{"key":"status","value":"ACTIVE,ACTIVE"},{"key":"tagNames","value":"string,string"},{"key":"target","value":"ALL,ALL"},{"key":"type","value":"GENERAL,MEMBERS_ONLY"},{"key":"presentOnly","value":"true"},{"key":"lastingOnly","value":"true"},{"key":"displayableOnly","value":"true"},{"key":"limit","value":"100"},{"key":"page","value":"4"},{"key":"includeMeta","value":"false"},{"key":"includeVouchers","value":"false"},{"key":"storeIds","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"67e50538-6802-41c8-bdb3-8395f43d0c8b","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","promotion","get-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[{"key":"sort","value":"requireRedeemedPoints,desc"},{"key":"status","value":"ACTIVE,ACTIVE"},{"key":"tagNames","value":"string,string"},{"key":"target","value":"ALL,ALL"},{"key":"type","value":"GENERAL,MEMBERS_ONLY"},{"key":"presentOnly","value":"true"},{"key":"lastingOnly","value":"true"},{"key":"displayableOnly","value":"true"},{"key":"limit","value":"100"},{"key":"page","value":"4"},{"key":"includeMeta","value":"false"},{"key":"includeVouchers","value":"false"},{"key":"storeIds","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"ea29dae4-53c9-4186-9122-4bd7997953de","name":"Get redeemable promotions of a Profile","request":{"name":"Get redeemable promotions of a Profile","description":{"content":"Retrieve all redeemable promotions related to a Profile.\n\n**IMPORTANT**: \n- As a result of this request, the `targetSegments` of all the matching promotions are checked. If this results in checking more than 30 unique segments, any segments above this limit may be ignored.\n- The endpoint is limited to 25000 requests per minute (per workspace).","type":"text/plain"},"url":{"path":["v4","promotions","promotion","get-for-client-possible-to-redeem",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"sort","value":"requireRedeemedPoints,desc","description":"The sorting order of the response.\n\n\n  You can sort by any combination of the following attributes:\n  * `headerName`: promotion header name\n  * `name`: promotion name\n  * `code`: promotion code\n  * `startAt`: time when the promotion starts\n  * `createdAt`: time when the promotion was created\n  * `updatedAt`: time when the promotion was last updated\n  * `expireAt`: time when the promotion expires\n  * `requireRedeemedPoints`: how many loyalty points are needed to redeem the promotion\n  * `type`: type of the promotion\n  * `priority`: priority of the promotion\n  * `status` : status of the promotion for the Profile\n\n  Additionally, you can add the following attributes:\n  * `ai` : enables ai sorting, should be only combined with `status` sorting (direction of sorting is not needed)\n\n  You can sort ascending (default) or descending by adding `asc` or `desc` after the parameter, separated by a comma.\n\n  **Example**: `sort=requireRedeemedPoints&sort=expireAt,asc&sort=status,desc`\n"},{"disabled":false,"key":"presentOnly","value":"true","description":"When set to:\n- `true`, the response includes only promotions that are currently active (startAt later than now or null, expireAt later than now or null)\n- `false`, the response includes the above and also promotions that are expired or will become active in the future.\n"},{"disabled":false,"key":"lastingOnly","value":"true","description":"When set to `true`, shows promotions/vouchers that are currently active and those that are still inactivated. (lastingAt set to null or lastingAt in future)"},{"disabled":false,"key":"displayableOnly","value":"true","description":"When set to `true`, promotions which are not currently active are included in response, according to date range defined in promotion fields `displayFrom` and `displayTo`."},{"disabled":false,"key":"status","value":"ASSIGNED,ACTIVE","description":"Filter by promotion status"},{"disabled":false,"key":"type","value":"GENERAL,MEMBERS_ONLY","description":"Promotion type"},{"disabled":false,"key":"statusByType","value":"[CUSTOM]=ACTIVE","description":"A combination of status and type, for example `[CUSTOM]=ACTIVE`"},{"disabled":false,"key":"targetByType","value":"[SEGMENT]=ACTIVE","description":"A combination of target and type, for example `[SEGMENT]=ACTIVE`"},{"disabled":false,"key":"includeMeta","value":"false","description":"\nWhen `true`, pagination metadata is included in the response body.\n\nWhen `false`, the data is included in the response headers:\n\n- Link: links to neighbors, first, and last pages in pagination.\n\n- X-Pagination-Total-Count: total number of items on all pages\n\n- X-Pagination-Total-Pages: total number of pages\n\n- X-Pagination-Page: current page\n\n- X-Pagination-Limit: maximum number of items on a page\n"},{"disabled":false,"key":"page","value":"4","description":"Page number to return for pagination. The first page has the index `1`."},{"disabled":false,"key":"limit","value":"100","description":"The number of items to return per page"},{"disabled":false,"key":"target","value":"ALL,ALL","description":"The target of the promotion"},{"disabled":false,"key":"storeIds","value":"string","description":"Limits the response to data from particular stores, identified by IDs."}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"2824f923-a2e5-4e9b-ab69-9019708dcbe7","name":"An array of promotions","originalRequest":{"url":{"path":["v4","promotions","promotion","get-for-client-possible-to-redeem",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[{"key":"sort","value":"requireRedeemedPoints,desc"},{"key":"presentOnly","value":"true"},{"key":"lastingOnly","value":"true"},{"key":"displayableOnly","value":"true"},{"key":"status","value":"ASSIGNED,ACTIVE"},{"key":"type","value":"GENERAL,MEMBERS_ONLY"},{"key":"statusByType","value":"[CUSTOM]=ACTIVE"},{"key":"targetByType","value":"[SEGMENT]=ACTIVE"},{"key":"includeMeta","value":"false"},{"key":"page","value":"4"},{"key":"limit","value":"100"},{"key":"target","value":"ALL,ALL"},{"key":"storeIds","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"meta\": {\n    \"code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"link\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"page\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalPages\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4ccc3b96-4270-43b8-96a7-286f984c51f6","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","promotion","get-for-client-possible-to-redeem",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[{"key":"sort","value":"requireRedeemedPoints,desc"},{"key":"presentOnly","value":"true"},{"key":"lastingOnly","value":"true"},{"key":"displayableOnly","value":"true"},{"key":"status","value":"ASSIGNED,ACTIVE"},{"key":"type","value":"GENERAL,MEMBERS_ONLY"},{"key":"statusByType","value":"[CUSTOM]=ACTIVE"},{"key":"targetByType","value":"[SEGMENT]=ACTIVE"},{"key":"includeMeta","value":"false"},{"key":"page","value":"4"},{"key":"limit","value":"100"},{"key":"target","value":"ALL,ALL"},{"key":"storeIds","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3371b237-42c1-4355-9e3d-48763a2226ce","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","promotion","get-for-client-possible-to-redeem",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[{"key":"sort","value":"requireRedeemedPoints,desc"},{"key":"presentOnly","value":"true"},{"key":"lastingOnly","value":"true"},{"key":"displayableOnly","value":"true"},{"key":"status","value":"ASSIGNED,ACTIVE"},{"key":"type","value":"GENERAL,MEMBERS_ONLY"},{"key":"statusByType","value":"[CUSTOM]=ACTIVE"},{"key":"targetByType","value":"[SEGMENT]=ACTIVE"},{"key":"includeMeta","value":"false"},{"key":"page","value":"4"},{"key":"limit","value":"100"},{"key":"target","value":"ALL,ALL"},{"key":"storeIds","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"50cc8552-b1a9-487f-ab47-262b3be9aff9","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","promotion","get-for-client-possible-to-redeem",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[{"key":"sort","value":"requireRedeemedPoints,desc"},{"key":"presentOnly","value":"true"},{"key":"lastingOnly","value":"true"},{"key":"displayableOnly","value":"true"},{"key":"status","value":"ASSIGNED,ACTIVE"},{"key":"type","value":"GENERAL,MEMBERS_ONLY"},{"key":"statusByType","value":"[CUSTOM]=ACTIVE"},{"key":"targetByType","value":"[SEGMENT]=ACTIVE"},{"key":"includeMeta","value":"false"},{"key":"page","value":"4"},{"key":"limit","value":"100"},{"key":"target","value":"ALL,ALL"},{"key":"storeIds","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"27958925-99a6-435f-bec4-0a43e62e4741","name":"Get promotion details as Workspace","request":{"name":"Get promotion details as Workspace","description":{"content":"Retrieve the details of a promotion by its code.","type":"text/plain"},"url":{"path":["v4","promotions","promotion",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"uuid","key":"identifierType","description":"(Required) The promotion identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"55b82d8e-70fe-4f51-9d15-fdec649f08d9","name":"Details of a promotion","originalRequest":{"url":{"path":["v4","promotions","promotion",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"uuid","key":"identifierType","description":"(Required) The promotion identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": {\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"redeemLimitPerClient\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"redeemQuantityPerActivation\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"redeemLimitGlobal\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"activationLimitGlobalType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"activationLimitGlobalLimit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"activationLimitGlobalCounter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"activationLimitGlobalRelativeMinutes\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"activationLimitGlobalReached\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"redeemType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"details\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountValue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountMode\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountModeDetails\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"preDiscountValue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"requireRedeemedPoints\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"headerName\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"headerDescription\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"headline\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"images\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"tags\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expireAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"displayFrom\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"displayTo\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"lastingTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"params\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"itemScope\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"minBasketValue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"maxBasketValue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"catalog\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"catalogItemType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"catalogIndexItems\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"catalogFilterIds\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"storeCatalog\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"storeItemType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"storeIds\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"targetSegment\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"price\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"priority\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metric\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"importHash\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1f4fc79b-23b5-42cd-9db3-56e363cc77ef","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","promotion",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"uuid","key":"identifierType","description":"(Required) The promotion identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a1bbca63-cec4-4022-b682-d32a63b3892b","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","promotion",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"uuid","key":"identifierType","description":"(Required) The promotion identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c4cefa30-9817-435d-a5f1-8720299aaeea","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","promotion",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"uuid","key":"identifierType","description":"(Required) The promotion identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"95925071-2d49-4d7e-aa4c-7603af2311c9","name":"Not Found","originalRequest":{"url":{"path":["v4","promotions","promotion",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"uuid","key":"identifierType","description":"(Required) The promotion identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Object not found\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"dfd0789f-7ea8-484d-b980-d763a4dd08ee","name":"Update a promotion","request":{"name":"Update a promotion","description":{"content":"You can update an existing promotion. Include only the fields that you want to change. Inserting a null value overwrites an existing value.","type":"text/plain"},"url":{"path":["v4","promotions","promotion",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"uuid","key":"identifierType","description":"(Required) The promotion identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"visibilityStatus\": \"DRAFT\",\n  \"type\": \"GENERAL\",\n  \"redeemLimitPerClient\": 0,\n  \"redeemQuantityPerActivation\": 3098562,\n  \"redeemLimitGlobal\": 0,\n  \"redeemType\": \"PARTIAL\",\n  \"details\": {\n    \"discountType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"cashbackSettings\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"discountType\": \"NONE\",\n  \"discountValue\": 0,\n  \"discountMode\": \"STATIC\",\n  \"discountModeDetails\": {\n    \"discountSteps\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountUsageTrigger\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"preDiscountValue\": 0,\n  \"requireRedeemedPoints\": 7243.39427208048,\n  \"headerName\": \"string\",\n  \"headerDescription\": \"string\",\n  \"name\": \"string\",\n  \"headline\": \"string\",\n  \"description\": \"string\",\n  \"images\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"startAt\": \"1947-10-19T10:47:41.284Z\",\n  \"expireAt\": \"1955-08-15T04:38:46.544Z\",\n  \"displayFrom\": \"string\",\n  \"displayTo\": \"string\",\n  \"lastingTime\": 0,\n  \"params\": {\n    \"key_0\": \"string\"\n  },\n  \"itemScope\": \"LINE_ITEM\",\n  \"minBasketValue\": null,\n  \"maxBasketValue\": null,\n  \"catalog\": \"221\",\n  \"catalogItemType\": \"FILTERED\",\n  \"catalogFilterIds\": [\n    \"f978b20f-7156-40ed-99c2-3af62b76af12\"\n  ],\n  \"excludeCatalog\": \"string\",\n  \"excludeCatalogItemType\": \"SELECTED\",\n  \"excludeCatalogIndexItems\": [\n    \"29727276\"\n  ],\n  \"activationLimitGlobalType\": \"LIFETIME\",\n  \"activationLimitGlobalLimit\": 48948462,\n  \"activationLimitGlobalRelativeMinutes\": null,\n  \"storeCatalog\": \"string\",\n  \"storeItemType\": \"ALL\",\n  \"storeIds\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"targetType\": \"ALL\",\n  \"targetSegment\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"price\": 0,\n  \"priority\": 250,\n  \"voucherPool\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"transferable\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"importHash\": \"55483749-3849-8611-50a8-7cc3b1a43d88\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"ade78e84-7135-4e51-ac13-97fda1fbb5bd","name":"Promotion updated","originalRequest":{"url":{"path":["v4","promotions","promotion",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"uuid","key":"identifierType","description":"(Required) The promotion identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"visibilityStatus\": \"DRAFT\",\n  \"type\": \"GENERAL\",\n  \"redeemLimitPerClient\": 0,\n  \"redeemQuantityPerActivation\": 4536174,\n  \"redeemLimitGlobal\": 0,\n  \"redeemType\": \"PARTIAL\",\n  \"details\": {\n    \"discountType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"cashbackSettings\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"discountType\": \"NONE\",\n  \"discountValue\": 0,\n  \"discountMode\": \"STATIC\",\n  \"discountModeDetails\": {\n    \"discountSteps\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountUsageTrigger\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"preDiscountValue\": 0,\n  \"requireRedeemedPoints\": 3934.7337301669995,\n  \"headerName\": \"string\",\n  \"headerDescription\": \"string\",\n  \"name\": \"string\",\n  \"headline\": \"string\",\n  \"description\": \"string\",\n  \"images\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"startAt\": \"1985-05-07T19:25:22.259Z\",\n  \"expireAt\": \"1961-08-25T02:38:09.888Z\",\n  \"displayFrom\": \"string\",\n  \"displayTo\": \"string\",\n  \"lastingTime\": 0,\n  \"params\": {\n    \"key_0\": \"string\",\n    \"key_1\": 6003.002362881283,\n    \"key_2\": \"string\"\n  },\n  \"itemScope\": \"LINE_ITEM\",\n  \"minBasketValue\": null,\n  \"maxBasketValue\": null,\n  \"catalog\": \"221\",\n  \"catalogItemType\": \"FILTERED\",\n  \"catalogFilterIds\": [\n    \"f978b20f-7156-40ed-99c2-3af62b76af12\"\n  ],\n  \"excludeCatalog\": \"string\",\n  \"excludeCatalogItemType\": \"SELECTED\",\n  \"excludeCatalogIndexItems\": [\n    \"29727276\"\n  ],\n  \"activationLimitGlobalType\": \"LIFETIME\",\n  \"activationLimitGlobalLimit\": 1512513314,\n  \"activationLimitGlobalRelativeMinutes\": null,\n  \"storeCatalog\": \"string\",\n  \"storeItemType\": \"ALL\",\n  \"storeIds\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"targetType\": \"ALL\",\n  \"targetSegment\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"price\": 0,\n  \"priority\": 250,\n  \"voucherPool\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"transferable\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"importHash\": \"235e8318-604c-812f-40d9-49fc47ea52f2\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"string\",\n  \"data\": {\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"redeemLimitPerClient\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"redeemQuantityPerActivation\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"redeemLimitGlobal\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"activationLimitGlobalType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"activationLimitGlobalLimit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"activationLimitGlobalCounter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"activationLimitGlobalRelativeMinutes\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"activationLimitGlobalReached\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"redeemType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"details\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountValue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountMode\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountModeDetails\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"preDiscountValue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"requireRedeemedPoints\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"headerName\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"headerDescription\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"headline\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"images\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"tags\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expireAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"displayFrom\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"displayTo\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"lastingTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"params\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"itemScope\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"minBasketValue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"maxBasketValue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"catalog\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"catalogItemType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"catalogIndexItems\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"catalogFilterIds\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"storeCatalog\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"storeItemType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"storeIds\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"targetSegment\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"price\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"priority\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metric\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"importHash\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"45eccb93-15da-4a3d-9f7b-a2e94f7706a4","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","promotion",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"uuid","key":"identifierType","description":"(Required) The promotion identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"visibilityStatus\": \"DRAFT\",\n  \"type\": \"GENERAL\",\n  \"redeemLimitPerClient\": 0,\n  \"redeemQuantityPerActivation\": 4536174,\n  \"redeemLimitGlobal\": 0,\n  \"redeemType\": \"PARTIAL\",\n  \"details\": {\n    \"discountType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"cashbackSettings\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"discountType\": \"NONE\",\n  \"discountValue\": 0,\n  \"discountMode\": \"STATIC\",\n  \"discountModeDetails\": {\n    \"discountSteps\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountUsageTrigger\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"preDiscountValue\": 0,\n  \"requireRedeemedPoints\": 3934.7337301669995,\n  \"headerName\": \"string\",\n  \"headerDescription\": \"string\",\n  \"name\": \"string\",\n  \"headline\": \"string\",\n  \"description\": \"string\",\n  \"images\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"startAt\": \"1985-05-07T19:25:22.259Z\",\n  \"expireAt\": \"1961-08-25T02:38:09.888Z\",\n  \"displayFrom\": \"string\",\n  \"displayTo\": \"string\",\n  \"lastingTime\": 0,\n  \"params\": {\n    \"key_0\": \"string\",\n    \"key_1\": 6003.002362881283,\n    \"key_2\": \"string\"\n  },\n  \"itemScope\": \"LINE_ITEM\",\n  \"minBasketValue\": null,\n  \"maxBasketValue\": null,\n  \"catalog\": \"221\",\n  \"catalogItemType\": \"FILTERED\",\n  \"catalogFilterIds\": [\n    \"f978b20f-7156-40ed-99c2-3af62b76af12\"\n  ],\n  \"excludeCatalog\": \"string\",\n  \"excludeCatalogItemType\": \"SELECTED\",\n  \"excludeCatalogIndexItems\": [\n    \"29727276\"\n  ],\n  \"activationLimitGlobalType\": \"LIFETIME\",\n  \"activationLimitGlobalLimit\": 1512513314,\n  \"activationLimitGlobalRelativeMinutes\": null,\n  \"storeCatalog\": \"string\",\n  \"storeItemType\": \"ALL\",\n  \"storeIds\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"targetType\": \"ALL\",\n  \"targetSegment\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"price\": 0,\n  \"priority\": 250,\n  \"voucherPool\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"transferable\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"importHash\": \"235e8318-604c-812f-40d9-49fc47ea52f2\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bce528ae-daf6-45ca-81fe-68606f3546d9","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","promotion",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"uuid","key":"identifierType","description":"(Required) The promotion identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"visibilityStatus\": \"DRAFT\",\n  \"type\": \"GENERAL\",\n  \"redeemLimitPerClient\": 0,\n  \"redeemQuantityPerActivation\": 4536174,\n  \"redeemLimitGlobal\": 0,\n  \"redeemType\": \"PARTIAL\",\n  \"details\": {\n    \"discountType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"cashbackSettings\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"discountType\": \"NONE\",\n  \"discountValue\": 0,\n  \"discountMode\": \"STATIC\",\n  \"discountModeDetails\": {\n    \"discountSteps\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountUsageTrigger\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"preDiscountValue\": 0,\n  \"requireRedeemedPoints\": 3934.7337301669995,\n  \"headerName\": \"string\",\n  \"headerDescription\": \"string\",\n  \"name\": \"string\",\n  \"headline\": \"string\",\n  \"description\": \"string\",\n  \"images\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"startAt\": \"1985-05-07T19:25:22.259Z\",\n  \"expireAt\": \"1961-08-25T02:38:09.888Z\",\n  \"displayFrom\": \"string\",\n  \"displayTo\": \"string\",\n  \"lastingTime\": 0,\n  \"params\": {\n    \"key_0\": \"string\",\n    \"key_1\": 6003.002362881283,\n    \"key_2\": \"string\"\n  },\n  \"itemScope\": \"LINE_ITEM\",\n  \"minBasketValue\": null,\n  \"maxBasketValue\": null,\n  \"catalog\": \"221\",\n  \"catalogItemType\": \"FILTERED\",\n  \"catalogFilterIds\": [\n    \"f978b20f-7156-40ed-99c2-3af62b76af12\"\n  ],\n  \"excludeCatalog\": \"string\",\n  \"excludeCatalogItemType\": \"SELECTED\",\n  \"excludeCatalogIndexItems\": [\n    \"29727276\"\n  ],\n  \"activationLimitGlobalType\": \"LIFETIME\",\n  \"activationLimitGlobalLimit\": 1512513314,\n  \"activationLimitGlobalRelativeMinutes\": null,\n  \"storeCatalog\": \"string\",\n  \"storeItemType\": \"ALL\",\n  \"storeIds\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"targetType\": \"ALL\",\n  \"targetSegment\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"price\": 0,\n  \"priority\": 250,\n  \"voucherPool\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"transferable\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"importHash\": \"235e8318-604c-812f-40d9-49fc47ea52f2\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"25d37218-8c70-44b8-88be-7926fa8fd577","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","promotion",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"uuid","key":"identifierType","description":"(Required) The promotion identifier to use for the request"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"visibilityStatus\": \"DRAFT\",\n  \"type\": \"GENERAL\",\n  \"redeemLimitPerClient\": 0,\n  \"redeemQuantityPerActivation\": 4536174,\n  \"redeemLimitGlobal\": 0,\n  \"redeemType\": \"PARTIAL\",\n  \"details\": {\n    \"discountType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"cashbackSettings\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"discountType\": \"NONE\",\n  \"discountValue\": 0,\n  \"discountMode\": \"STATIC\",\n  \"discountModeDetails\": {\n    \"discountSteps\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountUsageTrigger\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"preDiscountValue\": 0,\n  \"requireRedeemedPoints\": 3934.7337301669995,\n  \"headerName\": \"string\",\n  \"headerDescription\": \"string\",\n  \"name\": \"string\",\n  \"headline\": \"string\",\n  \"description\": \"string\",\n  \"images\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"startAt\": \"1985-05-07T19:25:22.259Z\",\n  \"expireAt\": \"1961-08-25T02:38:09.888Z\",\n  \"displayFrom\": \"string\",\n  \"displayTo\": \"string\",\n  \"lastingTime\": 0,\n  \"params\": {\n    \"key_0\": \"string\",\n    \"key_1\": 6003.002362881283,\n    \"key_2\": \"string\"\n  },\n  \"itemScope\": \"LINE_ITEM\",\n  \"minBasketValue\": null,\n  \"maxBasketValue\": null,\n  \"catalog\": \"221\",\n  \"catalogItemType\": \"FILTERED\",\n  \"catalogFilterIds\": [\n    \"f978b20f-7156-40ed-99c2-3af62b76af12\"\n  ],\n  \"excludeCatalog\": \"string\",\n  \"excludeCatalogItemType\": \"SELECTED\",\n  \"excludeCatalogIndexItems\": [\n    \"29727276\"\n  ],\n  \"activationLimitGlobalType\": \"LIFETIME\",\n  \"activationLimitGlobalLimit\": 1512513314,\n  \"activationLimitGlobalRelativeMinutes\": null,\n  \"storeCatalog\": \"string\",\n  \"storeItemType\": \"ALL\",\n  \"storeIds\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"targetType\": \"ALL\",\n  \"targetSegment\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"price\": 0,\n  \"priority\": 250,\n  \"voucherPool\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"transferable\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"importHash\": \"235e8318-604c-812f-40d9-49fc47ea52f2\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"6a00c06d-6e51-46b2-b715-a956a75cd1f8","name":"Get Profile promotions by a custom filter","request":{"name":"Get Profile promotions by a custom filter","description":{"content":"Retrieve a list of promotions related to a Profile by a custom,\npre-defined filter.\n\nThe filter is maintained by your backend administrator.\n\n**IMPORTANT**: \n- As a result of this request, the `targetSegments` of all the matching promotions are checked. If this results in checking more than 30 unique segments, any segments above this limit may be ignored.\n- The endpoint is limited to 25000 requests per minute (per workspace).\n","type":"text/plain"},"url":{"path":["v4","promotions","promotion","get-for-client-by-custom-settings",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"page","value":"4","description":"Page number to return for pagination. The first page has the index `1`."},{"disabled":false,"key":"limit","value":"100","description":"The number of items to return per page"},{"disabled":false,"key":"lockIdentifier","value":"6561d87b-2697-46ad-8f9a-0550736b86e3","description":"Identifier of the lock which will be created with this request. The lock disables the profile's possibility to fetch promotion lists.\n\nThis lock will be active until one of those conditions is met:\n\n- the TTL (configured with the [settings](#operation/endpointSettingsUpdateSettingsPUT) endpoint) expires.\n- it is removed using the [Release \"promotion requested\" lock](#operation/endpointLockReleasePromotionRequestedLockForClientPOST) endpoint.\n- a promotion is redeemed and this lock's identifier is provided with the redemption request."}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"a88ade3c-6ed1-4932-9826-af878d20d249","name":"An array of promotions","originalRequest":{"url":{"path":["v4","promotions","promotion","get-for-client-by-custom-settings",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"4"},{"key":"limit","value":"100"},{"key":"lockIdentifier","value":"6561d87b-2697-46ad-8f9a-0550736b86e3"}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"11d98bd4-8841-48a7-8904-94f4477bc469","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","promotion","get-for-client-by-custom-settings",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"4"},{"key":"limit","value":"100"},{"key":"lockIdentifier","value":"6561d87b-2697-46ad-8f9a-0550736b86e3"}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ba6c446c-1bc9-40c8-ab16-eb5965205d29","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","promotion","get-for-client-by-custom-settings",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"4"},{"key":"limit","value":"100"},{"key":"lockIdentifier","value":"6561d87b-2697-46ad-8f9a-0550736b86e3"}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0a630cc1-2af8-46b6-83db-c2df5e90d073","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","promotion","get-for-client-by-custom-settings",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"4"},{"key":"limit","value":"100"},{"key":"lockIdentifier","value":"6561d87b-2697-46ad-8f9a-0550736b86e3"}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ee163c65-910c-4100-9202-255bd1351274","name":"Waiting for profile lock release","originalRequest":{"url":{"path":["v4","promotions","promotion","get-for-client-by-custom-settings",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"4"},{"key":"limit","value":"100"},{"key":"lockIdentifier","value":"6561d87b-2697-46ad-8f9a-0550736b86e3"}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"string\",\n  \"error\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"adf145c2-5e1e-4f45-96e9-88a1235127d4","name":"Activate a promotion as Workspace","request":{"name":"Activate a promotion as Workspace","description":{"content":"You can change the status of a Profile's promotion from `assigned` to `active`, the promotion can now be applied to a purchase.","type":"text/plain"},"url":{"path":["v4","promotions","promotion","activate-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"key\": \"code\",\n  \"value\": \"7893467834GG\",\n  \"pointsToUse\": 100\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"6eddf114-7f3b-49bd-81e2-754029e2130b","name":"Promotion activated","originalRequest":{"url":{"path":["v4","promotions","promotion","activate-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key\": \"code\",\n  \"value\": \"7893467834GG\",\n  \"pointsToUse\": 100\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"uuid\": \"string\",\n  \"code\": \"string\",\n  \"status\": \"ASSIGNED\",\n  \"type\": \"GENERAL\",\n  \"redeemLimitPerClient\": 0,\n  \"redeemQuantityPerActivation\": 7063420,\n  \"currentRedeemedQuantity\": 1148,\n  \"currentRedeemedLimit\": 2190,\n  \"activationCounter\": 376,\n  \"possibleRedeems\": 4425,\n  \"details\": {\n    \"discountType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"discountType\": \"NONE\",\n  \"discountValue\": 0,\n  \"discountMode\": \"STATIC\",\n  \"discountModeDetails\": {\n    \"discountSteps\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountUsageTrigger\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"requireRedeemedPoints\": 5915.200379816755,\n  \"name\": \"string\",\n  \"headline\": \"string\",\n  \"description\": \"string\",\n  \"images\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"startAt\": \"1954-06-06T16:41:20.847Z\",\n  \"expireAt\": \"1987-08-24T17:10:26.108Z\",\n  \"displayFrom\": \"string\",\n  \"displayTo\": \"string\",\n  \"assignedAt\": \"2014-08-02T06:25:38.078Z\",\n  \"lastingTime\": 0,\n  \"lastingAt\": \"2020-10-04T21:12:47.482Z\",\n  \"params\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  },\n  \"price\": 0,\n  \"priority\": 250,\n  \"itemScope\": \"LINE_ITEM\",\n  \"minBasketValue\": null,\n  \"maxBasketValue\": null,\n  \"vouchers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"43b79ed1-d810-4b83-8da5-077821f35a63","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","promotion","activate-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key\": \"code\",\n  \"value\": \"7893467834GG\",\n  \"pointsToUse\": 100\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ce0fd978-a6f4-423d-be03-6d4c42003fef","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","promotion","activate-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key\": \"code\",\n  \"value\": \"7893467834GG\",\n  \"pointsToUse\": 100\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"739b85ec-41c6-406b-bf57-0610b9afa0bc","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","promotion","activate-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key\": \"code\",\n  \"value\": \"7893467834GG\",\n  \"pointsToUse\": 100\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a00a1a2a-abf9-49d2-ba06-6b004bc588c7","name":"Not Found","originalRequest":{"url":{"path":["v4","promotions","promotion","activate-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key\": \"code\",\n  \"value\": \"7893467834GG\",\n  \"pointsToUse\": 100\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Promotion for profile not found\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b9ab7050-cb6f-466c-aeaa-309fb018208f","name":"Waiting for profile lock release","originalRequest":{"url":{"path":["v4","promotions","promotion","activate-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key\": \"code\",\n  \"value\": \"7893467834GG\",\n  \"pointsToUse\": 100\n}","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"string\",\n  \"error\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ac798eb3-ac17-4a0b-ab8c-33614b67056b","name":"Already activated/Already redeemed/Activation limit reached/Promotion not started/Promotion expired","originalRequest":{"url":{"path":["v4","promotions","promotion","activate-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key\": \"code\",\n  \"value\": \"7893467834GG\",\n  \"pointsToUse\": 100\n}","options":{"raw":{"language":"json"}}}},"status":"Precondition Failed","code":412,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"string\",\n  \"error\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"080aba2b-e431-4282-bac0-be3234258460","name":"Global Activation limit reached","originalRequest":{"url":{"path":["v4","promotions","promotion","activate-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key\": \"code\",\n  \"value\": \"7893467834GG\",\n  \"pointsToUse\": 100\n}","options":{"raw":{"language":"json"}}}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"string\",\n  \"error\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5ea9ca7a-3779-4d59-9e52-797d8b0b2c72","name":"Profile promotions blocked","originalRequest":{"url":{"path":["v4","promotions","promotion","activate-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key\": \"code\",\n  \"value\": \"7893467834GG\",\n  \"pointsToUse\": 100\n}","options":{"raw":{"language":"json"}}}},"status":"Locked (WebDAV) (RFC 4918)","code":423,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"string\",\n  \"error\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ad403d8a-6a73-4e49-969d-375231abac35","name":"General error","originalRequest":{"url":{"path":["v4","promotions","promotion","activate-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key\": \"code\",\n  \"value\": \"7893467834GG\",\n  \"pointsToUse\": 100\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"140e60eb-b814-46b0-8434-c4adb931de1a","name":"Batch activate promotions as Workspace","request":{"name":"Batch activate promotions as Workspace","description":{"content":"You can change the status of a number of Profile's promotions promotion from `assigned` to `active`, the promotion can now be applied to a purchase.","type":"text/plain"},"url":{"path":["v4","promotions","promotion","batch-activate-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"[\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  },\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  }\n]","options":{"raw":{"language":"json"}}}},"response":[{"id":"c85c0522-ac6c-4f66-b883-502a308e1950","name":"Promotions activated","originalRequest":{"url":{"path":["v4","promotions","promotion","batch-activate-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  },\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{}","cookie":[],"_postman_previewlanguage":"json"},{"id":"88ab0651-5ccf-4000-82ab-80e105f5bf61","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","promotion","batch-activate-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  },\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cc07d3cc-e154-4fb8-b47b-8547f3f02b30","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","promotion","batch-activate-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  },\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"867d4aaa-1a98-4e33-9103-01d42a866f0f","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","promotion","batch-activate-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  },\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1413398b-0c0c-4d0c-929a-1452ca6d0128","name":"Not Found","originalRequest":{"url":{"path":["v4","promotions","promotion","batch-activate-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  },\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Promotions for profile not found\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b3b9ea53-214d-421c-b257-e2e10cc3685c","name":"Waiting for profile lock release","originalRequest":{"url":{"path":["v4","promotions","promotion","batch-activate-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  },\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"string\",\n  \"error\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1137f278-26ef-4f87-b659-70b06a2b1ba9","name":"Already activated/Already redeemed/Activation limit reached/Promotion not started/Promotion expired","originalRequest":{"url":{"path":["v4","promotions","promotion","batch-activate-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  },\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Precondition Failed","code":412,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"string\",\n  \"error\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b3245fbd-1b4c-479f-94c4-40438ba7b7e2","name":"General error","originalRequest":{"url":{"path":["v4","promotions","promotion","batch-activate-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  },\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"4803b563-1f9f-4f9b-9b4a-31c977682ffd","name":"Deactivate a promotion as Workspace","request":{"name":"Deactivate a promotion as Workspace","description":{"content":"You can change the status of a Profile's activated promotion back to `assigned`.","type":"text/plain"},"url":{"path":["v4","promotions","promotion","deactivate-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"key\": \"code\",\n  \"value\": \"7893467834GG\",\n  \"pointsToUse\": 100\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"578ab3d9-c409-44e9-8dc2-9fdf54a533db","name":"Promotion deactivated","originalRequest":{"url":{"path":["v4","promotions","promotion","deactivate-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key\": \"code\",\n  \"value\": \"7893467834GG\",\n  \"pointsToUse\": 100\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"uuid\": \"string\",\n  \"code\": \"string\",\n  \"status\": \"ASSIGNED\",\n  \"type\": \"GENERAL\",\n  \"redeemLimitPerClient\": 0,\n  \"redeemQuantityPerActivation\": 7063420,\n  \"currentRedeemedQuantity\": 1148,\n  \"currentRedeemedLimit\": 2190,\n  \"activationCounter\": 376,\n  \"possibleRedeems\": 4425,\n  \"details\": {\n    \"discountType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"discountType\": \"NONE\",\n  \"discountValue\": 0,\n  \"discountMode\": \"STATIC\",\n  \"discountModeDetails\": {\n    \"discountSteps\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountUsageTrigger\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"requireRedeemedPoints\": 5915.200379816755,\n  \"name\": \"string\",\n  \"headline\": \"string\",\n  \"description\": \"string\",\n  \"images\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"startAt\": \"1954-06-06T16:41:20.847Z\",\n  \"expireAt\": \"1987-08-24T17:10:26.108Z\",\n  \"displayFrom\": \"string\",\n  \"displayTo\": \"string\",\n  \"assignedAt\": \"2014-08-02T06:25:38.078Z\",\n  \"lastingTime\": 0,\n  \"lastingAt\": \"2020-10-04T21:12:47.482Z\",\n  \"params\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  },\n  \"price\": 0,\n  \"priority\": 250,\n  \"itemScope\": \"LINE_ITEM\",\n  \"minBasketValue\": null,\n  \"maxBasketValue\": null,\n  \"vouchers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"179cff66-3a80-4e36-94fe-cef2ede6303b","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","promotion","deactivate-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key\": \"code\",\n  \"value\": \"7893467834GG\",\n  \"pointsToUse\": 100\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a7f9693d-fbdc-4690-98f4-9d5905ffd7ab","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","promotion","deactivate-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key\": \"code\",\n  \"value\": \"7893467834GG\",\n  \"pointsToUse\": 100\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4f9fb3c6-fc09-4b1f-ada3-8700f7b0f593","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","promotion","deactivate-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key\": \"code\",\n  \"value\": \"7893467834GG\",\n  \"pointsToUse\": 100\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"52edc131-9057-4f0a-be8d-e55239763e76","name":"Not Found","originalRequest":{"url":{"path":["v4","promotions","promotion","deactivate-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key\": \"code\",\n  \"value\": \"7893467834GG\",\n  \"pointsToUse\": 100\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Promotion for profile not found\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fa60d880-3687-44f6-8b00-3a8265edd6ab","name":"Waiting for profile lock release","originalRequest":{"url":{"path":["v4","promotions","promotion","deactivate-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key\": \"code\",\n  \"value\": \"7893467834GG\",\n  \"pointsToUse\": 100\n}","options":{"raw":{"language":"json"}}}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"string\",\n  \"error\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"6bfa1a64-0643-4ae3-a172-d7a9e3268b10","name":"Batch deactivate promotions","request":{"name":"Batch deactivate promotions","description":{"content":"You can change the status of a number of Profile's activated promotions back to `assigned`.","type":"text/plain"},"url":{"path":["v4","promotions","promotion","batch-deactivate-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"[\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  },\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  }\n]","options":{"raw":{"language":"json"}}}},"response":[{"id":"47fc68d5-3601-4a03-89bf-98636a5698ed","name":"Promotions deactivated","originalRequest":{"url":{"path":["v4","promotions","promotion","batch-deactivate-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  },\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"\"{}\"","cookie":[],"_postman_previewlanguage":"json"},{"id":"75440736-30ed-4942-852c-aad361dec94b","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","promotion","batch-deactivate-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  },\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"50955f92-6aa9-4f0d-b5a5-941c71b99297","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","promotion","batch-deactivate-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  },\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"21727732-cfda-4b9e-ac1a-10c2e2cb9933","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","promotion","batch-deactivate-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  },\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bdfaf3c6-cf5d-4f67-a673-60b5939f6342","name":"Not Found","originalRequest":{"url":{"path":["v4","promotions","promotion","batch-deactivate-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  },\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Promotions for profile not found\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f13761da-1152-48de-a0d0-be829f5a1d76","name":"Waiting for profile lock release","originalRequest":{"url":{"path":["v4","promotions","promotion","batch-deactivate-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  },\n  {\n    \"key\": \"code\",\n    \"value\": \"7893467834GG\",\n    \"pointsToUse\": 100\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"string\",\n  \"error\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b8345ab3-0eba-483a-b40c-ccf0487689ba","name":"Create a promotion","request":{"name":"Create a promotion","description":{"content":"You can create a new promotion in the Synerise application.\n\n\nIf you don't enter a code or UUID, they are generated automatically.","type":"text/plain"},"url":{"path":["v4","promotions","promotion"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"visibilityStatus\": \"DRAFT\",\n  \"type\": \"GENERAL\",\n  \"redeemLimitPerClient\": 0,\n  \"redeemQuantityPerActivation\": 4536174,\n  \"redeemLimitGlobal\": 0,\n  \"redeemType\": \"PARTIAL\",\n  \"details\": {\n    \"discountType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"cashbackSettings\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"discountType\": \"NONE\",\n  \"discountValue\": 0,\n  \"discountMode\": \"STATIC\",\n  \"discountModeDetails\": {\n    \"discountSteps\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountUsageTrigger\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"preDiscountValue\": 0,\n  \"requireRedeemedPoints\": 3934.7337301669995,\n  \"headerName\": \"string\",\n  \"headerDescription\": \"string\",\n  \"name\": \"string\",\n  \"headline\": \"string\",\n  \"description\": \"string\",\n  \"images\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"startAt\": \"1985-05-07T19:25:22.259Z\",\n  \"expireAt\": \"1961-08-25T02:38:09.888Z\",\n  \"displayFrom\": \"string\",\n  \"displayTo\": \"string\",\n  \"lastingTime\": 0,\n  \"params\": {\n    \"key_0\": \"string\",\n    \"key_1\": 6003.002362881283,\n    \"key_2\": \"string\"\n  },\n  \"itemScope\": \"LINE_ITEM\",\n  \"minBasketValue\": null,\n  \"maxBasketValue\": null,\n  \"catalog\": \"221\",\n  \"catalogItemType\": \"FILTERED\",\n  \"catalogFilterIds\": [\n    \"f978b20f-7156-40ed-99c2-3af62b76af12\"\n  ],\n  \"excludeCatalog\": \"string\",\n  \"excludeCatalogItemType\": \"SELECTED\",\n  \"excludeCatalogIndexItems\": [\n    \"29727276\"\n  ],\n  \"activationLimitGlobalType\": \"LIFETIME\",\n  \"activationLimitGlobalLimit\": 1512513314,\n  \"activationLimitGlobalRelativeMinutes\": null,\n  \"storeCatalog\": \"string\",\n  \"storeItemType\": \"ALL\",\n  \"storeIds\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"targetType\": \"ALL\",\n  \"targetSegment\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"price\": 0,\n  \"priority\": 250,\n  \"voucherPool\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"transferable\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"importHash\": \"235e8318-604c-812f-40d9-49fc47ea52f2\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"3b66d17b-b606-4b24-9e89-f7336efd5997","name":"Promotion created","originalRequest":{"url":{"path":["v4","promotions","promotion"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"visibilityStatus\": \"DRAFT\",\n  \"type\": \"GENERAL\",\n  \"redeemLimitPerClient\": 0,\n  \"redeemQuantityPerActivation\": 4536174,\n  \"redeemLimitGlobal\": 0,\n  \"redeemType\": \"PARTIAL\",\n  \"details\": {\n    \"discountType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"cashbackSettings\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"discountType\": \"NONE\",\n  \"discountValue\": 0,\n  \"discountMode\": \"STATIC\",\n  \"discountModeDetails\": {\n    \"discountSteps\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountUsageTrigger\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"preDiscountValue\": 0,\n  \"requireRedeemedPoints\": 3934.7337301669995,\n  \"headerName\": \"string\",\n  \"headerDescription\": \"string\",\n  \"name\": \"string\",\n  \"headline\": \"string\",\n  \"description\": \"string\",\n  \"images\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"startAt\": \"1985-05-07T19:25:22.259Z\",\n  \"expireAt\": \"1961-08-25T02:38:09.888Z\",\n  \"displayFrom\": \"string\",\n  \"displayTo\": \"string\",\n  \"lastingTime\": 0,\n  \"params\": {\n    \"key_0\": \"string\",\n    \"key_1\": 6003.002362881283,\n    \"key_2\": \"string\"\n  },\n  \"itemScope\": \"LINE_ITEM\",\n  \"minBasketValue\": null,\n  \"maxBasketValue\": null,\n  \"catalog\": \"221\",\n  \"catalogItemType\": \"FILTERED\",\n  \"catalogFilterIds\": [\n    \"f978b20f-7156-40ed-99c2-3af62b76af12\"\n  ],\n  \"excludeCatalog\": \"string\",\n  \"excludeCatalogItemType\": \"SELECTED\",\n  \"excludeCatalogIndexItems\": [\n    \"29727276\"\n  ],\n  \"activationLimitGlobalType\": \"LIFETIME\",\n  \"activationLimitGlobalLimit\": 1512513314,\n  \"activationLimitGlobalRelativeMinutes\": null,\n  \"storeCatalog\": \"string\",\n  \"storeItemType\": \"ALL\",\n  \"storeIds\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"targetType\": \"ALL\",\n  \"targetSegment\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"price\": 0,\n  \"priority\": 250,\n  \"voucherPool\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"transferable\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"importHash\": \"235e8318-604c-812f-40d9-49fc47ea52f2\"\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"string\",\n  \"data\": {\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"redeemLimitPerClient\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"redeemQuantityPerActivation\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"redeemLimitGlobal\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"activationLimitGlobalType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"activationLimitGlobalLimit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"activationLimitGlobalCounter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"activationLimitGlobalRelativeMinutes\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"activationLimitGlobalReached\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"redeemType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"details\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountValue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountMode\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountModeDetails\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"preDiscountValue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"requireRedeemedPoints\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"headerName\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"headerDescription\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"headline\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"images\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"tags\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expireAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"displayFrom\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"displayTo\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"lastingTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"params\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"itemScope\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"minBasketValue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"maxBasketValue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"catalog\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"catalogItemType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"catalogIndexItems\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"catalogFilterIds\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"storeCatalog\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"storeItemType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"storeIds\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"targetSegment\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"price\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"priority\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metric\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"importHash\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fdb4f839-3988-43e7-9de3-dafff4e4bf35","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","promotion"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"visibilityStatus\": \"DRAFT\",\n  \"type\": \"GENERAL\",\n  \"redeemLimitPerClient\": 0,\n  \"redeemQuantityPerActivation\": 4536174,\n  \"redeemLimitGlobal\": 0,\n  \"redeemType\": \"PARTIAL\",\n  \"details\": {\n    \"discountType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"cashbackSettings\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"discountType\": \"NONE\",\n  \"discountValue\": 0,\n  \"discountMode\": \"STATIC\",\n  \"discountModeDetails\": {\n    \"discountSteps\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountUsageTrigger\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"preDiscountValue\": 0,\n  \"requireRedeemedPoints\": 3934.7337301669995,\n  \"headerName\": \"string\",\n  \"headerDescription\": \"string\",\n  \"name\": \"string\",\n  \"headline\": \"string\",\n  \"description\": \"string\",\n  \"images\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"startAt\": \"1985-05-07T19:25:22.259Z\",\n  \"expireAt\": \"1961-08-25T02:38:09.888Z\",\n  \"displayFrom\": \"string\",\n  \"displayTo\": \"string\",\n  \"lastingTime\": 0,\n  \"params\": {\n    \"key_0\": \"string\",\n    \"key_1\": 6003.002362881283,\n    \"key_2\": \"string\"\n  },\n  \"itemScope\": \"LINE_ITEM\",\n  \"minBasketValue\": null,\n  \"maxBasketValue\": null,\n  \"catalog\": \"221\",\n  \"catalogItemType\": \"FILTERED\",\n  \"catalogFilterIds\": [\n    \"f978b20f-7156-40ed-99c2-3af62b76af12\"\n  ],\n  \"excludeCatalog\": \"string\",\n  \"excludeCatalogItemType\": \"SELECTED\",\n  \"excludeCatalogIndexItems\": [\n    \"29727276\"\n  ],\n  \"activationLimitGlobalType\": \"LIFETIME\",\n  \"activationLimitGlobalLimit\": 1512513314,\n  \"activationLimitGlobalRelativeMinutes\": null,\n  \"storeCatalog\": \"string\",\n  \"storeItemType\": \"ALL\",\n  \"storeIds\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"targetType\": \"ALL\",\n  \"targetSegment\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"price\": 0,\n  \"priority\": 250,\n  \"voucherPool\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"transferable\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"importHash\": \"235e8318-604c-812f-40d9-49fc47ea52f2\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"47f2d010-066a-4ece-9fc2-116633ff5aee","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","promotion"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"visibilityStatus\": \"DRAFT\",\n  \"type\": \"GENERAL\",\n  \"redeemLimitPerClient\": 0,\n  \"redeemQuantityPerActivation\": 4536174,\n  \"redeemLimitGlobal\": 0,\n  \"redeemType\": \"PARTIAL\",\n  \"details\": {\n    \"discountType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"cashbackSettings\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"discountType\": \"NONE\",\n  \"discountValue\": 0,\n  \"discountMode\": \"STATIC\",\n  \"discountModeDetails\": {\n    \"discountSteps\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountUsageTrigger\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"preDiscountValue\": 0,\n  \"requireRedeemedPoints\": 3934.7337301669995,\n  \"headerName\": \"string\",\n  \"headerDescription\": \"string\",\n  \"name\": \"string\",\n  \"headline\": \"string\",\n  \"description\": \"string\",\n  \"images\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"startAt\": \"1985-05-07T19:25:22.259Z\",\n  \"expireAt\": \"1961-08-25T02:38:09.888Z\",\n  \"displayFrom\": \"string\",\n  \"displayTo\": \"string\",\n  \"lastingTime\": 0,\n  \"params\": {\n    \"key_0\": \"string\",\n    \"key_1\": 6003.002362881283,\n    \"key_2\": \"string\"\n  },\n  \"itemScope\": \"LINE_ITEM\",\n  \"minBasketValue\": null,\n  \"maxBasketValue\": null,\n  \"catalog\": \"221\",\n  \"catalogItemType\": \"FILTERED\",\n  \"catalogFilterIds\": [\n    \"f978b20f-7156-40ed-99c2-3af62b76af12\"\n  ],\n  \"excludeCatalog\": \"string\",\n  \"excludeCatalogItemType\": \"SELECTED\",\n  \"excludeCatalogIndexItems\": [\n    \"29727276\"\n  ],\n  \"activationLimitGlobalType\": \"LIFETIME\",\n  \"activationLimitGlobalLimit\": 1512513314,\n  \"activationLimitGlobalRelativeMinutes\": null,\n  \"storeCatalog\": \"string\",\n  \"storeItemType\": \"ALL\",\n  \"storeIds\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"targetType\": \"ALL\",\n  \"targetSegment\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"price\": 0,\n  \"priority\": 250,\n  \"voucherPool\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"transferable\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"importHash\": \"235e8318-604c-812f-40d9-49fc47ea52f2\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6b5ba967-5312-49d2-8192-d53f3d174d85","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","promotion"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"visibilityStatus\": \"DRAFT\",\n  \"type\": \"GENERAL\",\n  \"redeemLimitPerClient\": 0,\n  \"redeemQuantityPerActivation\": 4536174,\n  \"redeemLimitGlobal\": 0,\n  \"redeemType\": \"PARTIAL\",\n  \"details\": {\n    \"discountType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"cashbackSettings\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"discountType\": \"NONE\",\n  \"discountValue\": 0,\n  \"discountMode\": \"STATIC\",\n  \"discountModeDetails\": {\n    \"discountSteps\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountUsageTrigger\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"preDiscountValue\": 0,\n  \"requireRedeemedPoints\": 3934.7337301669995,\n  \"headerName\": \"string\",\n  \"headerDescription\": \"string\",\n  \"name\": \"string\",\n  \"headline\": \"string\",\n  \"description\": \"string\",\n  \"images\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"startAt\": \"1985-05-07T19:25:22.259Z\",\n  \"expireAt\": \"1961-08-25T02:38:09.888Z\",\n  \"displayFrom\": \"string\",\n  \"displayTo\": \"string\",\n  \"lastingTime\": 0,\n  \"params\": {\n    \"key_0\": \"string\",\n    \"key_1\": 6003.002362881283,\n    \"key_2\": \"string\"\n  },\n  \"itemScope\": \"LINE_ITEM\",\n  \"minBasketValue\": null,\n  \"maxBasketValue\": null,\n  \"catalog\": \"221\",\n  \"catalogItemType\": \"FILTERED\",\n  \"catalogFilterIds\": [\n    \"f978b20f-7156-40ed-99c2-3af62b76af12\"\n  ],\n  \"excludeCatalog\": \"string\",\n  \"excludeCatalogItemType\": \"SELECTED\",\n  \"excludeCatalogIndexItems\": [\n    \"29727276\"\n  ],\n  \"activationLimitGlobalType\": \"LIFETIME\",\n  \"activationLimitGlobalLimit\": 1512513314,\n  \"activationLimitGlobalRelativeMinutes\": null,\n  \"storeCatalog\": \"string\",\n  \"storeItemType\": \"ALL\",\n  \"storeIds\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"targetType\": \"ALL\",\n  \"targetSegment\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"price\": 0,\n  \"priority\": 250,\n  \"voucherPool\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"transferable\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"importHash\": \"235e8318-604c-812f-40d9-49fc47ea52f2\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"87d81493-be2c-4276-9072-daa795c980a5","name":"Delete a promotion","request":{"name":"Delete a promotion","description":{"content":"This method is used to delete an existing promotion. It can be used by a backend business administrator.","type":"text/plain"},"url":{"path":["v4","promotions","promotion"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"value\": \"8f3457075b2769d039\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"d296dfe8-3c66-4183-9215-24edebd944fa","name":"Promotion deleted","originalRequest":{"url":{"path":["v4","promotions","promotion"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{"mode":"raw","raw":"{\n  \"value\": \"8f3457075b2769d039\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"string\",\n  \"data\": {\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"redeemLimitPerClient\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"redeemQuantityPerActivation\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"redeemLimitGlobal\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"activationLimitGlobalType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"activationLimitGlobalLimit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"activationLimitGlobalCounter\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"activationLimitGlobalRelativeMinutes\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"activationLimitGlobalReached\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"redeemType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"details\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountValue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountMode\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountModeDetails\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"preDiscountValue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"requireRedeemedPoints\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"headerName\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"headerDescription\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"headline\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"images\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"tags\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expireAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"displayFrom\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"displayTo\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"lastingTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"params\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"itemScope\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"minBasketValue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"maxBasketValue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"catalog\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"catalogItemType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"catalogIndexItems\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"catalogFilterIds\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"storeCatalog\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"storeItemType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"storeIds\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"targetSegment\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"price\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"priority\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metric\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"importHash\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"137f1215-57bf-40df-9f13-5a49e0aa3c0a","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","promotion"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{"mode":"raw","raw":"{\n  \"value\": \"8f3457075b2769d039\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8cabe1be-8670-430d-9f7a-7db216399cad","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","promotion"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{"mode":"raw","raw":"{\n  \"value\": \"8f3457075b2769d039\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5f20ac52-a94a-4e3a-90fc-0bb4ec686bc6","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","promotion"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{"mode":"raw","raw":"{\n  \"value\": \"8f3457075b2769d039\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ad49caf1-9384-4dd5-b050-d8e7019d721e","name":"Profile, promotion, or related resource not found","originalRequest":{"url":{"path":["v4","promotions","promotion"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{"mode":"raw","raw":"{\n  \"value\": \"8f3457075b2769d039\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"string\",\n  \"error\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"de9d302f-3032-4ac9-95fe-b74950df3302","name":"Waiting for profile lock release","originalRequest":{"url":{"path":["v4","promotions","promotion"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{"mode":"raw","raw":"{\n  \"value\": \"8f3457075b2769d039\"\n}","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"string\",\n  \"error\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"53363627-c7ec-419f-9fcc-0631f9f9d00d","name":"Create or update a promotion","request":{"name":"Create or update a promotion","description":{"content":"You can use this endpoint to create a new promotion or update an existing one that matches the UUID or promotion code that you send.\n\n\nWhen updating an existing promotion include only the fields that you want to change. Inserting a null value overwrites an existing value.","type":"text/plain"},"url":{"path":["v4","promotions","promotion","create-or-update"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"uuid\": \"string\",\n  \"code\": \"string\",\n  \"visibilityStatus\": \"DRAFT\",\n  \"type\": \"GENERAL\",\n  \"redeemLimitPerClient\": 0,\n  \"redeemQuantityPerActivation\": 3358011,\n  \"redeemLimitGlobal\": 0,\n  \"redeemType\": \"PARTIAL\",\n  \"discountType\": \"NONE\",\n  \"details\": {\n    \"discountType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"cashbackSettings\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"discountValue\": 0,\n  \"discountMode\": \"STATIC\",\n  \"discountModeDetails\": {\n    \"discountSteps\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountUsageTrigger\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"preDiscountValue\": 0,\n  \"requireRedeemedPoints\": 4740.236765085888,\n  \"headerName\": \"string\",\n  \"headerDescription\": \"string\",\n  \"name\": \"string\",\n  \"headline\": \"string\",\n  \"description\": \"string\",\n  \"images\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"startAt\": \"1995-08-28T00:16:17.796Z\",\n  \"expireAt\": \"2006-03-21T08:44:40.399Z\",\n  \"displayFrom\": \"string\",\n  \"displayTo\": \"string\",\n  \"lastingTime\": 0,\n  \"params\": {\n    \"key_0\": true,\n    \"key_1\": true,\n    \"key_2\": true,\n    \"key_3\": true,\n    \"key_4\": 3156.3114684891493\n  },\n  \"itemScope\": \"LINE_ITEM\",\n  \"minBasketValue\": null,\n  \"maxBasketValue\": null,\n  \"catalog\": \"221\",\n  \"catalogItemType\": \"FILTERED\",\n  \"catalogFilterIds\": [\n    \"f978b20f-7156-40ed-99c2-3af62b76af12\"\n  ],\n  \"excludeCatalog\": \"string\",\n  \"excludeCatalogItemType\": \"SELECTED\",\n  \"excludeCatalogIndexItems\": [\n    \"29727276\"\n  ],\n  \"storeCatalog\": \"string\",\n  \"storeItemType\": \"ALL\",\n  \"storeIds\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"targetType\": \"ALL\",\n  \"targetSegment\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"price\": 0,\n  \"priority\": 250,\n  \"voucherPool\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"transferable\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"importHash\": \"4b7f1ca6-6044-bbd8-73d5-9c8457d4adbc\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"0149af31-7ed2-4a91-9249-f7f30a1e931c","name":"Promotion updated","originalRequest":{"url":{"path":["v4","promotions","promotion","create-or-update"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"uuid\": \"string\",\n  \"code\": \"string\",\n  \"visibilityStatus\": \"DRAFT\",\n  \"type\": \"GENERAL\",\n  \"redeemLimitPerClient\": 0,\n  \"redeemQuantityPerActivation\": 3358011,\n  \"redeemLimitGlobal\": 0,\n  \"redeemType\": \"PARTIAL\",\n  \"discountType\": \"NONE\",\n  \"details\": {\n    \"discountType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"cashbackSettings\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"discountValue\": 0,\n  \"discountMode\": \"STATIC\",\n  \"discountModeDetails\": {\n    \"discountSteps\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountUsageTrigger\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"preDiscountValue\": 0,\n  \"requireRedeemedPoints\": 4740.236765085888,\n  \"headerName\": \"string\",\n  \"headerDescription\": \"string\",\n  \"name\": \"string\",\n  \"headline\": \"string\",\n  \"description\": \"string\",\n  \"images\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"startAt\": \"1995-08-28T00:16:17.796Z\",\n  \"expireAt\": \"2006-03-21T08:44:40.399Z\",\n  \"displayFrom\": \"string\",\n  \"displayTo\": \"string\",\n  \"lastingTime\": 0,\n  \"params\": {\n    \"key_0\": true,\n    \"key_1\": true,\n    \"key_2\": true,\n    \"key_3\": true,\n    \"key_4\": 3156.3114684891493\n  },\n  \"itemScope\": \"LINE_ITEM\",\n  \"minBasketValue\": null,\n  \"maxBasketValue\": null,\n  \"catalog\": \"221\",\n  \"catalogItemType\": \"FILTERED\",\n  \"catalogFilterIds\": [\n    \"f978b20f-7156-40ed-99c2-3af62b76af12\"\n  ],\n  \"excludeCatalog\": \"string\",\n  \"excludeCatalogItemType\": \"SELECTED\",\n  \"excludeCatalogIndexItems\": [\n    \"29727276\"\n  ],\n  \"storeCatalog\": \"string\",\n  \"storeItemType\": \"ALL\",\n  \"storeIds\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"targetType\": \"ALL\",\n  \"targetSegment\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"price\": 0,\n  \"priority\": 250,\n  \"voucherPool\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"transferable\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"importHash\": \"4b7f1ca6-6044-bbd8-73d5-9c8457d4adbc\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"29317233-55ef-467c-8d46-5725fca24048","name":"Promotion created","originalRequest":{"url":{"path":["v4","promotions","promotion","create-or-update"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"uuid\": \"string\",\n  \"code\": \"string\",\n  \"visibilityStatus\": \"DRAFT\",\n  \"type\": \"GENERAL\",\n  \"redeemLimitPerClient\": 0,\n  \"redeemQuantityPerActivation\": 3358011,\n  \"redeemLimitGlobal\": 0,\n  \"redeemType\": \"PARTIAL\",\n  \"discountType\": \"NONE\",\n  \"details\": {\n    \"discountType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"cashbackSettings\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"discountValue\": 0,\n  \"discountMode\": \"STATIC\",\n  \"discountModeDetails\": {\n    \"discountSteps\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountUsageTrigger\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"preDiscountValue\": 0,\n  \"requireRedeemedPoints\": 4740.236765085888,\n  \"headerName\": \"string\",\n  \"headerDescription\": \"string\",\n  \"name\": \"string\",\n  \"headline\": \"string\",\n  \"description\": \"string\",\n  \"images\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"startAt\": \"1995-08-28T00:16:17.796Z\",\n  \"expireAt\": \"2006-03-21T08:44:40.399Z\",\n  \"displayFrom\": \"string\",\n  \"displayTo\": \"string\",\n  \"lastingTime\": 0,\n  \"params\": {\n    \"key_0\": true,\n    \"key_1\": true,\n    \"key_2\": true,\n    \"key_3\": true,\n    \"key_4\": 3156.3114684891493\n  },\n  \"itemScope\": \"LINE_ITEM\",\n  \"minBasketValue\": null,\n  \"maxBasketValue\": null,\n  \"catalog\": \"221\",\n  \"catalogItemType\": \"FILTERED\",\n  \"catalogFilterIds\": [\n    \"f978b20f-7156-40ed-99c2-3af62b76af12\"\n  ],\n  \"excludeCatalog\": \"string\",\n  \"excludeCatalogItemType\": \"SELECTED\",\n  \"excludeCatalogIndexItems\": [\n    \"29727276\"\n  ],\n  \"storeCatalog\": \"string\",\n  \"storeItemType\": \"ALL\",\n  \"storeIds\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"targetType\": \"ALL\",\n  \"targetSegment\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"price\": 0,\n  \"priority\": 250,\n  \"voucherPool\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"transferable\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"importHash\": \"4b7f1ca6-6044-bbd8-73d5-9c8457d4adbc\"\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d7b7eae3-381d-410c-a7cf-90db5fd0b62b","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","promotion","create-or-update"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"uuid\": \"string\",\n  \"code\": \"string\",\n  \"visibilityStatus\": \"DRAFT\",\n  \"type\": \"GENERAL\",\n  \"redeemLimitPerClient\": 0,\n  \"redeemQuantityPerActivation\": 3358011,\n  \"redeemLimitGlobal\": 0,\n  \"redeemType\": \"PARTIAL\",\n  \"discountType\": \"NONE\",\n  \"details\": {\n    \"discountType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"cashbackSettings\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"discountValue\": 0,\n  \"discountMode\": \"STATIC\",\n  \"discountModeDetails\": {\n    \"discountSteps\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountUsageTrigger\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"preDiscountValue\": 0,\n  \"requireRedeemedPoints\": 4740.236765085888,\n  \"headerName\": \"string\",\n  \"headerDescription\": \"string\",\n  \"name\": \"string\",\n  \"headline\": \"string\",\n  \"description\": \"string\",\n  \"images\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"startAt\": \"1995-08-28T00:16:17.796Z\",\n  \"expireAt\": \"2006-03-21T08:44:40.399Z\",\n  \"displayFrom\": \"string\",\n  \"displayTo\": \"string\",\n  \"lastingTime\": 0,\n  \"params\": {\n    \"key_0\": true,\n    \"key_1\": true,\n    \"key_2\": true,\n    \"key_3\": true,\n    \"key_4\": 3156.3114684891493\n  },\n  \"itemScope\": \"LINE_ITEM\",\n  \"minBasketValue\": null,\n  \"maxBasketValue\": null,\n  \"catalog\": \"221\",\n  \"catalogItemType\": \"FILTERED\",\n  \"catalogFilterIds\": [\n    \"f978b20f-7156-40ed-99c2-3af62b76af12\"\n  ],\n  \"excludeCatalog\": \"string\",\n  \"excludeCatalogItemType\": \"SELECTED\",\n  \"excludeCatalogIndexItems\": [\n    \"29727276\"\n  ],\n  \"storeCatalog\": \"string\",\n  \"storeItemType\": \"ALL\",\n  \"storeIds\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"targetType\": \"ALL\",\n  \"targetSegment\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"price\": 0,\n  \"priority\": 250,\n  \"voucherPool\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"transferable\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"importHash\": \"4b7f1ca6-6044-bbd8-73d5-9c8457d4adbc\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f3220def-9c41-41a3-bd22-148c26927714","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","promotion","create-or-update"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"uuid\": \"string\",\n  \"code\": \"string\",\n  \"visibilityStatus\": \"DRAFT\",\n  \"type\": \"GENERAL\",\n  \"redeemLimitPerClient\": 0,\n  \"redeemQuantityPerActivation\": 3358011,\n  \"redeemLimitGlobal\": 0,\n  \"redeemType\": \"PARTIAL\",\n  \"discountType\": \"NONE\",\n  \"details\": {\n    \"discountType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"cashbackSettings\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"discountValue\": 0,\n  \"discountMode\": \"STATIC\",\n  \"discountModeDetails\": {\n    \"discountSteps\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountUsageTrigger\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"preDiscountValue\": 0,\n  \"requireRedeemedPoints\": 4740.236765085888,\n  \"headerName\": \"string\",\n  \"headerDescription\": \"string\",\n  \"name\": \"string\",\n  \"headline\": \"string\",\n  \"description\": \"string\",\n  \"images\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"startAt\": \"1995-08-28T00:16:17.796Z\",\n  \"expireAt\": \"2006-03-21T08:44:40.399Z\",\n  \"displayFrom\": \"string\",\n  \"displayTo\": \"string\",\n  \"lastingTime\": 0,\n  \"params\": {\n    \"key_0\": true,\n    \"key_1\": true,\n    \"key_2\": true,\n    \"key_3\": true,\n    \"key_4\": 3156.3114684891493\n  },\n  \"itemScope\": \"LINE_ITEM\",\n  \"minBasketValue\": null,\n  \"maxBasketValue\": null,\n  \"catalog\": \"221\",\n  \"catalogItemType\": \"FILTERED\",\n  \"catalogFilterIds\": [\n    \"f978b20f-7156-40ed-99c2-3af62b76af12\"\n  ],\n  \"excludeCatalog\": \"string\",\n  \"excludeCatalogItemType\": \"SELECTED\",\n  \"excludeCatalogIndexItems\": [\n    \"29727276\"\n  ],\n  \"storeCatalog\": \"string\",\n  \"storeItemType\": \"ALL\",\n  \"storeIds\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"targetType\": \"ALL\",\n  \"targetSegment\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"price\": 0,\n  \"priority\": 250,\n  \"voucherPool\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"transferable\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"importHash\": \"4b7f1ca6-6044-bbd8-73d5-9c8457d4adbc\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"badfe91c-61fa-4e0c-9aac-dc511b08d6ea","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","promotion","create-or-update"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"uuid\": \"string\",\n  \"code\": \"string\",\n  \"visibilityStatus\": \"DRAFT\",\n  \"type\": \"GENERAL\",\n  \"redeemLimitPerClient\": 0,\n  \"redeemQuantityPerActivation\": 3358011,\n  \"redeemLimitGlobal\": 0,\n  \"redeemType\": \"PARTIAL\",\n  \"discountType\": \"NONE\",\n  \"details\": {\n    \"discountType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"cashbackSettings\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"discountValue\": 0,\n  \"discountMode\": \"STATIC\",\n  \"discountModeDetails\": {\n    \"discountSteps\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountUsageTrigger\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"preDiscountValue\": 0,\n  \"requireRedeemedPoints\": 4740.236765085888,\n  \"headerName\": \"string\",\n  \"headerDescription\": \"string\",\n  \"name\": \"string\",\n  \"headline\": \"string\",\n  \"description\": \"string\",\n  \"images\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"startAt\": \"1995-08-28T00:16:17.796Z\",\n  \"expireAt\": \"2006-03-21T08:44:40.399Z\",\n  \"displayFrom\": \"string\",\n  \"displayTo\": \"string\",\n  \"lastingTime\": 0,\n  \"params\": {\n    \"key_0\": true,\n    \"key_1\": true,\n    \"key_2\": true,\n    \"key_3\": true,\n    \"key_4\": 3156.3114684891493\n  },\n  \"itemScope\": \"LINE_ITEM\",\n  \"minBasketValue\": null,\n  \"maxBasketValue\": null,\n  \"catalog\": \"221\",\n  \"catalogItemType\": \"FILTERED\",\n  \"catalogFilterIds\": [\n    \"f978b20f-7156-40ed-99c2-3af62b76af12\"\n  ],\n  \"excludeCatalog\": \"string\",\n  \"excludeCatalogItemType\": \"SELECTED\",\n  \"excludeCatalogIndexItems\": [\n    \"29727276\"\n  ],\n  \"storeCatalog\": \"string\",\n  \"storeItemType\": \"ALL\",\n  \"storeIds\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"targetType\": \"ALL\",\n  \"targetSegment\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"price\": 0,\n  \"priority\": 250,\n  \"voucherPool\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"transferable\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"importHash\": \"4b7f1ca6-6044-bbd8-73d5-9c8457d4adbc\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"8ed491f9-5056-46f3-9f63-5f0a7c29494e","name":"Batch redeem vouchers","request":{"name":"Batch redeem vouchers","description":{"content":"You can redeem up to 100 vouchers.","type":"text/plain"},"url":{"path":["v4","promotions","voucher","batch-redeem"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"[\n  {\n    \"voucherKey\": \"code\",\n    \"voucherValue\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9\",\n    \"options\": {\n      \"quantity\": 1,\n      \"sourceId\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9-1\",\n      \"orderId\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9-1\",\n      \"lockIdentifier\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9\"\n    }\n  },\n  {\n    \"voucherKey\": \"code\",\n    \"voucherValue\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9\",\n    \"options\": {\n      \"quantity\": 1,\n      \"sourceId\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9-1\",\n      \"orderId\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9-1\",\n      \"lockIdentifier\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"response":[{"id":"8a76cc2e-e931-4787-9dde-61181b71c52e","name":"Vouchers redeemed","originalRequest":{"url":{"path":["v4","promotions","voucher","batch-redeem"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"voucherKey\": \"code\",\n    \"voucherValue\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9\",\n    \"options\": {\n      \"quantity\": 1,\n      \"sourceId\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9-1\",\n      \"orderId\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9-1\",\n      \"lockIdentifier\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9\"\n    }\n  },\n  {\n    \"voucherKey\": \"code\",\n    \"voucherValue\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9\",\n    \"options\": {\n      \"quantity\": 1,\n      \"sourceId\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9-1\",\n      \"orderId\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9-1\",\n      \"lockIdentifier\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"string\",\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a14d9dc6-20d9-459d-b917-8749c54250fd","name":"Some vouchers couldn't be redeemed","originalRequest":{"url":{"path":["v4","promotions","voucher","batch-redeem"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"voucherKey\": \"code\",\n    \"voucherValue\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9\",\n    \"options\": {\n      \"quantity\": 1,\n      \"sourceId\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9-1\",\n      \"orderId\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9-1\",\n      \"lockIdentifier\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9\"\n    }\n  },\n  {\n    \"voucherKey\": \"code\",\n    \"voucherValue\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9\",\n    \"options\": {\n      \"quantity\": 1,\n      \"sourceId\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9-1\",\n      \"orderId\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9-1\",\n      \"lockIdentifier\": \"75d9090f-06ac-46a2-a0ce-4b8eb287efb9\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Multi-Status (WebDAV) (RFC 4918)","code":207,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 207,\n  \"traceId\": \"c72d530fd1b813ae\",\n  \"timestamp\": \"2021-12-28T08:27:54.549Z\",\n  \"errorCode\": \"ERR-003\",\n  \"message\": \"Batch operation failed\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"21a86c6e-1474-4f8b-b3e3-fa2b91660156","name":"Batch redeem vouchers for profiles","request":{"name":"Batch redeem vouchers for profiles","description":{"content":"You can redeem up to 100 vouchers.","type":"text/plain"},"url":{"path":["v4","promotions","voucher","batch-redeem-for-profile"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"[\n  {\n    \"profileKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"profileValue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"voucherKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"voucherValue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"options\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"profileKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"profileValue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"voucherKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"voucherValue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"options\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"response":[{"id":"b8b4c861-8a23-46f6-b3e5-a899757850f2","name":"Vouchers redeemed","originalRequest":{"url":{"path":["v4","promotions","voucher","batch-redeem-for-profile"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"profileKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"profileValue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"voucherKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"voucherValue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"options\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"profileKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"profileValue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"voucherKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"voucherValue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"options\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"string\",\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7aa2399c-8bb7-4eba-aedb-cdb3d6e69d97","name":"Some vouchers couldn't be redeemed","originalRequest":{"url":{"path":["v4","promotions","voucher","batch-redeem-for-profile"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"profileKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"profileValue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"voucherKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"voucherValue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"options\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"profileKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"profileValue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"voucherKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"voucherValue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"options\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Multi-Status (WebDAV) (RFC 4918)","code":207,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 207,\n  \"traceId\": \"c72d530fd1b813ae\",\n  \"timestamp\": \"2021-12-28T08:27:54.549Z\",\n  \"errorCode\": \"ERR-003\",\n  \"message\": \"Batch operation failed\",\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"ad7e22aa-4f94-4bd4-891c-bbc5ec638cb7","name":"Batch import promotions","request":{"name":"Batch import promotions","description":{"content":"Submit a batch of promotions for asynchronous import (upsert). Items are validated individually and queued for processing. Returns 202 if all items are valid, or 207 if some fail validation.","type":"text/plain"},"url":{"path":["v4","promotions","v2","promotion","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"extra\": {\n    \"importHash\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"a941f92b-b558-40b2-ae2c-5f9d27576e2d","name":"All items accepted for processing","originalRequest":{"url":{"path":["v4","promotions","v2","promotion","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"extra\": {\n    \"importHash\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2fa60824-19cc-4159-b57d-c0c6e0756836","name":"Some items failed validation","originalRequest":{"url":{"path":["v4","promotions","v2","promotion","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"extra\": {\n    \"importHash\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Multi-Status (WebDAV) (RFC 4918)","code":207,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 500,\n  \"errorCode\": \"ERR-001\",\n  \"message\": \"Internal Error\",\n  \"help\": \"string\",\n  \"data\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errors\": [\n    {\n      \"source\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"errorCode\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"help\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"httpStatus\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"errors\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"source\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"errorCode\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"help\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"httpStatus\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"errors\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"74c2b16e-557d-4533-9d99-1e684cb2c581","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","v2","promotion","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"extra\": {\n    \"importHash\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"86313aa1-3408-44e1-80bf-02021feb44a7","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","v2","promotion","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"extra\": {\n    \"importHash\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"eb5fe8ba-c97b-451c-adc7-efc74a3e6b7b","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","v2","promotion","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"extra\": {\n    \"importHash\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"ef06e89c-86ea-4e44-ab8f-598039022acd","name":"Batch delete promotions","request":{"name":"Batch delete promotions","description":{"content":"Submit a batch of promotion codes for asynchronous deletion. Items are validated individually and queued for processing . Returns 202 if all items are valid, or 207 if some fail validation.  \nThis method doesn't check if a promotion with the provide code exists.","type":"text/plain"},"url":{"path":["v4","promotions","v2","promotion","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"extra\": {\n    \"importHash\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"2d46335f-ef05-4d39-8403-9b218cbbe796","name":"All items accepted for processing","originalRequest":{"url":{"path":["v4","promotions","v2","promotion","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{"mode":"raw","raw":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"extra\": {\n    \"importHash\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"59bd711d-948b-4a54-a86c-8ab93b096088","name":"Some items failed validation","originalRequest":{"url":{"path":["v4","promotions","v2","promotion","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{"mode":"raw","raw":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"extra\": {\n    \"importHash\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Multi-Status (WebDAV) (RFC 4918)","code":207,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 500,\n  \"errorCode\": \"ERR-001\",\n  \"message\": \"Internal Error\",\n  \"help\": \"string\",\n  \"data\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errors\": [\n    {\n      \"source\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"errorCode\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"help\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"httpStatus\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"errors\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"source\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"errorCode\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"help\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"httpStatus\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"errors\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5c1e7356-9e2a-41d2-8ec5-5a2e77434360","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","v2","promotion","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{"mode":"raw","raw":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"extra\": {\n    \"importHash\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"86da6c9b-731a-42bf-bda4-d65cc360c7a6","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","v2","promotion","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{"mode":"raw","raw":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"extra\": {\n    \"importHash\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"97f8b215-52b6-432d-af6b-5ca9fb5327bf","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","v2","promotion","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{"mode":"raw","raw":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"extra\": {\n    \"importHash\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"8efca670-5c53-4dd3-8377-c2915088bd46","name":"Process basket","request":{"name":"Process basket","description":{"content":"Assign promotions to a basket and recalculate item values after discount.\n\nThis method DOES NOT redeem any promotions or create a transaction.\n","type":"text/plain"},"url":{"path":["v4","promotions","v2","sale","process-sale",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"operationId\": 6579,\n  \"clientDateTime\": \"1988-09-05T16:12:03.203Z\",\n  \"terminal\": {\n    \"storeId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"posId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"transactionMetric\": {\n    \"posTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"beginDateTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"globalTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"finalValue\": \"string\",\n  \"transactionItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"transactionAdditionalItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"paymentsReport\": {\n    \"paymentItems\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"promotionsToActivate\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"bf095209-8a5c-4b37-9470-cfaa840629ee","name":"Basket processed","originalRequest":{"url":{"path":["v4","promotions","v2","sale","process-sale",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"operationId\": 1451,\n  \"clientDateTime\": \"1992-04-16T07:51:36.815Z\",\n  \"terminal\": {\n    \"storeId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"posId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"transactionMetric\": {\n    \"posTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"beginDateTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"globalTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"finalValue\": \"string\",\n  \"transactionItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"transactionAdditionalItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"paymentsReport\": {\n    \"paymentItems\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"promotionsToActivate\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"responseCode\": 6260.005868439954,\n  \"responseDescription\": \"string\",\n  \"operationId\": 4380,\n  \"clientDateTime\": \"2012-04-05T15:34:32.892Z\",\n  \"terminal\": {\n    \"storeId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"posId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"transactionMetric\": {\n    \"posTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"beginDateTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"globalTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"finalValue\": \"string\",\n  \"promotionErrors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"transactionItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"transactionAdditionalItem\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d27186e6-e7fc-4dbb-96f3-76eaff880717","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","v2","sale","process-sale",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"operationId\": 1451,\n  \"clientDateTime\": \"1992-04-16T07:51:36.815Z\",\n  \"terminal\": {\n    \"storeId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"posId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"transactionMetric\": {\n    \"posTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"beginDateTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"globalTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"finalValue\": \"string\",\n  \"transactionItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"transactionAdditionalItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"paymentsReport\": {\n    \"paymentItems\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"promotionsToActivate\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e4bf8f5c-5546-4bc1-9d53-ae03950449b5","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","v2","sale","process-sale",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"operationId\": 1451,\n  \"clientDateTime\": \"1992-04-16T07:51:36.815Z\",\n  \"terminal\": {\n    \"storeId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"posId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"transactionMetric\": {\n    \"posTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"beginDateTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"globalTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"finalValue\": \"string\",\n  \"transactionItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"transactionAdditionalItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"paymentsReport\": {\n    \"paymentItems\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"promotionsToActivate\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"06ec4a87-1b78-4b31-bcf2-afb1fa9b9861","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","v2","sale","process-sale",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"operationId\": 1451,\n  \"clientDateTime\": \"1992-04-16T07:51:36.815Z\",\n  \"terminal\": {\n    \"storeId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"posId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"transactionMetric\": {\n    \"posTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"beginDateTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"globalTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"finalValue\": \"string\",\n  \"transactionItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"transactionAdditionalItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"paymentsReport\": {\n    \"paymentItems\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"promotionsToActivate\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"2aa7dd88-bd6f-403c-92bb-9d0e0430738d","name":"Process checkout on POS","request":{"name":"Process checkout on POS","description":{"content":"Assign checkout handbill coupons for a profile, based on items in the basket and historical transactions.\n\nThis method DOES NOT redeem any promotions or create a transaction.\n","type":"text/plain"},"url":{"path":["v4","promotions","sale","process-checkout",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"operationId\": 7778,\n  \"clientDateTime\": \"1950-06-20T04:01:48.621Z\",\n  \"terminal\": {\n    \"storeId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"posId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"transactionMetric\": {\n    \"posTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"beginDateTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"globalTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"finalValue\": \"string\",\n  \"transactionItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"transactionAdditionalItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"paymentsReport\": {\n    \"paymentItems\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"38d38eb8-cac0-4562-9b62-87df8f380adf","name":"POS checkout processed","originalRequest":{"url":{"path":["v4","promotions","sale","process-checkout",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"operationId\": 5674,\n  \"clientDateTime\": \"1956-05-07T11:30:11.741Z\",\n  \"terminal\": {\n    \"storeId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"posId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"transactionMetric\": {\n    \"posTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"beginDateTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"globalTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"finalValue\": \"string\",\n  \"transactionItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"transactionAdditionalItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"paymentsReport\": {\n    \"paymentItems\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"responseCode\": 9184.043532952175,\n  \"responseDescription\": \"string\",\n  \"operationId\": 1716,\n  \"clientDateTime\": \"1958-09-22T20:34:37.451Z\",\n  \"terminal\": {\n    \"storeId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"posId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"transactionGrantReport\": {\n    \"printouts\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"286f747b-7f44-4fb2-9bce-84a2bbc09735","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","sale","process-checkout",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"operationId\": 5674,\n  \"clientDateTime\": \"1956-05-07T11:30:11.741Z\",\n  \"terminal\": {\n    \"storeId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"posId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"transactionMetric\": {\n    \"posTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"beginDateTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"globalTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"finalValue\": \"string\",\n  \"transactionItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"transactionAdditionalItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"paymentsReport\": {\n    \"paymentItems\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e539dcef-d024-4b4a-ad20-0d6eff057caa","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","sale","process-checkout",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"operationId\": 5674,\n  \"clientDateTime\": \"1956-05-07T11:30:11.741Z\",\n  \"terminal\": {\n    \"storeId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"posId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"transactionMetric\": {\n    \"posTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"beginDateTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"globalTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"finalValue\": \"string\",\n  \"transactionItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"transactionAdditionalItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"paymentsReport\": {\n    \"paymentItems\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b860317d-d6b3-4e07-85af-b138a7714780","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","sale","process-checkout",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"operationId\": 5674,\n  \"clientDateTime\": \"1956-05-07T11:30:11.741Z\",\n  \"terminal\": {\n    \"storeId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"posId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"transactionMetric\": {\n    \"posTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"beginDateTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"globalTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"finalValue\": \"string\",\n  \"transactionItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"transactionAdditionalItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"paymentsReport\": {\n    \"paymentItems\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"20460462-2a4a-4cb3-96a3-1580b8178699","name":"Process anonymous Profile's basket","request":{"name":"Process anonymous Profile's basket","description":{"content":"Assign promotions to a basket and recalculate item values after discount.","type":"text/plain"},"url":{"path":["v4","promotions","v2","sale","process-anonymous-sale"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"operationId\": 1451,\n  \"clientDateTime\": \"1992-04-16T07:51:36.815Z\",\n  \"terminal\": {\n    \"storeId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"posId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"transactionMetric\": {\n    \"posTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"beginDateTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"globalTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"finalValue\": \"string\",\n  \"transactionItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"transactionAdditionalItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"paymentsReport\": {\n    \"paymentItems\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"promotionsToActivate\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"68e5f3e2-069d-41ff-8c64-4cc5bf961504","name":"Basket processed","originalRequest":{"url":{"path":["v4","promotions","v2","sale","process-anonymous-sale"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"operationId\": 1451,\n  \"clientDateTime\": \"1992-04-16T07:51:36.815Z\",\n  \"terminal\": {\n    \"storeId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"posId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"transactionMetric\": {\n    \"posTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"beginDateTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"globalTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"finalValue\": \"string\",\n  \"transactionItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"transactionAdditionalItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"paymentsReport\": {\n    \"paymentItems\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"promotionsToActivate\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"responseCode\": 8683.465885791406,\n  \"responseDescription\": \"string\",\n  \"operationId\": 2379,\n  \"clientDateTime\": \"1950-02-17T06:38:29.194Z\",\n  \"terminal\": {\n    \"storeId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"posId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"transactionMetric\": {\n    \"posTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"beginDateTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"globalTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"finalValue\": \"string\",\n  \"promotionErrors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"transactionItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"transactionAdditionalItem\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3b3ecec4-6c9a-4fff-a518-62143e9ae3a6","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","v2","sale","process-anonymous-sale"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"operationId\": 1451,\n  \"clientDateTime\": \"1992-04-16T07:51:36.815Z\",\n  \"terminal\": {\n    \"storeId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"posId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"transactionMetric\": {\n    \"posTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"beginDateTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"globalTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"finalValue\": \"string\",\n  \"transactionItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"transactionAdditionalItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"paymentsReport\": {\n    \"paymentItems\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"promotionsToActivate\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7d6bcdf5-9ae7-486a-9c36-534f3ddc8478","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","v2","sale","process-anonymous-sale"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"operationId\": 1451,\n  \"clientDateTime\": \"1992-04-16T07:51:36.815Z\",\n  \"terminal\": {\n    \"storeId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"posId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"transactionMetric\": {\n    \"posTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"beginDateTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"globalTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"finalValue\": \"string\",\n  \"transactionItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"transactionAdditionalItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"paymentsReport\": {\n    \"paymentItems\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"promotionsToActivate\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"94b4a82d-8614-42e7-9457-b84b1e472d58","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","v2","sale","process-anonymous-sale"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"operationId\": 1451,\n  \"clientDateTime\": \"1992-04-16T07:51:36.815Z\",\n  \"terminal\": {\n    \"storeId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"posId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"transactionMetric\": {\n    \"posTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"beginDateTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"globalTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"finalValue\": \"string\",\n  \"transactionItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"transactionAdditionalItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"paymentsReport\": {\n    \"paymentItems\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"promotionsToActivate\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ba8579bf-8c7e-4ccf-a00d-0aac0dafc728","name":"Property discountSourceType in sale settings is not defined","originalRequest":{"url":{"path":["v4","promotions","v2","sale","process-anonymous-sale"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"operationId\": 1451,\n  \"clientDateTime\": \"1992-04-16T07:51:36.815Z\",\n  \"terminal\": {\n    \"storeId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"posId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"transactionMetric\": {\n    \"posTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"beginDateTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"globalTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"finalValue\": \"string\",\n  \"transactionItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"transactionAdditionalItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"paymentsReport\": {\n    \"paymentItems\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"promotionsToActivate\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Precondition Required","code":428,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"string\",\n  \"error\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"32923881-d6eb-4497-ab8a-66a2c757f457","name":"Process anonymous Profile's checkout on POS","request":{"name":"Process anonymous Profile's checkout on POS","description":{"content":"Assign checkout handbill coupons for anonymous profile, based on items in basket and historical transactions.","type":"text/plain"},"url":{"path":["v4","promotions","sale","process-anonymous-checkout"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"operationId\": 5674,\n  \"clientDateTime\": \"1956-05-07T11:30:11.741Z\",\n  \"terminal\": {\n    \"storeId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"posId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"transactionMetric\": {\n    \"posTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"beginDateTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"globalTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"finalValue\": \"string\",\n  \"transactionItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"transactionAdditionalItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"paymentsReport\": {\n    \"paymentItems\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"6811e59d-d973-42f1-aed5-dcc068f4937d","name":"POS checkout processed","originalRequest":{"url":{"path":["v4","promotions","sale","process-anonymous-checkout"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"operationId\": 5674,\n  \"clientDateTime\": \"1956-05-07T11:30:11.741Z\",\n  \"terminal\": {\n    \"storeId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"posId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"transactionMetric\": {\n    \"posTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"beginDateTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"globalTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"finalValue\": \"string\",\n  \"transactionItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"transactionAdditionalItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"paymentsReport\": {\n    \"paymentItems\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"responseCode\": 4572.014882991597,\n  \"responseDescription\": \"string\",\n  \"operationId\": 27,\n  \"clientDateTime\": \"2023-07-30T01:45:51.555Z\",\n  \"terminal\": {\n    \"storeId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"posId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"transactionGrantReport\": {\n    \"printouts\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"441cfad8-25df-4d49-8970-f0883a77da8b","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","sale","process-anonymous-checkout"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"operationId\": 5674,\n  \"clientDateTime\": \"1956-05-07T11:30:11.741Z\",\n  \"terminal\": {\n    \"storeId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"posId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"transactionMetric\": {\n    \"posTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"beginDateTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"globalTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"finalValue\": \"string\",\n  \"transactionItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"transactionAdditionalItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"paymentsReport\": {\n    \"paymentItems\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3b43ede7-ade2-4557-a807-aab8c38ea62a","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","sale","process-anonymous-checkout"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"operationId\": 5674,\n  \"clientDateTime\": \"1956-05-07T11:30:11.741Z\",\n  \"terminal\": {\n    \"storeId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"posId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"transactionMetric\": {\n    \"posTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"beginDateTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"globalTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"finalValue\": \"string\",\n  \"transactionItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"transactionAdditionalItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"paymentsReport\": {\n    \"paymentItems\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"325a8a3e-5c40-4c88-83b6-a711d581164b","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","sale","process-anonymous-checkout"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"operationId\": 5674,\n  \"clientDateTime\": \"1956-05-07T11:30:11.741Z\",\n  \"terminal\": {\n    \"storeId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"posId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"transactionMetric\": {\n    \"posTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"beginDateTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"globalTransactionId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"finalValue\": \"string\",\n  \"transactionItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"transactionAdditionalItems\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"paymentsReport\": {\n    \"paymentItems\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"64518cdd-92b1-42a9-952d-b68ed6df8e85","name":"Promotion locks","description":{"content":"","type":"text/plain"},"item":[{"id":"785fb90e-f919-4f48-aaed-ca1fe8d0ed7c","name":"Check account lock","request":{"name":"Check account lock","description":{"content":"You can check if a Profile account is locked due to processing of batch promotion/voucher activations or deactivations.\n\n\nYou must be logged in as the Profile.","type":"text/plain"},"url":{"path":["v4","promotions","promotion","locking","check-client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"c68c1d87-3456-41e4-a3b2-adcf903840f8","name":"Information about Profile lock","originalRequest":{"url":{"path":["v4","promotions","promotion","locking","check-client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Profile is unlocked and ready for traffic\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bc786a0f-5397-4d5b-ba24-a8bbb87b565a","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","promotion","locking","check-client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6cb4eb21-dd60-407e-93dd-f161a2f349c6","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","promotion","locking","check-client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8db9b990-2ed8-4c6d-a3cd-7944397d62a5","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","promotion","locking","check-client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"594bfdc9-88d5-4202-b458-be9afe6deff1","name":"Create point lock for profile","request":{"name":"Create point lock for profile","description":{"content":"Create a point lock for a profile. That profile cannot activate or de-activate promotions based on loyalty points until the lock is released. The profile can still redeem promotions.  \nThis lock is released with the [\"Release point lock for profile\" endpoint](#operation/endpointLockReleaseLockForClientPOST) or when its TTL (defined in the query parameters) expires.\n","type":"text/plain"},"url":{"path":["v4","promotions","lock","create-points-lock-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"lockTtlSec","value":"900","description":"Lock duration in seconds"}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"f99ea418-99fb-426a-ba6c-a8847a304cc0","name":"Lock created","originalRequest":{"url":{"path":["v4","promotions","lock","create-points-lock-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[{"key":"lockTtlSec","value":"900"}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"callback\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"01640552-3c81-4a8a-b259-71543a4828d3","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","lock","create-points-lock-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[{"key":"lockTtlSec","value":"900"}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"36b4e594-4ada-4dd6-b10a-11ac5320decc","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","lock","create-points-lock-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[{"key":"lockTtlSec","value":"900"}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4cc17758-6823-4e0e-af66-1693fc918e93","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","lock","create-points-lock-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[{"key":"lockTtlSec","value":"900"}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0b21002f-9052-4bde-9007-9a99040cf563","name":"Profile not found","originalRequest":{"url":{"path":["v4","promotions","lock","create-points-lock-for-client",":identifierType",":identifierValue"],"host":["{{baseUrl}}"],"query":[{"key":"lockTtlSec","value":"900"}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Profile not found\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"90476de9-1a92-48e1-839c-e77d4871f767","name":"Release point lock for profile","request":{"name":"Release point lock for profile","description":{"content":"Release a [point lock](#operation/endpointLockCreateLockForClientPOST) from a profile. That profile can now activate and de-activate promotions based on loyalty points.\n","type":"text/plain"},"url":{"path":["v4","promotions","lock","release-points-lock-for-client",":identifierType",":identifierValue",":lockIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"2f01c1b4-4266-41cb-b8d9-fd00457eedef.1640081408119","key":"lockIdentifier","description":"(Required) Lock identifier"},{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"aeed3466-ffe1-4b42-ab29-65892f226470","name":"Lock released","originalRequest":{"url":{"path":["v4","promotions","lock","release-points-lock-for-client",":identifierType",":identifierValue",":lockIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"2f01c1b4-4266-41cb-b8d9-fd00457eedef.1640081408119","key":"lockIdentifier","description":"(Required) Lock identifier"},{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Lock release succeeded\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1c5b4933-9a75-4c47-bdbe-e60c2eb511d9","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","lock","release-points-lock-for-client",":identifierType",":identifierValue",":lockIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"2f01c1b4-4266-41cb-b8d9-fd00457eedef.1640081408119","key":"lockIdentifier","description":"(Required) Lock identifier"},{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7be00970-139d-467f-a1cd-de6014b51c98","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","lock","release-points-lock-for-client",":identifierType",":identifierValue",":lockIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"2f01c1b4-4266-41cb-b8d9-fd00457eedef.1640081408119","key":"lockIdentifier","description":"(Required) Lock identifier"},{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0f5d4cb7-204b-4083-a680-393d67aac562","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","lock","release-points-lock-for-client",":identifierType",":identifierValue",":lockIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"2f01c1b4-4266-41cb-b8d9-fd00457eedef.1640081408119","key":"lockIdentifier","description":"(Required) Lock identifier"},{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7b155926-91e0-4cfe-b04c-075471b2653c","name":"Profile not found","originalRequest":{"url":{"path":["v4","promotions","lock","release-points-lock-for-client",":identifierType",":identifierValue",":lockIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"2f01c1b4-4266-41cb-b8d9-fd00457eedef.1640081408119","key":"lockIdentifier","description":"(Required) Lock identifier"},{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Profile not found\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0137eb2c-fcb6-46c1-b735-7bb453f7832d","name":"Lock already exists","originalRequest":{"url":{"path":["v4","promotions","lock","release-points-lock-for-client",":identifierType",":identifierValue",":lockIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"2f01c1b4-4266-41cb-b8d9-fd00457eedef.1640081408119","key":"lockIdentifier","description":"(Required) Lock identifier"},{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Lock already exits\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"22d74efc-e2d4-4170-9fde-a098a673de47","name":"Release \"promotion requested\" lock from profile","request":{"name":"Release \"promotion requested\" lock from profile","description":{"content":"Release a \"promotion requested\" lock from a profile. That profile can now fetch promotion lists. This kind of lock can be applied when using the [Get Profile promotions by a custom filter](#operation/GetClientPromotionsByACustomFilter) endpoint.","type":"text/plain"},"url":{"path":["v4","promotions","lock","release-promotion-requested-lock-for-client",":identifierType",":identifierValue",":lockIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"2f01c1b4-4266-41cb-b8d9-fd00457eedef.1640081408119","key":"lockIdentifier","description":"(Required) Lock identifier"},{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"c9f31b25-6051-43ee-b16e-1c7a3baca468","name":"Lock released","originalRequest":{"url":{"path":["v4","promotions","lock","release-promotion-requested-lock-for-client",":identifierType",":identifierValue",":lockIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"2f01c1b4-4266-41cb-b8d9-fd00457eedef.1640081408119","key":"lockIdentifier","description":"(Required) Lock identifier"},{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Lock release succeeded\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5cc7b072-6335-438e-b8e4-efe4a6bd4739","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","lock","release-promotion-requested-lock-for-client",":identifierType",":identifierValue",":lockIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"2f01c1b4-4266-41cb-b8d9-fd00457eedef.1640081408119","key":"lockIdentifier","description":"(Required) Lock identifier"},{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4fd57912-81a1-458a-a18b-660b5abda18e","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","lock","release-promotion-requested-lock-for-client",":identifierType",":identifierValue",":lockIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"2f01c1b4-4266-41cb-b8d9-fd00457eedef.1640081408119","key":"lockIdentifier","description":"(Required) Lock identifier"},{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5cce3e0d-4719-45f2-ae05-bb584a8ef141","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","lock","release-promotion-requested-lock-for-client",":identifierType",":identifierValue",":lockIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"2f01c1b4-4266-41cb-b8d9-fd00457eedef.1640081408119","key":"lockIdentifier","description":"(Required) Lock identifier"},{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"da35dc27-995c-4878-b22f-467826c846b1","name":"Not found","originalRequest":{"url":{"path":["v4","promotions","lock","release-promotion-requested-lock-for-client",":identifierType",":identifierValue",":lockIdentifier"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"2f01c1b4-4266-41cb-b8d9-fd00457eedef.1640081408119","key":"lockIdentifier","description":"(Required) Lock identifier"},{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Profile not found\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"820e9271-37a1-43e7-8f1e-93e3c1d87e95","name":"Handbills","description":{"content":"","type":"text/plain"},"item":[{"id":"1f5d3a6f-76cb-4f78-ae66-ae02a32bd7af","name":"Get all handbill configurations","request":{"name":"Get all handbill configurations","description":{"content":"Retrieve a list of all handbill configurations available in the current Workspace.","type":"text/plain"},"url":{"path":["v4","promotions","handbill"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"limit","value":"100","description":"The number of items to return per page"},{"disabled":false,"key":"page","value":"4","description":"Page number to return for pagination. The first page has the index `1`."},{"disabled":false,"key":"sort","value":"createdAt,desc","description":"The sorting order of the response.\n\n\nYou can sort by any combination of the following attributes:\n\n* `createdAt`: time when the configuration was created\n\n* `updatedAt`: time when the configuration was last updated\n\n\nYou can sort ascending (default) or descending by adding `asc` or `desc` after the parameter, separated by a comma.\"\n"},{"disabled":false,"key":"includeMeta","value":"false","description":"\nWhen `true`, pagination metadata is included in the response body.\n\nWhen `false`, the data is included in the response headers:\n\n- Link: links to neighbors, first, and last pages in pagination.\n\n- X-Pagination-Total-Count: total number of items on all pages\n\n- X-Pagination-Total-Pages: total number of pages\n\n- X-Pagination-Page: current page\n\n- X-Pagination-Limit: maximum number of items on a page\n"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"2833c94b-165c-4af5-8c1d-5acc0391d2a0","name":"List of handbill configurations","originalRequest":{"url":{"path":["v4","promotions","handbill"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"100"},{"key":"page","value":"4"},{"key":"sort","value":"createdAt,desc"},{"key":"includeMeta","value":"false"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"meta\": {\n    \"code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"link\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"page\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalPages\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e33e05b2-7789-4e94-9e14-0b52c49962f8","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","handbill"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"100"},{"key":"page","value":"4"},{"key":"sort","value":"createdAt,desc"},{"key":"includeMeta","value":"false"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"891521f3-5bf5-4c16-9a5c-afb355843330","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","handbill"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"100"},{"key":"page","value":"4"},{"key":"sort","value":"createdAt,desc"},{"key":"includeMeta","value":"false"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"64e1fbbf-f0a7-4e62-9be7-368c6025ae26","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","handbill"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"100"},{"key":"page","value":"4"},{"key":"sort","value":"createdAt,desc"},{"key":"includeMeta","value":"false"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"983e1e7c-f814-4e0c-925e-6bd3cb037320","name":"Create handbill configuration","request":{"name":"Create handbill configuration","description":{"content":"Create a new handbill configuration for use in handbill-type promotions.","type":"text/plain"},"url":{"path":["v4","promotions","handbill"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"channel\": \"CHECK_IN\",\n  \"status\": \"DRAFT\",\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"controlGroup\": {\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"percentage\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"variants\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"bf2cdbe6-a1ee-4bb4-854d-0eb4f0734f90","name":"Configuration created","originalRequest":{"url":{"path":["v4","promotions","handbill"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"channel\": \"CHECK_OUT\",\n  \"status\": \"ACTIVE\",\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"controlGroup\": {\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"percentage\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"variants\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": {\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"updatedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"channel\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"userId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"origin\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"controlGroup\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"variants\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3935b70b-f87f-4725-b48e-81acb17c1b39","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","handbill"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"channel\": \"CHECK_OUT\",\n  \"status\": \"ACTIVE\",\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"controlGroup\": {\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"percentage\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"variants\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ce349566-8d10-4fcd-89dc-c073adbc9fa2","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","handbill"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"channel\": \"CHECK_OUT\",\n  \"status\": \"ACTIVE\",\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"controlGroup\": {\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"percentage\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"variants\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0a867139-3522-40f5-80bf-477d5e6b6b54","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","handbill"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"channel\": \"CHECK_OUT\",\n  \"status\": \"ACTIVE\",\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"controlGroup\": {\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"percentage\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"variants\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"bdfa4162-bc9a-42ad-b0d4-976c3408b019","name":"Get handbill configuration","request":{"name":"Get handbill configuration","description":{"content":"Retrieve the details of a single handbill configuration.","type":"text/plain"},"url":{"path":["v4","promotions","handbill",":handbillUuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"handbillUuid","description":"(Required) UUID of the handbill configuration"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"9b3df587-9d10-4171-9f23-464e6383cf95","name":"Handbill configuration","originalRequest":{"url":{"path":["v4","promotions","handbill",":handbillUuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"handbillUuid","description":"(Required) UUID of the handbill configuration"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": {\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"updatedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"channel\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"userId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"origin\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"controlGroup\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"variants\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"14927ed3-6ce0-4768-a55b-1765c7723bd0","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","handbill",":handbillUuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"handbillUuid","description":"(Required) UUID of the handbill configuration"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3102eabb-826b-44a7-9969-e7e0624d8823","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","handbill",":handbillUuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"handbillUuid","description":"(Required) UUID of the handbill configuration"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1e1345fc-86d9-4f02-bfc3-c674e774e427","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","handbill",":handbillUuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"handbillUuid","description":"(Required) UUID of the handbill configuration"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"3c5bef24-f32f-4bd1-8dd1-e8bb30bd16ea","name":"Update handbill configuration","request":{"name":"Update handbill configuration","description":{"content":"Update an existing handbill configuration.","type":"text/plain"},"url":{"path":["v4","promotions","handbill",":handbillUuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"handbillUuid","description":"(Required) UUID of the handbill configuration"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PATCH","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"channel\": \"MOBILE\",\n  \"status\": \"ACTIVE\",\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"controlGroup\": {\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"percentage\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"variants\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"af9a34d2-1f86-4ea8-b2c4-c38fbe3f94c6","name":"Configuration updated","originalRequest":{"url":{"path":["v4","promotions","handbill",":handbillUuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"handbillUuid","description":"(Required) UUID of the handbill configuration"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"channel\": \"MOBILE\",\n  \"status\": \"ACTIVE\",\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"controlGroup\": {\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"percentage\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"variants\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": {\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"updatedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"channel\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"userId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"origin\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"controlGroup\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"variants\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6cdff6ad-4a55-46ff-b2e6-72a68231bf4a","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","handbill",":handbillUuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"handbillUuid","description":"(Required) UUID of the handbill configuration"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"channel\": \"MOBILE\",\n  \"status\": \"ACTIVE\",\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"controlGroup\": {\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"percentage\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"variants\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0fe90bb9-dc36-4936-a35e-12071ec3636c","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","handbill",":handbillUuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"handbillUuid","description":"(Required) UUID of the handbill configuration"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"channel\": \"MOBILE\",\n  \"status\": \"ACTIVE\",\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"controlGroup\": {\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"percentage\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"variants\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"62433f43-88e3-4073-b154-137ad7aa3c60","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","handbill",":handbillUuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"handbillUuid","description":"(Required) UUID of the handbill configuration"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"channel\": \"MOBILE\",\n  \"status\": \"ACTIVE\",\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"controlGroup\": {\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"percentage\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"variants\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e53752c9-a1d8-4f52-88cb-5575611070dc","name":"Generate handbill for Profile","request":{"name":"Generate handbill for Profile","description":{"content":"Assign handbill promotions to a Profile. They can be randomized or suggested by the AI engine.\n\n**IMPORTANT**: \n- The endpoint is limited to 1000 requests per minute (per workspace).\n- The algorithm that selects promotions for assignment candidates applies all the following filters:\n    - Promotions must be of the specified type, assigned to a handbill campaign, and with the `PUBLISH` or `HIDDEN` status.\n    - Promotions must be available for the entire duration of the handbill assignment, considering `startAt` and `expireAt` dates. For example, when generating assignments on May 1, 2024 at 9:00 a.m. that are expected to last 3 hours, the algorithm will consider promotions whose `startAt` date is equal to or earlier than May 1, 2024 9:00 a.m. and `expireAt` date is equal to or later than May 1, 2024 12:00 p.m. \n    - Promotions can't currently be assigned within another handbill campaign.\n    - Promotions must match the filter for the slot (if applicable). Promotions are handled by the `binoculars` service and identified by UUID.\n    - Promotions are deduplicated. First they are sorted by priority, then the algorithm rejects promotions with at least one product that occurred earlier. In a special case, if a promotion with a high priority has an extensive catalog of products covering other promotions, it could exclude all promotions with a lower priority.\n    - If `excludeByAvailableProducts` is set to `true`, the algorithm rejects promotions for items that are available as part of other promotions (regardless of their type)\n    - After sorting promotions by priority, the algorithm rejects promotions for segments that occur after the 100th unique segment is encountered. (only 100 segments can be checked per handbill assignment, consider limiting the number of segments and reusing them).\n    - After checking the first 100 unique segments, the algorithm rejects promotions for segments that don't match the user.\n    - To ensure the correctness of promotion usage and redemption, the algorithm rejects promotions that are currently in the `ACTIVE` or `REDEEMED` status.\n    - When using AI engine, the promotion candidate list is sorted by priority and truncated to 2500 items before applying the recommendation engine.\n","type":"text/plain"},"url":{"path":["v4","promotions","promotion","get-for-client","handbill",":handbillUuid"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"limit","value":"100","description":"The number of items to return per page"},{"disabled":false,"key":"page","value":"4","description":"Page number to return for pagination. The first page has the index `1`."},{"disabled":false,"key":"fields","value":"displayFrom,discountModeDetails","description":"Return only specified promotion fields. If `fields` is not specified, all fields are returned."}],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"handbillUuid","description":"(Required) UUID of the handbill configuration"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"ba8b2073-6ff9-4622-9397-85667e69f577","name":"A list of handbill-type promotions assigned to this profile","originalRequest":{"url":{"path":["v4","promotions","promotion","get-for-client","handbill",":handbillUuid"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"100"},{"key":"page","value":"4"},{"key":"fields","value":"startAt,description"}],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"handbillUuid","description":"(Required) UUID of the handbill configuration"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"meta\": {\n    \"code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"link\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"page\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalPages\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0c75327d-7c0a-49b2-a3a9-d10661f4135a","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","promotion","get-for-client","handbill",":handbillUuid"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"100"},{"key":"page","value":"4"},{"key":"fields","value":"startAt,description"}],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"handbillUuid","description":"(Required) UUID of the handbill configuration"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ed1aad61-7eed-4714-894e-10fc4ed0bafd","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","promotion","get-for-client","handbill",":handbillUuid"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"100"},{"key":"page","value":"4"},{"key":"fields","value":"startAt,description"}],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"handbillUuid","description":"(Required) UUID of the handbill configuration"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"20c9266a-6d05-4306-aadd-06731e4eed45","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","promotion","get-for-client","handbill",":handbillUuid"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"100"},{"key":"page","value":"4"},{"key":"fields","value":"startAt,description"}],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"handbillUuid","description":"(Required) UUID of the handbill configuration"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"6277f5bb-7a6b-4b8a-bfd3-51dfd3bcf65e","name":"Generate batch of handbills for Profile","request":{"name":"Generate batch of handbills for Profile","description":{"content":"Assign a batch of handbill promotions to a Profile. They can be randomized or suggested by the AI engine.\n\n**IMPORTANT**: \n- The endpoint is limited to 1000 requests per minute (per workspace).\n- The algorithm that selects promotions for assignment candidates applies all the following filters:\n    - Promotions must be of the specified type, assigned to a handbill campaign, and with the `PUBLISH` or `HIDDEN` status.\n    - Promotions must be available for the entire duration of the handbill assignment, considering `startAt` and `expireAt` dates. For example, when generating assignments on May 1, 2024 at 9:00 a.m. that are expected to last 3 hours, the algorithm will consider promotions whose `startAt` date is equal to or earlier than May 1, 2024 9:00 a.m. and `expireAt` date is equal to or later than May 1, 2024 12:00 p.m. \n    - Promotions can't currently be assigned within another handbill campaign.\n    - Promotions must match the filter for the slot (if applicable). Promotions are handled by the `binoculars` service and identified by UUID.\n    - Promotions are deduplicated. First they are sorted by priority, then the algorithm rejects promotions with at least one product that occurred earlier. In a special case, if a promotion with a high priority has an extensive catalog of products covering other promotions, it could exclude all promotions with a lower priority.\n    - If `excludeByAvailableProducts` is set to `true`, the algorithm rejects promotions for items that are available as part of other promotions (regardless of their type)\n    - After sorting promotions by priority, the algorithm rejects promotions for segments that occur after the 100th unique segment is encountered. (only 100 segments can be checked per handbill assignment, consider limiting the number of segments and reusing them).\n    - After checking the first 100 unique segments, the algorithm rejects promotions for segments that don't match the user.\n    - To ensure the correctness of promotion usage and redemption, the algorithm rejects promotions that are currently in the `ACTIVE` or `REDEEMED` status.\n    - When using AI engine, the promotion candidate list is sorted by priority and truncated to 2500 items before applying the recommendation engine.\n","type":"text/plain"},"url":{"path":["v4","promotions","promotion","get-for-client","handbills"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"handbillUuid","value":"string","description":"(Required) "},{"disabled":false,"key":"handbillUuid","value":"string","description":"(Required) "},{"disabled":false,"key":"page","value":"4","description":"Page number to return for pagination. The first page has the index `1`."},{"disabled":false,"key":"limit","value":"100","description":"The number of items to return per page"},{"disabled":false,"key":"includeMeta","value":"false","description":"\nWhen `true`, pagination metadata is included in the response body.\n\nWhen `false`, the data is included in the response headers:\n\n- Link: links to neighbors, first, and last pages in pagination.\n\n- X-Pagination-Total-Count: total number of items on all pages\n\n- X-Pagination-Total-Pages: total number of pages\n\n- X-Pagination-Page: current page\n\n- X-Pagination-Limit: maximum number of items on a page\n"},{"disabled":false,"key":"fields","value":"startAt,description","description":"Return only specified promotion fields. If `fields` is not specified, all fields are returned."}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"19a6ace1-6177-469d-a8aa-23ae84705e5c","name":"A list of handbill-type promotions assigned to this profile","originalRequest":{"url":{"path":["v4","promotions","promotion","get-for-client","handbills"],"host":["{{baseUrl}}"],"query":[{"key":"handbillUuid","value":"string"},{"key":"handbillUuid","value":"string"},{"key":"page","value":"4"},{"key":"limit","value":"100"},{"key":"includeMeta","value":"false"},{"key":"fields","value":"startAt,description"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"meta\": {\n    \"code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"link\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"page\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalPages\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"76cd4677-ae72-406f-ab29-0a161890e390","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","promotion","get-for-client","handbills"],"host":["{{baseUrl}}"],"query":[{"key":"handbillUuid","value":"string"},{"key":"handbillUuid","value":"string"},{"key":"page","value":"4"},{"key":"limit","value":"100"},{"key":"includeMeta","value":"false"},{"key":"fields","value":"startAt,description"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8efcf7b3-f953-4447-b53b-9773eae9d26a","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","promotion","get-for-client","handbills"],"host":["{{baseUrl}}"],"query":[{"key":"handbillUuid","value":"string"},{"key":"handbillUuid","value":"string"},{"key":"page","value":"4"},{"key":"limit","value":"100"},{"key":"includeMeta","value":"false"},{"key":"fields","value":"startAt,description"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"81328a29-69c3-4ba3-b6dd-b8c1a33edc24","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","promotion","get-for-client","handbills"],"host":["{{baseUrl}}"],"query":[{"key":"handbillUuid","value":"string"},{"key":"handbillUuid","value":"string"},{"key":"page","value":"4"},{"key":"limit","value":"100"},{"key":"includeMeta","value":"false"},{"key":"fields","value":"startAt,description"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"30d5ca06-b6af-4906-be96-5d4086dbf137","name":"Generate handbill for Profile and get Profile promotions","request":{"name":"Generate handbill for Profile and get Profile promotions","description":{"content":"\nAssign a handbill to a Profile and retrieve a list of promotions assigned to the Profile.\n\n**IMPORTANT**:  \n- The endpoint is limited to 1000 requests per minute (per workspace).\n- The algorithm that selects promotions for assignment candidates applies all the following filters:\n    - Promotions must be of the specified type, assigned to a handbill campaign, and with the `PUBLISH` or `HIDDEN` status.\n    - Promotions must be available for the entire duration of the handbill assignment, considering `startAt` and `expireAt` dates. For example, when generating assignments on May 1, 2024 at 9:00 a.m. that are expected to last 3 hours, the algorithm will consider promotions whose `startAt` date is equal to or earlier than May 1, 2024 9:00 a.m. and `expireAt` date is equal to or later than May 1, 2024 12:00 p.m. \n    - Promotions can't currently be assigned within another handbill campaign.\n    - Promotions must match the filter for the slot (if applicable). Promotions are handled by the `binoculars` service and identified by UUID.\n    - Promotions are deduplicated. First they are sorted by priority, then the algorithm rejects promotions with at least one product that occurred earlier. In a special case, if a promotion with a high priority has an extensive catalog of products covering other promotions, it could exclude all promotions with a lower priority.\n    - If `excludeByAvailableProducts` is set to `true`, the algorithm rejects promotions for items that are available as part of other promotions (regardless of their type)\n    - After sorting promotions by priority, the algorithm rejects promotions for segments that occur after the 100th unique segment is encountered. (only 100 segments can be checked per handbill assignment, consider limiting the number of segments and reusing them).\n    - After checking the first 100 unique segments, the algorithm rejects promotions for segments that don't match the user.\n    - To ensure the correctness of promotion usage and redemption, the algorithm rejects promotions that are currently in the `ACTIVE` or `REDEEMED` status.\n    - When using AI engine, the promotion candidate list is sorted by priority and truncated to 2500 items before applying the recommendation engine.\n","type":"text/plain"},"url":{"path":["v4","promotions","promotion","get-for-client",":identifierType",":identifierValue","handbill",":handbillUuid"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"type","value":"GENERAL,GENERAL","description":"Promotion type"},{"disabled":false,"key":"status","value":"ASSIGNED,ASSIGNED","description":"Filter by promotion status"},{"disabled":false,"key":"visibilityStatus","value":"PUBLISH","description":"Visibility status"},{"disabled":false,"key":"visibilityStatus","value":"PUBLISH","description":"Visibility status"},{"disabled":false,"key":"tagNames","value":"string,string","description":"Filter the response to promotions with a certain tag or tags"},{"disabled":false,"key":"target","value":"ALL,ALL","description":"The target of the promotion"},{"disabled":false,"key":"presentOnly","value":"true","description":"When set to:\n- `true`, the response includes only promotions that are currently active (startAt later than now or null, expireAt later than now or null)\n- `false`, the response includes the above and also promotions that are expired or will become active in the future.\n"},{"disabled":false,"key":"lastingOnly","value":"true","description":"When set to `true`, shows promotions/vouchers that are currently active and those that are still inactivated. (lastingAt set to null or lastingAt in future)"},{"disabled":false,"key":"page","value":"4","description":"Page number to return for pagination. The first page has the index `1`."},{"disabled":false,"key":"limit","value":"100","description":"The number of items to return per page"},{"disabled":false,"key":"sort","value":"createdAt,desc","description":"The sorting order of the response.\n\n\nYou can sort by any combination of the following attributes:\n\n* `createdAt`: time when the configuration was created\n\n* `updatedAt`: time when the configuration was last updated\n\n\nYou can sort ascending (default) or descending by adding `asc` or `desc` after the parameter, separated by a comma.\"\n"},{"disabled":false,"key":"includeMeta","value":"false","description":"\nWhen `true`, pagination metadata is included in the response body.\n\nWhen `false`, the data is included in the response headers:\n\n- Link: links to neighbors, first, and last pages in pagination.\n\n- X-Pagination-Total-Count: total number of items on all pages\n\n- X-Pagination-Total-Pages: total number of pages\n\n- X-Pagination-Page: current page\n\n- X-Pagination-Limit: maximum number of items on a page\n"},{"disabled":false,"key":"fields","value":"startAt,description","description":"Return only specified promotion fields. If `fields` is not specified, all fields are returned."}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"handbillUuid","description":"(Required) UUID of the handbill configuration"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"7fd72694-3dc7-4a0e-bc0a-bbb6146e0104","name":"A list of promotions assigned to this profile","originalRequest":{"url":{"path":["v4","promotions","promotion","get-for-client",":identifierType",":identifierValue","handbill",":handbillUuid"],"host":["{{baseUrl}}"],"query":[{"key":"type","value":"GENERAL,MEMBERS_ONLY"},{"key":"status","value":"ASSIGNED,ACTIVE"},{"key":"visibilityStatus","value":"DRAFT"},{"key":"visibilityStatus","value":"DRAFT"},{"key":"tagNames","value":"string,string"},{"key":"target","value":"ALL,ALL"},{"key":"presentOnly","value":"true"},{"key":"lastingOnly","value":"true"},{"key":"page","value":"4"},{"key":"limit","value":"100"},{"key":"sort","value":"createdAt,desc"},{"key":"includeMeta","value":"false"},{"key":"fields","value":"startAt,description"}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"handbillUuid","description":"(Required) UUID of the handbill configuration"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"meta\": {\n    \"code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"link\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"page\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalPages\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4f4a786d-8995-43a9-b9a3-f46f3ef54851","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","promotion","get-for-client",":identifierType",":identifierValue","handbill",":handbillUuid"],"host":["{{baseUrl}}"],"query":[{"key":"type","value":"GENERAL,MEMBERS_ONLY"},{"key":"status","value":"ASSIGNED,ACTIVE"},{"key":"visibilityStatus","value":"DRAFT"},{"key":"visibilityStatus","value":"DRAFT"},{"key":"tagNames","value":"string,string"},{"key":"target","value":"ALL,ALL"},{"key":"presentOnly","value":"true"},{"key":"lastingOnly","value":"true"},{"key":"page","value":"4"},{"key":"limit","value":"100"},{"key":"sort","value":"createdAt,desc"},{"key":"includeMeta","value":"false"},{"key":"fields","value":"startAt,description"}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"handbillUuid","description":"(Required) UUID of the handbill configuration"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ac8fa7b4-663f-4df4-8dea-639ed789ef50","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","promotion","get-for-client",":identifierType",":identifierValue","handbill",":handbillUuid"],"host":["{{baseUrl}}"],"query":[{"key":"type","value":"GENERAL,MEMBERS_ONLY"},{"key":"status","value":"ASSIGNED,ACTIVE"},{"key":"visibilityStatus","value":"DRAFT"},{"key":"visibilityStatus","value":"DRAFT"},{"key":"tagNames","value":"string,string"},{"key":"target","value":"ALL,ALL"},{"key":"presentOnly","value":"true"},{"key":"lastingOnly","value":"true"},{"key":"page","value":"4"},{"key":"limit","value":"100"},{"key":"sort","value":"createdAt,desc"},{"key":"includeMeta","value":"false"},{"key":"fields","value":"startAt,description"}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"handbillUuid","description":"(Required) UUID of the handbill configuration"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c23bba30-9f3c-407c-8b4e-6921afc738a8","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","promotion","get-for-client",":identifierType",":identifierValue","handbill",":handbillUuid"],"host":["{{baseUrl}}"],"query":[{"key":"type","value":"GENERAL,MEMBERS_ONLY"},{"key":"status","value":"ASSIGNED,ACTIVE"},{"key":"visibilityStatus","value":"DRAFT"},{"key":"visibilityStatus","value":"DRAFT"},{"key":"tagNames","value":"string,string"},{"key":"target","value":"ALL,ALL"},{"key":"presentOnly","value":"true"},{"key":"lastingOnly","value":"true"},{"key":"page","value":"4"},{"key":"limit","value":"100"},{"key":"sort","value":"createdAt,desc"},{"key":"includeMeta","value":"false"},{"key":"fields","value":"startAt,description"}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"handbillUuid","description":"(Required) UUID of the handbill configuration"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"21ae2f85-b679-48b4-a215-206e21f85d15","name":"Generate handbill for Profile (v2)","request":{"name":"Generate handbill for Profile (v2)","description":{"content":"Assign handbill promotions to a Profile. They can be randomized or suggested by the AI engine.\n\n**IMPORTANT**: \n- The endpoint is limited to 1000 requests per minute (per workspace).\n- The algorithm that selects promotions for assignment candidates applies all the following filters:\n    - Promotions must be of the specified type, assigned to a handbill campaign, and with the `PUBLISH` or `HIDDEN` status.\n    - Promotions must be available for the entire duration of the handbill assignment, considering `startAt` and `expireAt` dates. For example, when generating assignments on May 1, 2024 at 9:00 a.m. that are expected to last 3 hours, the algorithm will consider promotions whose `startAt` date is equal to or earlier than May 1, 2024 9:00 a.m. and `expireAt` date is equal to or later than May 1, 2024 12:00 p.m. \n    - Promotions can't currently be assigned within another handbill campaign.\n    - Promotions must match the filter for the slot (if applicable). Promotions are handled by the `binoculars` service and identified by UUID.\n    - Promotions are deduplicated. First they are sorted by priority, then the algorithm rejects promotions with at least one product that occurred earlier. In a special case, if a promotion with a high priority has an extensive catalog of products covering other promotions, it could exclude all promotions with a lower priority.\n    - If `excludeByAvailableProducts` is set to `true`, the algorithm rejects promotions for items that are available as part of other promotions (regardless of their type)\n    - After sorting promotions by priority, the algorithm rejects promotions for segments that occur after the 100th unique segment is encountered. (only 100 segments can be checked per handbill assignment, consider limiting the number of segments and reusing them).\n    - After checking the first 100 unique segments, the algorithm rejects promotions for segments that don't match the user.\n    - To ensure the correctness of promotion usage and redemption, the algorithm rejects promotions that are currently in the `ACTIVE` or `REDEEMED` status.\n    - When using AI engine, the promotion candidate list is sorted by priority and truncated to 2500 items before applying the recommendation engine.\n","type":"text/plain"},"url":{"path":["v4","promotions","v2","promotion","get-for-client",":identifierType",":identifierValue","handbill",":handbillUuid"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"limit","value":"100","description":"The number of items to return per page"},{"disabled":false,"key":"page","value":"4","description":"Page number to return for pagination. The first page has the index `1`."}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"handbillUuid","description":"(Required) UUID of the handbill configuration"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"88cc67dd-d584-4211-9ead-a8d4b410e32c","name":"A list of handbill-type promotions assigned to this profile","originalRequest":{"url":{"path":["v4","promotions","v2","promotion","get-for-client",":identifierType",":identifierValue","handbill",":handbillUuid"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"100"},{"key":"page","value":"4"}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"handbillUuid","description":"(Required) UUID of the handbill configuration"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"meta\": {\n    \"code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"link\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"page\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalPages\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"96c33505-7dd1-4f4c-a4c1-937494d7a2a9","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","v2","promotion","get-for-client",":identifierType",":identifierValue","handbill",":handbillUuid"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"100"},{"key":"page","value":"4"}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"handbillUuid","description":"(Required) UUID of the handbill configuration"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c073f087-5188-4086-b4b1-a0a0f9ccee5f","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","v2","promotion","get-for-client",":identifierType",":identifierValue","handbill",":handbillUuid"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"100"},{"key":"page","value":"4"}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"handbillUuid","description":"(Required) UUID of the handbill configuration"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b9b30282-378a-4af5-9568-cfad9876d08a","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","v2","promotion","get-for-client",":identifierType",":identifierValue","handbill",":handbillUuid"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"100"},{"key":"page","value":"4"}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"handbillUuid","description":"(Required) UUID of the handbill configuration"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"3275b237-ce1d-4144-911e-f62af88b0325","name":"Generate batch handbill for Profile and get Profile promotions","request":{"name":"Generate batch handbill for Profile and get Profile promotions","description":{"content":"\nAssign a batch handbill to a Profile and retrieve a list of promotions assigned to the Profile.\n\n**IMPORTANT**: \n- The endpoint is limited to 1000 requests per minute (per workspace).\n- The algorithm that selects promotions for assignment candidates applies all the following filters:\n    - Promotions must be of the specified type, assigned to a handbill campaign, and with the `PUBLISH` or `HIDDEN` status.\n    - Promotions must be available for the entire duration of the handbill assignment, considering `startAt` and `expireAt` dates. For example, when generating assignments on May 1, 2024 at 9:00 a.m. that are expected to last 3 hours, the algorithm will consider promotions whose `startAt` date is equal to or earlier than May 1, 2024 9:00 a.m. and `expireAt` date is equal to or later than May 1, 2024 12:00 p.m. \n    - Promotions can't currently be assigned within another handbill campaign.\n    - Promotions must match the filter for the slot (if applicable). Promotions are handled by the `binoculars` service and identified by UUID.\n    - Promotions are deduplicated. First they are sorted by priority, then the algorithm rejects promotions with at least one product that occurred earlier. In a special case, if a promotion with a high priority has an extensive catalog of products covering other promotions, it could exclude all promotions with a lower priority.\n    - If `excludeByAvailableProducts` is set to `true`, the algorithm rejects promotions for items that are available as part of other promotions (regardless of their type)\n    - After sorting promotions by priority, the algorithm rejects promotions for segments that occur after the 100th unique segment is encountered. (only 100 segments can be checked per handbill assignment, consider limiting the number of segments and reusing them).\n    - After checking the first 100 unique segments, the algorithm rejects promotions for segments that don't match the user.\n    - To ensure the correctness of promotion usage and redemption, the algorithm rejects promotions that are currently in the `ACTIVE` or `REDEEMED` status.\n    - When using AI engine, the promotion candidate list is sorted by priority and truncated to 2500 items before applying the recommendation engine.\n","type":"text/plain"},"url":{"path":["v4","promotions","promotion","get-for-client",":identifierType",":identifierValue","with-handbills"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"handbillUuid","value":"string","description":"(Required) "},{"disabled":false,"key":"handbillUuid","value":"string","description":"(Required) "},{"disabled":false,"key":"type","value":"GENERAL,MEMBERS_ONLY","description":"Promotion type"},{"disabled":false,"key":"page","value":"4","description":"Page number to return for pagination. The first page has the index `1`."},{"disabled":false,"key":"limit","value":"100","description":"The number of items to return per page"},{"disabled":false,"key":"includeMeta","value":"false","description":"\nWhen `true`, pagination metadata is included in the response body.\n\nWhen `false`, the data is included in the response headers:\n\n- Link: links to neighbors, first, and last pages in pagination.\n\n- X-Pagination-Total-Count: total number of items on all pages\n\n- X-Pagination-Total-Pages: total number of pages\n\n- X-Pagination-Page: current page\n\n- X-Pagination-Limit: maximum number of items on a page\n"},{"disabled":false,"key":"status","value":"ASSIGNED,ACTIVE","description":"Filter by promotion status"},{"disabled":false,"key":"fields","value":"startAt,description","description":"Return only specified promotion fields. If `fields` is not specified, all fields are returned."}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"2af289b0-8cc8-40c0-9f6e-c162c14db28d","name":"A list of promotions assigned to this profile","originalRequest":{"url":{"path":["v4","promotions","promotion","get-for-client",":identifierType",":identifierValue","with-handbills"],"host":["{{baseUrl}}"],"query":[{"key":"handbillUuid","value":"string"},{"key":"handbillUuid","value":"string"},{"key":"type","value":"GENERAL,MEMBERS_ONLY"},{"key":"page","value":"4"},{"key":"limit","value":"100"},{"key":"includeMeta","value":"false"},{"key":"status","value":"ASSIGNED,ACTIVE"},{"key":"fields","value":"startAt,description"}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"meta\": {\n    \"code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"link\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"page\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalPages\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"66e94a2e-5554-4b53-a05c-e27ca9f29b2f","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","promotion","get-for-client",":identifierType",":identifierValue","with-handbills"],"host":["{{baseUrl}}"],"query":[{"key":"handbillUuid","value":"string"},{"key":"handbillUuid","value":"string"},{"key":"type","value":"GENERAL,MEMBERS_ONLY"},{"key":"page","value":"4"},{"key":"limit","value":"100"},{"key":"includeMeta","value":"false"},{"key":"status","value":"ASSIGNED,ACTIVE"},{"key":"fields","value":"startAt,description"}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1aa4a981-1399-40c1-9438-ca38e6d26aab","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","promotion","get-for-client",":identifierType",":identifierValue","with-handbills"],"host":["{{baseUrl}}"],"query":[{"key":"handbillUuid","value":"string"},{"key":"handbillUuid","value":"string"},{"key":"type","value":"GENERAL,MEMBERS_ONLY"},{"key":"page","value":"4"},{"key":"limit","value":"100"},{"key":"includeMeta","value":"false"},{"key":"status","value":"ASSIGNED,ACTIVE"},{"key":"fields","value":"startAt,description"}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cae002a7-ff73-4831-9709-d6e8ab5d4328","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","promotion","get-for-client",":identifierType",":identifierValue","with-handbills"],"host":["{{baseUrl}}"],"query":[{"key":"handbillUuid","value":"string"},{"key":"handbillUuid","value":"string"},{"key":"type","value":"GENERAL,MEMBERS_ONLY"},{"key":"page","value":"4"},{"key":"limit","value":"100"},{"key":"includeMeta","value":"false"},{"key":"status","value":"ASSIGNED,ACTIVE"},{"key":"fields","value":"startAt,description"}],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) The Profile identifier to use for the request.\n\n`externalId` is known as `customId` or `custom_identify` in other Synerise services.\n"},{"disabled":false,"type":"any","value":"string","key":"identifierValue","description":"(Required) The value of the selected identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"51536d58-787e-45a1-a764-8153aca5ae7b","name":"Promotion settings","description":{"content":"","type":"text/plain"},"item":[{"id":"dec88c43-24d5-4ab5-8545-0858e4b4194b","name":"Get settings for current Workspace","request":{"name":"Get settings for current Workspace","description":{},"url":{"path":["v4","promotions","settings"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"fb3084b4-d686-4b45-a7b1-191529715990","name":"OK","originalRequest":{"url":{"path":["v4","promotions","settings"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": {\n    \"expression\": \"xxxxxxx-d047-40fd-99c8-yyyyxxxxyyy\",\n    \"blockTag\": \"BLOCK_PROMOTIONS\",\n    \"checkoutSettings\": {\n      \"handbilUuids\": [\n        \"1eb6c8f0-dc7a-4d9c-9e0e-bb995ee87699\"\n      ]\n    },\n    \"cashbackSettings\": {\n      \"exchangeRate\": 10,\n      \"limits\": {\n        \"minPoints\": 10,\n        \"maxPoints\": 100,\n        \"maxTransactionAmount\": 80,\n        \"maxTransactionPercentage\": 60\n      }\n    },\n    \"promotionListSettings\": {\n      \"fields\": [\n        \"code\",\n        \"possibleRedeems\",\n        \"lastingAt\",\n        \"vouchers\"\n      ],\n      \"sort\": \"NONE\",\n      \"limit\": 200,\n      \"where\": {\n        \"status\": [\n          \"ASSIGNED\",\n          \"ACTIVE\"\n        ],\n        \"type\": [\n          \"CUSTOM\",\n          \"MEMBERS_ONLY\",\n          \"HANDBILL\"\n        ],\n        \"target\": [\n          \"ALL\",\n          \"SEGMENT\"\n        ],\n        \"tagNames\": null,\n        \"lastingOnly\": true,\n        \"presentOnly\": true,\n        \"statusByType\": {\n          \"CUSTOM\": [\n            \"ACTIVE\"\n          ],\n          \"HANDBILL\": [\n            \"ASSIGNED\"\n          ]\n        },\n        \"targetByType\": {\n          \"CUSTOM\": [\n            \"ALL\"\n          ],\n          \"HANDBILL\": [\n            \"ALL\"\n          ],\n          \"MEMBERS_ONLY\": [\n            \"SEGMENT\"\n          ]\n        },\n        \"visibilityStatus\": [\n          \"PUBLISH\",\n          \"HIDDEN\"\n        ]\n      }\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5eba684d-f3de-4052-897e-9d33f65e919f","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","settings"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d250e9d8-a88f-4106-9f58-2c73b0241a95","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","settings"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"20a40330-1070-4a09-9833-6e4b9b73dae8","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","settings"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"5fa6eb6b-1741-42f6-af5c-b6e50ddbb59c","name":"Update settings for current Workspace","request":{"name":"Update settings for current Workspace","description":{"content":"This method overrides all current settings. If you do not send a setting that currently exists, it will be reverted to default value.","type":"text/plain"},"url":{"path":["v4","promotions","settings"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":null,"body":{"mode":"raw","raw":"{\n  \"checkoutSettings\": {\n    \"handbillUuidsForCheckout\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"codeGeneration\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"enableCodeGeneration\": true,\n  \"codePrefix\": \"SYN\",\n  \"blockTag\": \"BLOCKED\",\n  \"expression\": \"3d434713-ea65-bc37-1bb7-e88062b94ff4\",\n  \"promotionListSettings\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"promotionAssignmentSettings\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"restorePointsOnProfileDeactivation\": true,\n  \"allowRedeemCompletionWhenBlocked\": false,\n  \"saleSettings\": {\n    \"discountSourceType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"clientIdCardType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"handbillCheckout\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"priceValueBaseStrategy\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"combineBasketDiscounts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountOrder\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"returnFields\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"lockSettings\": {\n    \"lockPromotionRequestByIdentifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"promotionRequestedLockTtl\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"processSalePromotionActivationLockWaitTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"transferSettings\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"cashbackSettings\": {\n    \"exchangeRate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limits\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"656539d1-7e3b-4f40-87e4-45d5fa1cbdca","name":"OK","originalRequest":{"url":{"path":["v4","promotions","settings"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"checkoutSettings\": {\n    \"handbillUuidsForCheckout\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"codeGeneration\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"enableCodeGeneration\": true,\n  \"codePrefix\": \"SYN\",\n  \"blockTag\": \"BLOCKED\",\n  \"expression\": \"3d434713-ea65-bc37-1bb7-e88062b94ff4\",\n  \"promotionListSettings\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"promotionAssignmentSettings\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"restorePointsOnProfileDeactivation\": true,\n  \"allowRedeemCompletionWhenBlocked\": false,\n  \"saleSettings\": {\n    \"discountSourceType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"clientIdCardType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"handbillCheckout\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"priceValueBaseStrategy\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"combineBasketDiscounts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountOrder\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"returnFields\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"lockSettings\": {\n    \"lockPromotionRequestByIdentifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"promotionRequestedLockTtl\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"processSalePromotionActivationLockWaitTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"transferSettings\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"cashbackSettings\": {\n    \"exchangeRate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limits\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"application/json\": {\n    \"data\": {\n      \"expression\": \"xxxxxxx-d047-40fd-99c8-yyyyxxxxyyy\",\n      \"blockTag\": \"BLOCK_PROMOTIONS\",\n      \"promotionListSettings\": {\n        \"fields\": [\n          \"code\",\n          \"possibleRedeems\",\n          \"lastingAt\",\n          \"vouchers\"\n        ],\n        \"sort\": \"NONE\",\n        \"limit\": 200,\n        \"where\": {\n          \"status\": [\n            \"ASSIGNED\",\n            \"ACTIVE\"\n          ],\n          \"type\": [\n            \"CUSTOM\",\n            \"MEMBERS_ONLY\",\n            \"HANDBILL\"\n          ],\n          \"target\": [\n            \"ALL\",\n            \"SEGMENT\"\n          ],\n          \"tagNames\": null,\n          \"lastingOnly\": true,\n          \"presentOnly\": true,\n          \"statusByType\": {\n            \"CUSTOM\": [\n              \"ACTIVE\"\n            ],\n            \"HANDBILL\": [\n              \"ASSIGNED\"\n            ]\n          },\n          \"targetByType\": {\n            \"CUSTOM\": [\n              \"ALL\"\n            ],\n            \"HANDBILL\": [\n              \"ALL\"\n            ],\n            \"MEMBERS_ONLY\": [\n              \"SEGMENT\"\n            ]\n          },\n          \"visibilityStatus\": [\n            \"PUBLISH\",\n            \"HIDDEN\"\n          ]\n        }\n      }\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"62fec733-02f3-46e1-8a6f-5504d8b6c85d","name":"Request body invalid/malformed/missing elements","originalRequest":{"url":{"path":["v4","promotions","settings"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"checkoutSettings\": {\n    \"handbillUuidsForCheckout\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"codeGeneration\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"enableCodeGeneration\": true,\n  \"codePrefix\": \"SYN\",\n  \"blockTag\": \"BLOCKED\",\n  \"expression\": \"3d434713-ea65-bc37-1bb7-e88062b94ff4\",\n  \"promotionListSettings\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"promotionAssignmentSettings\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"restorePointsOnProfileDeactivation\": true,\n  \"allowRedeemCompletionWhenBlocked\": false,\n  \"saleSettings\": {\n    \"discountSourceType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"clientIdCardType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"handbillCheckout\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"priceValueBaseStrategy\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"combineBasketDiscounts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountOrder\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"returnFields\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"lockSettings\": {\n    \"lockPromotionRequestByIdentifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"promotionRequestedLockTtl\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"processSalePromotionActivationLockWaitTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"transferSettings\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"cashbackSettings\": {\n    \"exchangeRate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limits\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c2ea8d60-2a92-4fe2-a3d4-1386003c39f7","name":"Unauthorized","originalRequest":{"url":{"path":["v4","promotions","settings"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"checkoutSettings\": {\n    \"handbillUuidsForCheckout\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"codeGeneration\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"enableCodeGeneration\": true,\n  \"codePrefix\": \"SYN\",\n  \"blockTag\": \"BLOCKED\",\n  \"expression\": \"3d434713-ea65-bc37-1bb7-e88062b94ff4\",\n  \"promotionListSettings\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"promotionAssignmentSettings\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"restorePointsOnProfileDeactivation\": true,\n  \"allowRedeemCompletionWhenBlocked\": false,\n  \"saleSettings\": {\n    \"discountSourceType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"clientIdCardType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"handbillCheckout\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"priceValueBaseStrategy\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"combineBasketDiscounts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountOrder\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"returnFields\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"lockSettings\": {\n    \"lockPromotionRequestByIdentifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"promotionRequestedLockTtl\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"processSalePromotionActivationLockWaitTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"transferSettings\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"cashbackSettings\": {\n    \"exchangeRate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limits\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ce069107-91cd-459a-8225-62f16f563f30","name":"Forbidden","originalRequest":{"url":{"path":["v4","promotions","settings"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"checkoutSettings\": {\n    \"handbillUuidsForCheckout\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"codeGeneration\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"enableCodeGeneration\": true,\n  \"codePrefix\": \"SYN\",\n  \"blockTag\": \"BLOCKED\",\n  \"expression\": \"3d434713-ea65-bc37-1bb7-e88062b94ff4\",\n  \"promotionListSettings\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"promotionAssignmentSettings\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"restorePointsOnProfileDeactivation\": true,\n  \"allowRedeemCompletionWhenBlocked\": false,\n  \"saleSettings\": {\n    \"discountSourceType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"clientIdCardType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"handbillCheckout\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"priceValueBaseStrategy\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"combineBasketDiscounts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discountOrder\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"returnFields\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"lockSettings\": {\n    \"lockPromotionRequestByIdentifier\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"promotionRequestedLockTtl\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"processSalePromotionActivationLockWaitTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"transferSettings\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"cashbackSettings\": {\n    \"exchangeRate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limits\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 6430,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"3dfa7d69-e64f-47e7-bf76-7d8ed6fae36b","name":"Promotions points","description":{"content":"","type":"text/plain"},"item":[{"id":"e6ff26e4-5d86-4051-90a3-a524c0f5aa6e","name":"Transfer points to another profile","request":{"name":"Transfer points to another profile","description":{"content":"With this method, a profile can send some of their points to another profile.","type":"text/plain"},"url":{"path":["v4","promotions","v2","points","transfer"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"pointsAmount\": 4741,\n  \"recipient\": {\n    \"clientKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"clientKeyValue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"sender\": {\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"message\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"57807c7a-3051-4655-9d72-1673f4593426","name":"Point transfer scheduled","originalRequest":{"url":{"path":["v4","promotions","v2","points","transfer"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"pointsAmount\": 4741,\n  \"recipient\": {\n    \"clientKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"clientKeyValue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"sender\": {\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"message\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Point transfer scheduled\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"51b7a026-0154-4ca7-a64a-1c897f2b28b0","name":"Bad request","originalRequest":{"url":{"path":["v4","promotions","v2","points","transfer"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"pointsAmount\": 4741,\n  \"recipient\": {\n    \"clientKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"clientKeyValue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"sender\": {\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"message\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"ERR-042\",\n  \"httpStatus\": 400,\n  \"message\": \"Invalid data\",\n  \"timestamp\": \"2020-10-05T10:59:21.000Z\",\n  \"traceId\": \"8705651679b203e7\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"847f7a4e-2a87-40a9-ac39-eb7a98ec0936","name":"Profile not found","originalRequest":{"url":{"path":["v4","promotions","v2","points","transfer"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"pointsAmount\": 4741,\n  \"recipient\": {\n    \"clientKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"clientKeyValue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"sender\": {\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"message\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"CLI-001\",\n  \"httpStatus\": 404,\n  \"message\": \"Profile not found\",\n  \"timestamp\": \"2020-10-05T10:59:21.000Z\",\n  \"traceId\": \"8705651679b203e7\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"25731dc9-9593-4479-aaf8-aa5fa4f564a1","name":"Unprocessable point transfer","originalRequest":{"url":{"path":["v4","promotions","v2","points","transfer"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"pointsAmount\": 4741,\n  \"recipient\": {\n    \"clientKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"clientKeyValue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"sender\": {\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"message\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4fe44dd0-18d0-4071-924f-2c2dd1afa8bc","name":"Profile points lock error","originalRequest":{"url":{"path":["v4","promotions","v2","points","transfer"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"pointsAmount\": 4741,\n  \"recipient\": {\n    \"clientKey\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"clientKeyValue\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"sender\": {\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"message\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Locked (WebDAV) (RFC 4918)","code":423,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"errorCode\": \"PRO-016\",\n  \"httpStatus\": 423,\n  \"message\": \"Profile points are locked. Waiting for releasing lock for the profile.\",\n  \"timestamp\": \"2020-10-05T10:59:21.000Z\",\n  \"traceId\": \"8705651679b203e7\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"60620087-5209-4ec3-a48b-e4dad8f15245","name":"Query Rules","description":{"content":"","type":"text/plain"},"item":[{"id":"bd2f5c94-6093-4157-83cd-461fe9ecaff1","name":"Get rules","request":{"name":"Get rules","description":{"content":"Retrieves a list of rules.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","rules"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"status","value":"draft","description":"Only rules with this status will be retrieved."},{"disabled":false,"key":"name","value":"string","description":"Only rules containing this name will be retrieved."},{"disabled":false,"key":"page","value":"4","description":"Page number to return for pagination. The first page has the index `1`."},{"disabled":false,"key":"limit","value":"100","description":"The number of items to return per page"},{"disabled":false,"key":"sortBy","value":"string","description":"Name of the attribute by which the data will be sorted"},{"disabled":false,"key":"ordering","value":"desc","description":"Sorting order"},{"disabled":false,"key":"includeMeta","value":"false","description":"\nWhen `true`, pagination metadata is included in the response body.\n\nWhen `false`, the data is included in the response headers:\n\n- Link: links to neighbors, first, and last pages in pagination.\n\n- X-Pagination-Total-Count: total number of items on all pages\n\n- X-Pagination-Total-Pages: total number of pages\n\n- X-Pagination-Page: current page\n\n- X-Pagination-Limit: maximum number of items on a page\n\n- X-Pagination-Sorted-By: parameter that the items were sorted by\n\n- X-Pagination-Ordering: sorting direction\n"},{"disabled":false,"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816","description":"Requested directoryId of the rule."},{"disabled":false,"key":"search","value":"string","description":"Requested part of the name or the id of the rule."},{"disabled":false,"key":"consequenceType","value":"sortBy","description":"Only rules producing at least one of the given consequence types will be retrieved. May be repeated."},{"disabled":false,"key":"consequenceType","value":"removeWord","description":"Only rules producing at least one of the given consequence types will be retrieved. May be repeated."}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"2ebea765-1d5e-44dd-810a-b14b3ccc4d68","name":"List of rules","originalRequest":{"url":{"path":["search","v2","indices",":indexId","rules"],"host":["{{baseUrl}}"],"query":[{"key":"status","value":"draft"},{"key":"name","value":"string"},{"key":"page","value":"4"},{"key":"limit","value":"100"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"desc"},{"key":"includeMeta","value":"false"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"search","value":"string"},{"key":"consequenceType","value":"customData"},{"key":"consequenceType","value":"removeWord"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"extras\": {\n    \"statuses\": {\n      \"Finished\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"Draft\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"Paused\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"Scheduled\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"Active\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  },\n  \"meta\": {\n    \"totalPages\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"page\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sortedBy\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"ordering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"link\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"378aecdf-8537-429f-af5d-ae3f9f476e1e","name":"An error occurred","originalRequest":{"url":{"path":["search","v2","indices",":indexId","rules"],"host":["{{baseUrl}}"],"query":[{"key":"status","value":"draft"},{"key":"name","value":"string"},{"key":"page","value":"4"},{"key":"limit","value":"100"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"desc"},{"key":"includeMeta","value":"false"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"search","value":"string"},{"key":"consequenceType","value":"customData"},{"key":"consequenceType","value":"removeWord"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"90de3675-d432-4884-a822-93d3a9df06cc","name":"Create rule","request":{"name":"Create rule","description":{"content":"Creates a new rule.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","rules"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"author\": 9893,\n  \"activeFrom\": \"string\",\n  \"activeTo\": \"string\",\n  \"timezone\": \"string\",\n  \"data\": {\n    \"conditions\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"queryConsequences\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postQueryConsequences\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"audience\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"6a67e3c6-5fd2-4260-8930-34335901f282","name":"ID of the new rule","originalRequest":{"url":{"path":["search","v2","indices",":indexId","rules"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"rule\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"author\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"state\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"activeFrom\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"activeTo\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"updatedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"data\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5df24f12-cc77-4ed9-90c6-273666e99274","name":"An error occurred","originalRequest":{"url":{"path":["search","v2","indices",":indexId","rules"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"12c93448-8d63-41fe-a44f-6ecabc9bdae6","name":"Get rule","request":{"name":"Get rule","description":{"content":"Retrieves a rule.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","rules",":ruleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"},{"disabled":false,"type":"any","value":"8655","key":"ruleId","description":"(Required) Rule identifier"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"2db24eb7-45cd-45bc-8157-cc377c6e7d8d","name":"Query rule returned","originalRequest":{"url":{"path":["search","v2","indices",":indexId","rules",":ruleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"},{"disabled":false,"type":"any","value":"8655","key":"ruleId","description":"(Required) Rule identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"rule\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"author\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"state\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"activeFrom\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"activeTo\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"updatedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"data\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"307d8511-5700-4132-b374-9bf66a445cbf","name":"An error occurred","originalRequest":{"url":{"path":["search","v2","indices",":indexId","rules",":ruleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"},{"disabled":false,"type":"any","value":"8655","key":"ruleId","description":"(Required) Rule identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"5a12a858-22ee-4c66-801f-98fca7eafca3","name":"Update query rule","request":{"name":"Update query rule","description":{"content":"Updates a rule identified by `id`.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","rules",":ruleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"},{"disabled":false,"type":"any","value":"8655","key":"ruleId","description":"(Required) Rule identifier"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"author\": 9893,\n  \"activeFrom\": \"string\",\n  \"activeTo\": \"string\",\n  \"timezone\": \"string\",\n  \"data\": {\n    \"conditions\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"queryConsequences\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postQueryConsequences\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"audience\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"d7d3ae47-f996-4414-bdef-97d1b1de3a81","name":"Query rule updated","originalRequest":{"url":{"path":["search","v2","indices",":indexId","rules",":ruleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"},{"disabled":false,"type":"any","value":"8655","key":"ruleId","description":"(Required) Rule identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"rule\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"author\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"state\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"activeFrom\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"activeTo\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"updatedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"data\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ad3380be-48b9-48c1-9740-dc24cffcabc9","name":"An error occurred","originalRequest":{"url":{"path":["search","v2","indices",":indexId","rules",":ruleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"},{"disabled":false,"type":"any","value":"8655","key":"ruleId","description":"(Required) Rule identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e99ce976-3361-49d6-916c-3e33b0e1d5d7","name":"Delete rule","request":{"name":"Delete rule","description":{"content":"Deletes a rule identified by `id`.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","rules",":ruleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"},{"disabled":false,"type":"any","value":"8655","key":"ruleId","description":"(Required) Rule identifier"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"43cd36b1-ac34-48ef-8106-99228bf2a3dd","name":"Query rule deleted","originalRequest":{"url":{"path":["search","v2","indices",":indexId","rules",":ruleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"},{"disabled":false,"type":"any","value":"8655","key":"ruleId","description":"(Required) Rule identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"14c053ae-d027-4353-96bc-5d15369cada0","name":"An error occurred","originalRequest":{"url":{"path":["search","v2","indices",":indexId","rules",":ruleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"},{"disabled":false,"type":"any","value":"8655","key":"ruleId","description":"(Required) Rule identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"14623aac-a0eb-4ff3-83ca-b9c32309a924","name":"Activate rule","request":{"name":"Activate rule","description":{"content":"Activates a rule identified by `id`.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","rules",":ruleId","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"},{"disabled":false,"type":"any","value":"8655","key":"ruleId","description":"(Required) Rule identifier"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"8fa404cc-bdc3-4f10-b646-ab9d84bdfb9d","name":"Query rule activated","originalRequest":{"url":{"path":["search","v2","indices",":indexId","rules",":ruleId","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"},{"disabled":false,"type":"any","value":"8655","key":"ruleId","description":"(Required) Rule identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"4ecb7b9d-b00a-45ae-bfee-1f8858771c2c","name":"An error occurred","originalRequest":{"url":{"path":["search","v2","indices",":indexId","rules",":ruleId","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"},{"disabled":false,"type":"any","value":"8655","key":"ruleId","description":"(Required) Rule identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e1834c90-2f4a-4f1d-ae79-73ac78e6003e","name":"Pause rule","request":{"name":"Pause rule","description":{"content":"Pauses a rule identified by `id`.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","rules",":ruleId","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"},{"disabled":false,"type":"any","value":"8655","key":"ruleId","description":"(Required) Rule identifier"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"c7dd5790-f23c-43c8-ba46-458b3443a129","name":"Query rule paused","originalRequest":{"url":{"path":["search","v2","indices",":indexId","rules",":ruleId","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"},{"disabled":false,"type":"any","value":"8655","key":"ruleId","description":"(Required) Rule identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"e24d29f5-3bb1-477f-9a1f-047d4575eeaa","name":"An error occurred","originalRequest":{"url":{"path":["search","v2","indices",":indexId","rules",":ruleId","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"},{"disabled":false,"type":"any","value":"8655","key":"ruleId","description":"(Required) Rule identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"ef08efb2-541d-4066-a916-59fd9e997439","name":"Draft rule","request":{"name":"Draft rule","description":{"content":"Marks a rule as draft.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","rules",":ruleId","draft"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"},{"disabled":false,"type":"any","value":"8655","key":"ruleId","description":"(Required) Rule identifier"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"8905bf03-e2e2-4745-afd2-ca2fdaa4f4e7","name":"Query rule marked as draft","originalRequest":{"url":{"path":["search","v2","indices",":indexId","rules",":ruleId","draft"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"},{"disabled":false,"type":"any","value":"8655","key":"ruleId","description":"(Required) Rule identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"c5fde170-8ce7-4203-b338-7f36cdefab6d","name":"An error occurred","originalRequest":{"url":{"path":["search","v2","indices",":indexId","rules",":ruleId","draft"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"},{"disabled":false,"type":"any","value":"8655","key":"ruleId","description":"(Required) Rule identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b0093dd2-36f6-42d8-bfc1-b64346175c87","name":"Finish rule","request":{"name":"Finish rule","description":{"content":"Marks a rule as finished. The rule becomes inactive and can never be activated again.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","rules",":ruleId","finish"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"},{"disabled":false,"type":"any","value":"8655","key":"ruleId","description":"(Required) Rule identifier"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"ba420318-3245-4665-b7c4-e6b05435c4a6","name":"Query rule marked as finished","originalRequest":{"url":{"path":["search","v2","indices",":indexId","rules",":ruleId","finish"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"},{"disabled":false,"type":"any","value":"8655","key":"ruleId","description":"(Required) Rule identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"3ecf1757-16c0-47ab-af24-d64ae07787c9","name":"An error occurred","originalRequest":{"url":{"path":["search","v2","indices",":indexId","rules",":ruleId","finish"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"},{"disabled":false,"type":"any","value":"8655","key":"ruleId","description":"(Required) Rule identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"7facb927-c878-4d86-b75a-4b8697ca1730","name":"Recommendation campaigns","description":{"content":"","type":"text/plain"},"item":[{"id":"31785b5e-53fd-4de8-aaba-83e200c913d7","name":"Get all recommendation campaigns","request":{"name":"Get all recommendation campaigns","description":{"content":"Fetch all recommendation campaigns.","type":"text/plain"},"url":{"path":["recommendations","v2","campaigns"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"page","value":"0","description":"Page number"},{"disabled":false,"key":"limit","value":"50","description":"Maximum number of campaigns on a page"},{"disabled":false,"key":"sortBy","value":"createdAt","description":"Name of the field by which data will be sorted"},{"disabled":false,"key":"ordering","value":"desc","description":"Sorting order"},{"disabled":false,"key":"includeMeta","value":"false","description":"If true, a `meta` JSON block with pagination data is included in the response body.\nIf false, the pagination data is included in the response headers.\n"},{"disabled":false,"key":"type","value":"string","description":"Filters the results by campaign type."},{"disabled":false,"key":"state","value":"paused","description":"Shows only results with states matching this parameter. When this parameter is omitted, all campaigns are returned regardless of state."},{"disabled":false,"key":"state","value":"paused","description":"Shows only results with states matching this parameter. When this parameter is omitted, all campaigns are returned regardless of state."},{"disabled":false,"key":"search","value":"string","description":"Searches campaigns by the specified phrase in their `id` and `title`."}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"f4945b71-20c1-4e1e-9cc5-18c6a7329b31","name":"Returns paginated campaigns. If `showMeta` was set to `true`, the metadata is included in the JSON response. If it was set to `false`, the metadata is included in the headers.","originalRequest":{"url":{"path":["recommendations","v2","campaigns"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"0"},{"key":"limit","value":"50"},{"key":"sortBy","value":"createdAt"},{"key":"ordering","value":"desc"},{"key":"includeMeta","value":"false"},{"key":"type","value":"string"},{"key":"state","value":"active"},{"key":"state","value":"draft"},{"key":"search","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"disabled":false,"description":"Links to neighboring pages, first page, and last page in pagination","key":"Link","value":"string"},{"disabled":false,"description":"Total number of campaigns","key":"X-Pagination-Total-Count","value":"8655"},{"disabled":false,"description":"Total number of pages","key":"X-Pagination-Total-Pages","value":"8655"},{"disabled":false,"description":"The current page","key":"X-Pagination-Page","value":"8655"},{"disabled":false,"description":"Maximal number of items on a page","key":"X-Pagination-Limit","value":"8655"},{"disabled":false,"description":"The column (attribute) that the campaigns were sorted by","key":"X-Pagination-Sorted-By","value":"string"},{"disabled":false,"description":"Sorting order","key":"X-Pagination-Ordering","value":"string"},{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"meta\": {\n    \"totalPages\": 9265.135627934567,\n    \"totalCount\": 4763.169994265193,\n    \"page\": 3961.809460736334,\n    \"limit\": 200.12415020330133,\n    \"sortedBy\": \"string\",\n    \"ordering\": \"string\",\n    \"code\": 9578.977165316035,\n    \"link\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ]\n  },\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"extras\": {\n    \"states\": {\n      \"active\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"draft\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"paused\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f5d90c24-dbeb-4a87-b81b-306846e99f13","name":"Could not find campaigns","originalRequest":{"url":{"path":["recommendations","v2","campaigns"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"0"},{"key":"limit","value":"50"},{"key":"sortBy","value":"createdAt"},{"key":"ordering","value":"desc"},{"key":"includeMeta","value":"false"},{"key":"type","value":"string"},{"key":"state","value":"active"},{"key":"state","value":"draft"},{"key":"search","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"515f6921-3195-4f63-a7d0-83aacb4a587c","name":"An error occurred","originalRequest":{"url":{"path":["recommendations","v2","campaigns"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"0"},{"key":"limit","value":"50"},{"key":"sortBy","value":"createdAt"},{"key":"ordering","value":"desc"},{"key":"includeMeta","value":"false"},{"key":"type","value":"string"},{"key":"state","value":"active"},{"key":"state","value":"draft"},{"key":"search","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e7e84f42-af7e-4bf2-bf84-db4967faa9c5","name":"Create a recommendation campaign","request":{"name":"Create a recommendation campaign","description":{"content":"Create a new recommendation campaign.","type":"text/plain"},"url":{"path":["recommendations","v2","campaigns"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"19448471-cb71-4bee-a59c-9e6c0450e184","name":"OK campaign has been returned","originalRequest":{"url":{"path":["recommendations","v2","campaigns"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4409b838-3974-42f0-9d5b-9ef3d81be0b1","name":"An error occurred","originalRequest":{"url":{"path":["recommendations","v2","campaigns"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"d4687a64-41fc-475d-9977-fbb3ab6a53e5","name":"Get recommendation campaign details","request":{"name":"Get recommendation campaign details","description":{"content":"Retrieve the details of a single campaign.","type":"text/plain"},"url":{"path":["recommendations","v2","campaigns",":campaignId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"campaignId","description":"(Required) ID of the campaign"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"64b66ecc-a839-4c70-9b04-da7c8658a65c","name":"Data of a single campaign","originalRequest":{"url":{"path":["recommendations","v2","campaigns",":campaignId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"campaignId","description":"(Required) ID of the campaign"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e78a09cc-8d29-4280-871e-8c8b6cd81d31","name":"Could not find campaign","originalRequest":{"url":{"path":["recommendations","v2","campaigns",":campaignId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"campaignId","description":"(Required) ID of the campaign"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"abd6f109-7e16-4c7f-bde7-8bd38744c25a","name":"An error occurred","originalRequest":{"url":{"path":["recommendations","v2","campaigns",":campaignId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"campaignId","description":"(Required) ID of the campaign"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"7f2201f5-05b2-4799-8eef-fb676f5c8899","name":"Update a recommendation campaign","request":{"name":"Update a recommendation campaign","description":{"content":"Update a recommendation campaign by changing the parameters or copying the definition from another campaign.\n\nWhen you copy from another campaign:\n- the following campaign data is NOT updated:\n  - `title`\n  - `state`\n  - `start_date`\n  - `end_date`\n  - `campaignId`\n  - `createdAt`\n- `modified_by_user_id` changes to the user who performed the update\n","type":"text/plain"},"url":{"path":["recommendations","v2","campaigns",":campaignId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"campaignId","description":"(Required) ID of the campaign"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"bba405bc-9bc0-4cea-a341-6349e548799d","name":"Campaign updated and returned","originalRequest":{"url":{"path":["recommendations","v2","campaigns",":campaignId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"campaignId","description":"(Required) ID of the campaign"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d062a678-b550-4346-b7c0-898662a21cb1","name":"Could not find campaign","originalRequest":{"url":{"path":["recommendations","v2","campaigns",":campaignId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"campaignId","description":"(Required) ID of the campaign"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ee12d908-25bd-4dd4-8de6-24beb4fc2cbe","name":"An error occurred","originalRequest":{"url":{"path":["recommendations","v2","campaigns",":campaignId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"campaignId","description":"(Required) ID of the campaign"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"90857d3e-ebbd-476f-95a8-72b346192b77","name":"Delete a recommendation campaign","request":{"name":"Delete a recommendation campaign","description":{"content":"Delete a recommendation campaign. This operation is irreversible.","type":"text/plain"},"url":{"path":["recommendations","v2","campaigns",":campaignId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"campaignId","description":"(Required) ID of the campaign"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"342e1362-0d1f-4a73-8393-8a2954f2be9a","name":"OK campaign has been deleted","originalRequest":{"url":{"path":["recommendations","v2","campaigns",":campaignId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"campaignId","description":"(Required) ID of the campaign"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d81d9250-877f-4367-b433-598506b7ccb4","name":"Could not find campaign","originalRequest":{"url":{"path":["recommendations","v2","campaigns",":campaignId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"campaignId","description":"(Required) ID of the campaign"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c2ef63cb-c481-4bec-a5f8-d2d73f2192c7","name":"An error occurred","originalRequest":{"url":{"path":["recommendations","v2","campaigns",":campaignId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"campaignId","description":"(Required) ID of the campaign"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"728f4f5a-fdc6-4600-9a57-cce02e1dafab","name":"Change campaigns' states","request":{"name":"Change campaigns' states","description":{"content":"Change the status of one or more campaigns.","type":"text/plain"},"url":{"path":["recommendations","v2","campaigns","state"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"state\": \"paused\",\n  \"ids\": [\n    \"string\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"531aecce-a625-4f01-9f00-50cc4343478b","name":"Campaigns status changed","originalRequest":{"url":{"path":["recommendations","v2","campaigns","state"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"state\": \"paused\",\n  \"ids\": [\n    \"string\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  \"string\",\n  \"string\"\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"f4c19eea-1cb0-4347-b720-b8f6e4ecc231","name":"An error occurred","originalRequest":{"url":{"path":["recommendations","v2","campaigns","state"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"state\": \"paused\",\n  \"ids\": [\n    \"string\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"273fd747-1970-48bf-998b-e2d8b462c3cd","name":"Copy a recommendation campaign","request":{"name":"Copy a recommendation campaign","description":{"content":"Copy a campaign. The copied campaign's `state` will be `draft` and `slug` will be undefined.","type":"text/plain"},"url":{"path":["recommendations","v2","campaigns",":campaignId","copy"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"campaignId","description":"(Required) ID of the campaign"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"d2f90db5-8b2a-429c-941f-dfafcc4fcc90","name":"Copy created and returned","originalRequest":{"url":{"path":["recommendations","v2","campaigns",":campaignId","copy"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"campaignId","description":"(Required) ID of the campaign"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d5bdddf3-b730-4721-8fce-200ae25f2a8c","name":"Could not find campaign","originalRequest":{"url":{"path":["recommendations","v2","campaigns",":campaignId","copy"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"campaignId","description":"(Required) ID of the campaign"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"af37cb03-c808-4caa-b940-e61dbfc07aae","name":"An error occurred","originalRequest":{"url":{"path":["recommendations","v2","campaigns",":campaignId","copy"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"campaignId","description":"(Required) ID of the campaign"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"7ddfa466-4158-453b-8efe-28d3c8dae885","name":"Get simplified recommendation campaigns","request":{"name":"Get simplified recommendation campaigns","description":{"content":"Fetch simplified recommendation campaign data.","type":"text/plain"},"url":{"path":["recommendations","v2","campaigns","simplified"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"type","value":"string","description":"Filter by campaign type."},{"disabled":false,"key":"type","value":"string","description":"Filter by campaign type."},{"disabled":false,"key":"state","value":"paused","description":"Filter by states."},{"disabled":false,"key":"state","value":"paused","description":"Filter by states."}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"6b1a4976-1bfb-4b23-b788-a77e865ad93c","name":"Simplified campaigns returned","originalRequest":{"url":{"path":["recommendations","v2","campaigns","simplified"],"host":["{{baseUrl}}"],"query":[{"key":"type","value":"string"},{"key":"type","value":"string"},{"key":"state","value":"active"},{"key":"state","value":"draft"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"campaignId\": \"string\",\n    \"title\": \"string\",\n    \"type\": \"string\"\n  },\n  {\n    \"campaignId\": \"string\",\n    \"title\": \"string\",\n    \"type\": \"string\"\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"48ba63c6-c781-4ca2-8d31-67c1985c81ed","name":"Could not find campaign","originalRequest":{"url":{"path":["recommendations","v2","campaigns","simplified"],"host":["{{baseUrl}}"],"query":[{"key":"type","value":"string"},{"key":"type","value":"string"},{"key":"state","value":"active"},{"key":"state","value":"draft"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8fd50be7-253c-4eb9-ba6f-b5e8475da8ae","name":"An error occurred","originalRequest":{"url":{"path":["recommendations","v2","campaigns","simplified"],"host":["{{baseUrl}}"],"query":[{"key":"type","value":"string"},{"key":"type","value":"string"},{"key":"state","value":"active"},{"key":"state","value":"draft"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"6c1ccdcf-ba71-4a6f-882b-c64a8c958e20","name":"Recommendations","description":{"content":"","type":"text/plain"},"item":[{"id":"d830697c-7817-41ab-a857-74a08ac57d2b","name":"Get recommendations by campaign","request":{"name":"Get recommendations by campaign","description":{"content":"This method allows you to retrieve recommendations based on a campaignID or a slug and a context. The context is built based on:\n\n  - campaign identifier (required)\n  - profile UUID\n  - items (for example, items currently in the basket)\n  - item exclusions\n\n\n  This is the recommended and simplest way to fetch recommendations.\n\n  Before you use this method, you must to create a recommendations campaign in Synerise. All the recommendation filters and parameters will be handled for you automatically according to a campaign's configuration.\n","type":"text/plain"},"url":{"path":["recommendations","v2","recommend","campaigns",":campaignIdentifier"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"clientUUID","value":"string","description":"Profile UUID. This parameter is required for these recommendation types:\n  - Personalized\n  - Last seen\n  - Recent interactions\n  - Section\n  - Attribute\n\nThis parameter can be passed in all recommendations. In recommendations which don't require the customer context, it can still be used to create filters.\n"},{"disabled":false,"key":"itemId","value":"string","description":"Item ID or item IDs for the recommendation context. This parameter is:\n\n- required for similar/complementary items campaigns.\n\n- optional for personalized campaigns.\n\nThis parameter can be passed in all recommendations. In recommendations which don't use the context item as part of the recommendation model, the context item can only be used to create filters.\n\nYou can repeat this parameter in order to pass a number of context-creating items, for example, in a cart recommendation campaign.\n\nThis overrides the `itemsSource` settings of the campaign definition.\n\nAlternatively, you can pass the `itemsSourceType` and `itemsSourceId` parameters to use context items from source (aggregate or expression). These parameters can't be used at the same request with `itemId`.\n"},{"disabled":false,"key":"inventoryChannelId","value":"string","description":"Inventory context identifier used to evaluate inventory-related filters and boosting strategies. If not provided, no inventory context will be applied."},{"disabled":false,"key":"itemsSourceType","value":"aggregate","description":"Item ID or item IDs source type for the recommendation context.\n\nMust be used with `itemSourceId`. This overrides the `itemsSource` settings of the campaign definition.\n\nIn recommendations whose models doesn't use the item context, the attributes of those items can only be used in filters.  \n\nIf the items' source type is 'aggregate', the aggregate result will be used as context items. If the items' source type is 'expression', the expression result will be used as context items.\n\nThe item ID source (aggregate or expression) should return a string or an array of strings. If it returns numerical values, the recommendations engine attempts to convert them into strings while processing the request.\n\nAlternatively, you can pass the `itemId` parameter to define context items directly. Only one of these options is allowed at the same time.\n"},{"disabled":false,"key":"itemsSourceId","value":"string","description":"Source of item IDs for the recommendation context. In recommendations whose models doesn't use the item context, the attributes of those items can only be used in filters.\n\nMust be used with `itemsSourceType`.\n\nIf the items' source type is 'aggregate', this is the aggregate's ID. If the items' source type is 'expression', this is the expression's ID.\n\nThe item ID source (aggregate or expression) should return a string or an array of strings. If it returns numerical values, the recommendations engine attempts to convert them into strings while processing the request.\n\nAlternatively, you can pass the `itemId` parameter to define context items directly. Only one of these options is allowed at the same time.\n"},{"disabled":false,"key":"externalItemId","value":"string","description":"Items provided by an external recommendation model to be returned as recommendation results.\n\nYou can repeat this parameter to pass multiple external items.\n\nThis parameter is used with campaigns of type \"external-items\".\n"},{"disabled":false,"key":"itemIdExcluded","value":"string","description":"IDs of items that will be excluded from the generated recommendations. For example, items already added to the basket."},{"disabled":false,"key":"additionalFilters","value":"effectivePrice>300 AND effectivePrice<400","description":"<hr>\n<strong>IMPORTANT</strong>:\n\n- The `filtersJoiner` attribute is REQUIRED when `additionalFilters` is included. If `filtersJoiner` is missing, the additional filters do not work.  \n- Do NOT send multiple instances of this parameter.\n\n<hr>\n\nAdditional filters. These are merged with the campaign's own filters according to the logic in `filtersJoiner`.\n\nThis parameter must include all the additional filters as a single string, for example `additionalFilters=effectivePrice>300 AND effectivePrice<400` (the spaces are required).\n"},{"disabled":false,"key":"filtersJoiner","value":"OR","description":"Defines the logic of merging `additionalFilters` with the campaign's existing filters.\n- `REPLACE` replaces the campaign's filters with your filters.\n- `AND` matches if both your filters and the campaign filters are met.\n- `OR` matches if at least one of the filters is met.\n"},{"disabled":false,"key":"additionalElasticFilters","value":"effectivePrice>300 AND effectivePrice<400","description":"<hr>\n<strong>IMPORTANT</strong>:\n\n- The `elasticFiltersJoiner` attribute is REQUIRED when `additionalElasticFilters` is included. If `elasticFiltersJoiner` is missing, the additional filters do not work.  \n- Do NOT send multiple instances of this parameter.\n\n<hr>\n\nAdditional elastic filters. These are merged with the campaign's own elastic filters according to the logic in `elasticFiltersJoiner`.\n\nThis parameter must include all the additional filters as a single string, for example `additionalElasticFilters=effectivePrice>300 AND effectivePrice<400` (the spaces are required).\n"},{"disabled":false,"key":"elasticFiltersJoiner","value":"OR","description":"Defines the logic of merging `additionalElasticFilters` with the campaign's existing elastic filters.\n- `REPLACE` replaces the campaign's filters with your filters.\n- `AND` matches if both your filters and the campaign filters are met.\n- `OR` matches if at least one of the filters is met.\n"},{"disabled":false,"key":"displayAttribute","value":"string","description":"Item attribute whose value will be returned in the recommendation response. The parameter value will be merged with the configuration of the recommendation. This parameter can be passed multiple times."},{"disabled":false,"key":"includeContextItems","value":"false","description":"When true, the recommendation response will include context items metadata."},{"disabled":false,"key":"params","value":"source:mobile","description":"List of extra params that will be added to the `recommendation.generated` event. They must be in the `name:value` format. The total size must not exceed 500 bytes when written as a JSON object.\n"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"campaignIdentifier","description":"(Required) Recommendation campaign identifier - a campaignID or a slug"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]}},"response":[{"id":"892326ab-e4c9-4adf-8d07-e57f3530090a","name":"Recommendations for the provided context. The response schema depends on your Workspace configuration. The schema below only includes the static elements.","originalRequest":{"url":{"path":["recommendations","v2","recommend","campaigns",":campaignIdentifier"],"host":["{{baseUrl}}"],"query":[{"key":"clientUUID","value":"string"},{"key":"itemId","value":"string"},{"key":"inventoryChannelId","value":"string"},{"key":"itemsSourceType","value":"aggregate"},{"key":"itemsSourceId","value":"string"},{"key":"externalItemId","value":"string"},{"key":"itemIdExcluded","value":"string"},{"key":"additionalFilters","value":"effectivePrice>300 AND effectivePrice<400"},{"key":"filtersJoiner","value":"OR"},{"key":"additionalElasticFilters","value":"effectivePrice>300 AND effectivePrice<400"},{"key":"elasticFiltersJoiner","value":"OR"},{"key":"displayAttribute","value":"string"},{"key":"includeContextItems","value":"false"},{"key":"params","value":"source:mobile"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"campaignIdentifier","description":"(Required) Recommendation campaign identifier - a campaignID or a slug"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"itemId\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"itemId\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"extras\": {\n    \"correlationId\": \"string\",\n    \"slots\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"contextItems\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"69ede64f-363d-44d3-af72-07a475248fb2","name":"No recommendations could be generated for the specified campaign and context.","originalRequest":{"url":{"path":["recommendations","v2","recommend","campaigns",":campaignIdentifier"],"host":["{{baseUrl}}"],"query":[{"key":"clientUUID","value":"string"},{"key":"itemId","value":"string"},{"key":"inventoryChannelId","value":"string"},{"key":"itemsSourceType","value":"aggregate"},{"key":"itemsSourceId","value":"string"},{"key":"externalItemId","value":"string"},{"key":"itemIdExcluded","value":"string"},{"key":"additionalFilters","value":"effectivePrice>300 AND effectivePrice<400"},{"key":"filtersJoiner","value":"OR"},{"key":"additionalElasticFilters","value":"effectivePrice>300 AND effectivePrice<400"},{"key":"elasticFiltersJoiner","value":"OR"},{"key":"displayAttribute","value":"string"},{"key":"includeContextItems","value":"false"},{"key":"params","value":"source:mobile"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"campaignIdentifier","description":"(Required) Recommendation campaign identifier - a campaignID or a slug"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3255b23c-015a-4a99-a6ce-59f3b908b96d","name":"An error occurred","originalRequest":{"url":{"path":["recommendations","v2","recommend","campaigns",":campaignIdentifier"],"host":["{{baseUrl}}"],"query":[{"key":"clientUUID","value":"string"},{"key":"itemId","value":"string"},{"key":"inventoryChannelId","value":"string"},{"key":"itemsSourceType","value":"aggregate"},{"key":"itemsSourceId","value":"string"},{"key":"externalItemId","value":"string"},{"key":"itemIdExcluded","value":"string"},{"key":"additionalFilters","value":"effectivePrice>300 AND effectivePrice<400"},{"key":"filtersJoiner","value":"OR"},{"key":"additionalElasticFilters","value":"effectivePrice>300 AND effectivePrice<400"},{"key":"elasticFiltersJoiner","value":"OR"},{"key":"displayAttribute","value":"string"},{"key":"includeContextItems","value":"false"},{"key":"params","value":"source:mobile"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"campaignIdentifier","description":"(Required) Recommendation campaign identifier - a campaignID or a slug"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"eb4e2679-5dfb-4bdb-aa48-9b037bd58eb5","name":"Get recommendations by campaign","request":{"name":"Get recommendations by campaign","description":{"content":"This method allows you to retrieve recommendations based on a campaignID or slug and a context. The context is built based on:\n\n- campaign ID or slug (one of those is required)\n- profile UUID\n- items (for example, items currently in the basket)\n- item exclusions\n\nThis is the recommended and simplest way to fetch recommendations.\n\nBefore you use this method, you must to create a recommendations campaign in Synerise. All the recommendation filters and parameters will be handled for you automatically according to a campaign's configuration.\n","type":"text/plain"},"url":{"path":["recommendations","v2","recommend","campaigns"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]},"body":{"mode":"raw","raw":"{\n  \"clientUUID\": \"string\",\n  \"campaignId\": \"string\",\n  \"slug\": \"string\",\n  \"items\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"itemsSource\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"itemsExcluded\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"additionalFilters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filtersJoiner\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"additionalElasticFilters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"elasticFiltersJoiner\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"recommendedItemsFromExternalModel\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"47772c64-8e67-4ea1-9aad-3c40b106c17d","name":"Recommendations for the provided context. The response schema depends on your Workspace configuration. The schema below only includes the static elements.","originalRequest":{"url":{"path":["recommendations","v2","recommend","campaigns"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"clientUUID\": \"string\",\n  \"campaignId\": \"string\",\n  \"slug\": \"string\",\n  \"items\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"itemsSource\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"itemsExcluded\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"additionalFilters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filtersJoiner\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"additionalElasticFilters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"elasticFiltersJoiner\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"recommendedItemsFromExternalModel\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"itemId\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"itemId\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"extras\": {\n    \"correlationId\": \"string\",\n    \"slots\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"contextItems\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"32394a50-1993-40b9-890c-a9a5ace0857f","name":"No recommendations could be generated for the specified campaign and context.","originalRequest":{"url":{"path":["recommendations","v2","recommend","campaigns"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"clientUUID\": \"string\",\n  \"campaignId\": \"string\",\n  \"slug\": \"string\",\n  \"items\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"itemsSource\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"itemsExcluded\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"additionalFilters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filtersJoiner\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"additionalElasticFilters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"elasticFiltersJoiner\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"recommendedItemsFromExternalModel\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2f51f4c5-2788-493d-ae51-71014fd9a6ca","name":"An error occurred","originalRequest":{"url":{"path":["recommendations","v2","recommend","campaigns"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"clientUUID\": \"string\",\n  \"campaignId\": \"string\",\n  \"slug\": \"string\",\n  \"items\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"itemsSource\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"itemsExcluded\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"additionalFilters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filtersJoiner\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"additionalElasticFilters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"elasticFiltersJoiner\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"recommendedItemsFromExternalModel\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b74db93d-c14b-4771-9093-3cc89b12dcbb","name":"Get recommendations by campaign and profile identifier","request":{"name":"Get recommendations by campaign and profile identifier","description":{"content":"\n**Before you use this method**: you must [create a recommendations campaign in Synerise](https://help.synerise.com/docs/campaign/recommendations-v2/). All the recommendation filters and parameters will be handled for you automatically according to a campaign's configuration.\n\nThe method allows you to retrieve recommendations based on a campaignID or a slug, profile's identifier name (the value of the identifier is provided in the request body), and a context. The context is built based on:\n\n- campaign identifier (required)\n- identifierName (required)\n- identifierValue (required)\n- items (for example, items currently in the basket)\n- item exclusions\n","type":"text/plain"},"url":{"path":["recommendations","v2","recommend","campaigns",":campaignIdentifier","by",":identifierName"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"campaignIdentifier","description":"(Required) Recommendation campaign identifier - a campaignID or a slug"},{"disabled":false,"type":"any","value":"email","key":"identifierName","description":"(Required) The name of the profile identifier to use for the request. By default, the allowed identifier types are `id`, `uuid`, `email`, and `custom_identify`. This may be changed in the workspace configuration."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"items\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"itemsSource\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"itemsExcluded\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"additionalFilters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filtersJoiner\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"additionalElasticFilters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"elasticFiltersJoiner\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"recommendedItemsFromExternalModel\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"9eec1bf9-f50c-435b-939c-0a09f6d852a6","name":"Recommendations for the provided context. The response schema depends on your Workspace configuration. The schema below only includes the static elements.","originalRequest":{"url":{"path":["recommendations","v2","recommend","campaigns",":campaignIdentifier","by",":identifierName"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"campaignIdentifier","description":"(Required) Recommendation campaign identifier - a campaignID or a slug"},{"disabled":false,"type":"any","value":"email","key":"identifierName","description":"(Required) The name of the profile identifier to use for the request. By default, the allowed identifier types are `id`, `uuid`, `email`, and `custom_identify`. This may be changed in the workspace configuration."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"items\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"itemsSource\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"itemsExcluded\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"additionalFilters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filtersJoiner\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"additionalElasticFilters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"elasticFiltersJoiner\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"recommendedItemsFromExternalModel\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"itemId\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"itemId\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"extras\": {\n    \"correlationId\": \"string\",\n    \"slots\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"contextItems\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b6da7925-de73-4907-947a-b029eca9a4bf","name":"No recommendations could be generated for the specified campaign and context.","originalRequest":{"url":{"path":["recommendations","v2","recommend","campaigns",":campaignIdentifier","by",":identifierName"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"campaignIdentifier","description":"(Required) Recommendation campaign identifier - a campaignID or a slug"},{"disabled":false,"type":"any","value":"email","key":"identifierName","description":"(Required) The name of the profile identifier to use for the request. By default, the allowed identifier types are `id`, `uuid`, `email`, and `custom_identify`. This may be changed in the workspace configuration."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"items\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"itemsSource\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"itemsExcluded\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"additionalFilters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filtersJoiner\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"additionalElasticFilters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"elasticFiltersJoiner\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"recommendedItemsFromExternalModel\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f9e199de-dd77-41d7-92d6-eacdba6740cf","name":"An error occurred","originalRequest":{"url":{"path":["recommendations","v2","recommend","campaigns",":campaignIdentifier","by",":identifierName"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"campaignIdentifier","description":"(Required) Recommendation campaign identifier - a campaignID or a slug"},{"disabled":false,"type":"any","value":"email","key":"identifierName","description":"(Required) The name of the profile identifier to use for the request. By default, the allowed identifier types are `id`, `uuid`, `email`, and `custom_identify`. This may be changed in the workspace configuration."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"items\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"itemsSource\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"itemsExcluded\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"additionalFilters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filtersJoiner\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"additionalElasticFilters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"elasticFiltersJoiner\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"recommendedItemsFromExternalModel\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"a89225ba-3dc7-44d9-90c3-1e03d01041fe","name":"Preview campaign recommendations","request":{"name":"Preview campaign recommendations","description":{"content":"This method allows you to preview recommendations for a campaign with a given configuration before creating it.\n\n**Note**: This method is not an alternative to creating recommendations for an existing campaign. It is intended for testing purposes only.\n\nThe recommendation context is built based on:\n- profile UUID\n- items\n- item exclusions\n","type":"text/plain"},"url":{"path":["recommendations","v2","recommend","campaigns","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]},"body":{"mode":"raw","raw":"{\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"items\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"9a1269ff-0503-460d-8233-72c49218e16e","name":"Recommendations for the provided context. The response schema depends on your Workspace configuration. The schema below only includes the static elements.","originalRequest":{"url":{"path":["recommendations","v2","recommend","campaigns","preview"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"items\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"itemId\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"itemId\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"extras\": {\n    \"correlationId\": \"string\",\n    \"slots\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"contextItems\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"50391536-dab0-408e-be3b-9b98a8c2a462","name":"No recommendations could be generated for the specified campaign and context.","originalRequest":{"url":{"path":["recommendations","v2","recommend","campaigns","preview"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"items\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1e66b53d-8e47-4c82-af3c-29a8343972e9","name":"The user has sent too many requests in a given amount of time (\"rate limiting\").","originalRequest":{"url":{"path":["recommendations","v2","recommend","campaigns","preview"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"items\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fb9ec157-c824-46b9-b98e-b7405988b8eb","name":"An error occurred","originalRequest":{"url":{"path":["recommendations","v2","recommend","campaigns","preview"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"items\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"33ee397f-978a-484c-8534-34b3ade5b1a1","name":"Personalized recommendations","request":{"name":"Personalized recommendations","description":{"content":"Retrieve item recommendations for a profile.\n\n**Note:** The definition of an *item* encompasses products, but also articles, images, videos, and any other entities in the item feed.","type":"text/plain"},"url":{"path":["recommendations","v2","recommend","items","users",":clientUuid"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"minNumItems","value":"1","description":"The minimal number of returned item recommendations. If the service is not able to return at least this many recommendations, it will return an error."},{"disabled":false,"key":"maxNumItems","value":"5","description":"The maximal number of returned item recommendations."},{"disabled":false,"key":"campaignId","value":"defaultCampaign","description":"The campaignId which will be passed as *utm_campaign* in a link to the recommended item."},{"disabled":false,"key":"campaignName","value":"string","description":"The campaign name which will be included in the recommendation.generated event."},{"disabled":false,"key":"excludePurchasedItems","value":"false","description":"When true, the recommendation results will include only items that the profile hasn't purchased before.  \n**IMPORTANT**: Only the last 250 purchased items are taken into account. Items further back in the purchase history may be included in the recommendation.\n"},{"disabled":false,"key":"excludePurchasedItemsSinceDays","value":"2056","description":"Limits the application of the `excludePurchasedItems` filter to a specified number of days."},{"disabled":false,"key":"filters","value":"string","description":"This string defines the criteria that an item must meet in order to be considered for recommendation.  \nFor information on building filters, see [\"Items Query Language (IQL)\" in the Developer Guide](https://hub.synerise.com/developers/iql/).\n"},{"disabled":false,"key":"elastic:filters","value":"string","description":"This string defines the criteria that an item must meet in order to be considered for recommendation. The Elastic filter may be dropped if not enough products meet the required criteria.  \nFor information on building filters, see [\"Items Query Language (IQL)\" in the Developer Guide](https://hub.synerise.com/developers/iql/).\n"},{"disabled":false,"key":"itemId","value":"string","description":"Item identifier, equal to `itemId` from the *item feed*. It can be used to define the item context of the query."},{"disabled":false,"key":"itemCatalogId","value":"default","description":"ID (_not_ name) of the item feed to use in the request. The requested recommendation type (model) must be ready for this item feed."},{"disabled":false,"key":"elastic","value":"true"},{"disabled":false,"key":"filters","value":"[{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}]"},{"disabled":false,"key":"includeContextItems","value":"false","description":"The recommendation results will include context items from the request."},{"disabled":false,"key":"params","value":"source:mobile","description":"List of extra params that will be added to the `recommendation.generated` event. They must be in the `name:value` format. The total size must not exceed 500 bytes when written as a JSON object.\n"},{"disabled":false,"key":"inventoryChannelId","value":"string","description":"Inventory context identifier used to evaluate inventory-related filters and boosting strategies. If not provided, no inventory context will be applied.\n"},{"disabled":false,"key":"crossWorkspaceMode","value":"true","description":"Specifies if recommendation should use cross-workspace mode and personalize recommendations with events from other members of workspace group if they are available.\n"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"clientUuid","description":"(Required) Recommendations will be generated for the provided profile UUID."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]}},"response":[{"id":"5e270584-1ce2-4b7c-a8e5-0340a5d57f5b","name":"Personalized recommendations","originalRequest":{"url":{"path":["recommendations","v2","recommend","items","users",":clientUuid"],"host":["{{baseUrl}}"],"query":[{"key":"minNumItems","value":"1"},{"key":"maxNumItems","value":"5"},{"key":"campaignId","value":"defaultCampaign"},{"key":"campaignName","value":"string"},{"key":"excludePurchasedItems","value":"false"},{"key":"excludePurchasedItemsSinceDays","value":"<integer>"},{"key":"filters","value":"string"},{"key":"elastic:filters","value":"string"},{"key":"itemId","value":"string"},{"key":"itemCatalogId","value":"default"},{"key":"elastic","value":"<boolean>"},{"key":"filters","value":"[object Object]"},{"key":"includeContextItems","value":"true"},{"key":"params","value":"source:mobile"},{"key":"inventoryChannelId","value":"string"},{"key":"crossWorkspaceMode","value":"true"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"clientUuid","description":"(Required) Recommendations will be generated for the provided profile UUID."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"extras\": {\n    \"correlationId\": \"string\",\n    \"contextItems\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"campaignId\": \"string\"\n  },\n  \"data\": [\n    {\n      \"itemId\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"itemId\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"16843e18-2210-4217-821f-ace37d928d7f","name":"No recommendations could be generated for the specified profile and filters","originalRequest":{"url":{"path":["recommendations","v2","recommend","items","users",":clientUuid"],"host":["{{baseUrl}}"],"query":[{"key":"minNumItems","value":"1"},{"key":"maxNumItems","value":"5"},{"key":"campaignId","value":"defaultCampaign"},{"key":"campaignName","value":"string"},{"key":"excludePurchasedItems","value":"false"},{"key":"excludePurchasedItemsSinceDays","value":"<integer>"},{"key":"filters","value":"string"},{"key":"elastic:filters","value":"string"},{"key":"itemId","value":"string"},{"key":"itemCatalogId","value":"default"},{"key":"elastic","value":"<boolean>"},{"key":"filters","value":"[object Object]"},{"key":"includeContextItems","value":"true"},{"key":"params","value":"source:mobile"},{"key":"inventoryChannelId","value":"string"},{"key":"crossWorkspaceMode","value":"true"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"clientUuid","description":"(Required) Recommendations will be generated for the provided profile UUID."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2009-11-22T10:19:01.316Z\",\n  \"status\": 2742,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5a58ec03-8efc-4a95-a96d-b29108c4fbff","name":"An error occurred","originalRequest":{"url":{"path":["recommendations","v2","recommend","items","users",":clientUuid"],"host":["{{baseUrl}}"],"query":[{"key":"minNumItems","value":"1"},{"key":"maxNumItems","value":"5"},{"key":"campaignId","value":"defaultCampaign"},{"key":"campaignName","value":"string"},{"key":"excludePurchasedItems","value":"false"},{"key":"excludePurchasedItemsSinceDays","value":"<integer>"},{"key":"filters","value":"string"},{"key":"elastic:filters","value":"string"},{"key":"itemId","value":"string"},{"key":"itemCatalogId","value":"default"},{"key":"elastic","value":"<boolean>"},{"key":"filters","value":"[object Object]"},{"key":"includeContextItems","value":"true"},{"key":"params","value":"source:mobile"},{"key":"inventoryChannelId","value":"string"},{"key":"crossWorkspaceMode","value":"true"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"clientUuid","description":"(Required) Recommendations will be generated for the provided profile UUID."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2009-11-22T10:19:01.316Z\",\n  \"status\": 2742,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"7308fe60-b05d-4e67-9963-c58e103e917a","name":"Personalized recommendations","request":{"name":"Personalized recommendations","description":{"content":"Retrieve item recommendations for a profile.\n\n**Note:** The definition of an *item* encompasses products, but also articles, images, videos, and any other entities in the item feed.","type":"text/plain"},"url":{"path":["recommendations","v2","recommend","items","users",":clientUuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"clientUuid","description":"(Required) Recommendations will be generated for the provided profile UUID."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]},"body":{"mode":"raw","raw":"{\n  \"slots\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"campaignId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"campaignName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"catalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"contextItemIds\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"abTestContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"keepSlotsOrder\": true,\n  \"personalizeSlotsOrder\": false,\n  \"sortMetric\": \"string\",\n  \"boostingParameters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"boostingStrategies\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"crossWorkspaceMode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"aff875bc-1925-436d-9e80-3a2fc9dc8dbe","name":"Personalized recommendations","originalRequest":{"url":{"path":["recommendations","v2","recommend","items","users",":clientUuid"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"clientUuid","description":"(Required) Recommendations will be generated for the provided profile UUID."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"slots\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"campaignId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"campaignName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"catalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"contextItemIds\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"abTestContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"keepSlotsOrder\": true,\n  \"personalizeSlotsOrder\": false,\n  \"sortMetric\": \"string\",\n  \"boostingParameters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"boostingStrategies\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"crossWorkspaceMode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"extras\": {\n    \"slots\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"data\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2feaf8d7-5449-4a77-aab2-cc4962ef6c64","name":"No recommendations could be generated for the specified profile and filters","originalRequest":{"url":{"path":["recommendations","v2","recommend","items","users",":clientUuid"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"clientUuid","description":"(Required) Recommendations will be generated for the provided profile UUID."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"slots\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"campaignId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"campaignName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"catalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"contextItemIds\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"abTestContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"keepSlotsOrder\": true,\n  \"personalizeSlotsOrder\": false,\n  \"sortMetric\": \"string\",\n  \"boostingParameters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"boostingStrategies\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"crossWorkspaceMode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2009-11-22T10:19:01.316Z\",\n  \"status\": 2742,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e9e03f8a-c2d5-4274-9a7d-e5082811389d","name":"An error occurred","originalRequest":{"url":{"path":["recommendations","v2","recommend","items","users",":clientUuid"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"clientUuid","description":"(Required) Recommendations will be generated for the provided profile UUID."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"slots\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"campaignId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"campaignName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"catalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"contextItemIds\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"abTestContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"keepSlotsOrder\": true,\n  \"personalizeSlotsOrder\": false,\n  \"sortMetric\": \"string\",\n  \"boostingParameters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"boostingStrategies\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"crossWorkspaceMode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2009-11-22T10:19:01.316Z\",\n  \"status\": 2742,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e475e6ef-1e17-4140-9792-c28f610bffb5","name":"Section recommendations","request":{"name":"Section recommendations","description":{"content":"Retrieve item recommendations grouped by attribute.\n\n**Note:** The definition of an *item* encompasses products, but also articles, images, videos, and any other entities in the item feed.","type":"text/plain"},"url":{"path":["recommendations","v2","recommend","items","users",":clientUuid","sections"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"clientUuid","description":"(Required) Information will be shown for the provided profile UUID."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"slots\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"campaignId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"campaignName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"catalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"contextItemIds\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"abTestContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"metadataCatalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"a3be3c4a-2819-4f92-9930-6b57c32abcd3","name":"Section recommendations","originalRequest":{"url":{"path":["recommendations","v2","recommend","items","users",":clientUuid","sections"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"clientUuid","description":"(Required) Information will be shown for the provided profile UUID."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"slots\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"campaignId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"campaignName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"catalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"contextItemIds\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"abTestContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"metadataCatalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"extras\": {\n    \"slots\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"data\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"52a47503-aa53-4737-85fd-5e399959a260","name":"No recommendations could be generated for the specified profile and filters","originalRequest":{"url":{"path":["recommendations","v2","recommend","items","users",":clientUuid","sections"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"clientUuid","description":"(Required) Information will be shown for the provided profile UUID."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"slots\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"campaignId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"campaignName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"catalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"contextItemIds\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"abTestContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"metadataCatalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2009-11-22T10:19:01.316Z\",\n  \"status\": 2742,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e9f6208e-1b6c-48fe-b1ac-f574fd962131","name":"An error occurred","originalRequest":{"url":{"path":["recommendations","v2","recommend","items","users",":clientUuid","sections"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"clientUuid","description":"(Required) Information will be shown for the provided profile UUID."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"slots\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"campaignId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"campaignName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"catalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"contextItemIds\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"abTestContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"metadataCatalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2009-11-22T10:19:01.316Z\",\n  \"status\": 2742,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"eb765f86-ee2e-4e8f-bbf4-7cbe058965b3","name":"Attribute recommendations","request":{"name":"Attribute recommendations","description":{"content":"Retrieve attribute recommendations.\n\n**Note:** The definition of an *item* encompasses products, but also articles, images, videos, and any other entities in the item feed.","type":"text/plain"},"url":{"path":["recommendations","v2","recommend","items","users",":clientUuid","attributes"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"clientUuid","description":"(Required) Information will be shown for the provided profile UUID."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"slots\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"campaignId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"campaignName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"catalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"contextItemIds\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"abTestContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"metadataCatalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"75ff6847-0ed7-4799-898f-7c38a587f784","name":"Attribute recommendations","originalRequest":{"url":{"path":["recommendations","v2","recommend","items","users",":clientUuid","attributes"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"clientUuid","description":"(Required) Information will be shown for the provided profile UUID."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"slots\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"campaignId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"campaignName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"catalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"contextItemIds\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"abTestContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"metadataCatalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"extras\": {\n    \"slots\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"data\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0089bb14-9797-487f-bd47-31c93933f8b8","name":"No recommendations could be generated for the specified profile and filters","originalRequest":{"url":{"path":["recommendations","v2","recommend","items","users",":clientUuid","attributes"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"clientUuid","description":"(Required) Information will be shown for the provided profile UUID."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"slots\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"campaignId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"campaignName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"catalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"contextItemIds\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"abTestContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"metadataCatalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2009-11-22T10:19:01.316Z\",\n  \"status\": 2742,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"12643bf7-bb57-4d68-b082-01843703ca73","name":"An error occurred","originalRequest":{"url":{"path":["recommendations","v2","recommend","items","users",":clientUuid","attributes"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"clientUuid","description":"(Required) Information will be shown for the provided profile UUID."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"slots\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"campaignId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"campaignName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"catalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"contextItemIds\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"abTestContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"metadataCatalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2009-11-22T10:19:01.316Z\",\n  \"status\": 2742,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"ecb6e2e6-2acf-4040-8451-5da12562d8e4","name":"Last viewed recommendations","request":{"name":"Last viewed recommendations","description":{"content":"Retrieve recent item recommendations seen by a profile.\n\n**Note:** The definition of an *item* encompasses products, but also articles, images, videos, and any other entities in the item feed.","type":"text/plain"},"url":{"path":["recommendations","v2","recommend","items","users",":clientUuid","last"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"campaignId","value":"defaultCampaign","description":"The campaignId which will be passed as *utm_campaign* in a link to the recommended item."},{"disabled":false,"key":"campaignName","value":"string","description":"The campaign name which will be included in the recommendation.generated event."},{"disabled":false,"key":"minNumItems","value":"1","description":"The minimal number of returned item recommendations. If the service is not able to return at least this many recommendations, it will return an error."},{"disabled":false,"key":"maxNumItems","value":"5","description":"The maximal number of returned item recommendations."},{"disabled":false,"key":"elastic","value":"<boolean>"},{"disabled":false,"key":"filters","value":"[{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}]"},{"disabled":false,"key":"includeContextItems","value":"true","description":"The recommendation results will include context items from the request."},{"disabled":false,"key":"params","value":"source:mobile","description":"List of extra params that will be added to the `recommendation.generated` event. They must be in the `name:value` format. The total size must not exceed 500 bytes when written as a JSON object.\n"},{"disabled":false,"key":"inventoryChannelId","value":"string","description":"Inventory context identifier used to evaluate inventory-related filters and boosting strategies. If not provided, no inventory context will be applied.\n"},{"disabled":false,"key":"crossWorkspaceMode","value":"true","description":"Specifies if recommendation should use cross-workspace mode and personalize recommendations with events from other members of workspace group if they are available.\n"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"clientUuid","description":"(Required) Information will be shown for the provided profile UUID."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]}},"response":[{"id":"0fb81c46-3198-4dcb-b4ad-5e25811ca29c","name":"Last viewed recommendations","originalRequest":{"url":{"path":["recommendations","v2","recommend","items","users",":clientUuid","last"],"host":["{{baseUrl}}"],"query":[{"key":"campaignId","value":"defaultCampaign"},{"key":"campaignName","value":"string"},{"key":"minNumItems","value":"1"},{"key":"maxNumItems","value":"5"},{"key":"elastic","value":"<boolean>"},{"key":"filters","value":"[object Object]"},{"key":"includeContextItems","value":"true"},{"key":"params","value":"source:mobile"},{"key":"inventoryChannelId","value":"string"},{"key":"crossWorkspaceMode","value":"true"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"clientUuid","description":"(Required) Information will be shown for the provided profile UUID."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"extras\": {\n    \"correlationId\": \"string\",\n    \"contextItems\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"campaignId\": \"string\"\n  },\n  \"data\": [\n    {\n      \"itemId\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"itemId\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"087c0623-02ce-4517-b5d1-24b829e0039e","name":"No recommendations could be generated for the specified profile and filters","originalRequest":{"url":{"path":["recommendations","v2","recommend","items","users",":clientUuid","last"],"host":["{{baseUrl}}"],"query":[{"key":"campaignId","value":"defaultCampaign"},{"key":"campaignName","value":"string"},{"key":"minNumItems","value":"1"},{"key":"maxNumItems","value":"5"},{"key":"elastic","value":"<boolean>"},{"key":"filters","value":"[object Object]"},{"key":"includeContextItems","value":"true"},{"key":"params","value":"source:mobile"},{"key":"inventoryChannelId","value":"string"},{"key":"crossWorkspaceMode","value":"true"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"clientUuid","description":"(Required) Information will be shown for the provided profile UUID."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2009-11-22T10:19:01.316Z\",\n  \"status\": 2742,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e2400db6-548c-4898-a224-16e5baf6b29d","name":"An error occurred","originalRequest":{"url":{"path":["recommendations","v2","recommend","items","users",":clientUuid","last"],"host":["{{baseUrl}}"],"query":[{"key":"campaignId","value":"defaultCampaign"},{"key":"campaignName","value":"string"},{"key":"minNumItems","value":"1"},{"key":"maxNumItems","value":"5"},{"key":"elastic","value":"<boolean>"},{"key":"filters","value":"[object Object]"},{"key":"includeContextItems","value":"true"},{"key":"params","value":"source:mobile"},{"key":"inventoryChannelId","value":"string"},{"key":"crossWorkspaceMode","value":"true"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"clientUuid","description":"(Required) Information will be shown for the provided profile UUID."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2009-11-22T10:19:01.316Z\",\n  \"status\": 2742,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"4f667a27-2d60-4f98-b24e-8f682964aced","name":"Last viewed recommendations","request":{"name":"Last viewed recommendations","description":{"content":"Retrieve recent item recommendations seen by a profile.\n\n**Note:** The definition of an *item* encompasses products, but also articles, images, videos, and any other entities in the item feed.","type":"text/plain"},"url":{"path":["recommendations","v2","recommend","items","users",":clientUuid","last"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"clientUuid","description":"(Required) Information will be shown for the provided profile UUID."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"slots\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"campaignId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"campaignName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"catalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"contextItemIds\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"abTestContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"keepSlotsOrder\": true,\n  \"personalizeSlotsOrder\": false,\n  \"sortMetric\": \"string\",\n  \"boostingParameters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"boostingStrategies\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"crossWorkspaceMode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"fedaefdc-f1ed-474f-84e0-c6b29aa2b18d","name":"Last viewed recommendations","originalRequest":{"url":{"path":["recommendations","v2","recommend","items","users",":clientUuid","last"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"clientUuid","description":"(Required) Information will be shown for the provided profile UUID."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"slots\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"campaignId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"campaignName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"catalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"contextItemIds\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"abTestContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"keepSlotsOrder\": true,\n  \"personalizeSlotsOrder\": false,\n  \"sortMetric\": \"string\",\n  \"boostingParameters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"boostingStrategies\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"crossWorkspaceMode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"extras\": {\n    \"slots\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"data\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"49890bc6-7259-4450-8195-623c565d5f00","name":"No recommendations could be generated for the specified profile and filters","originalRequest":{"url":{"path":["recommendations","v2","recommend","items","users",":clientUuid","last"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"clientUuid","description":"(Required) Information will be shown for the provided profile UUID."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"slots\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"campaignId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"campaignName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"catalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"contextItemIds\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"abTestContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"keepSlotsOrder\": true,\n  \"personalizeSlotsOrder\": false,\n  \"sortMetric\": \"string\",\n  \"boostingParameters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"boostingStrategies\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"crossWorkspaceMode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2009-11-22T10:19:01.316Z\",\n  \"status\": 2742,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"70f275e9-0d6d-40b0-ab19-1ec36c6df09b","name":"An error occurred","originalRequest":{"url":{"path":["recommendations","v2","recommend","items","users",":clientUuid","last"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"clientUuid","description":"(Required) Information will be shown for the provided profile UUID."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"slots\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"campaignId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"campaignName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"catalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"contextItemIds\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"abTestContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"keepSlotsOrder\": true,\n  \"personalizeSlotsOrder\": false,\n  \"sortMetric\": \"string\",\n  \"boostingParameters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"boostingStrategies\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"crossWorkspaceMode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2009-11-22T10:19:01.316Z\",\n  \"status\": 2742,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"55ff5dd6-7a83-4755-b448-06e51e6f2e8b","name":"Recent interactions recommendations","request":{"name":"Recent interactions recommendations","description":{"content":"Retrieve recent interactions recommendations for a profile.\n\n**Note:** The definition of an *item* encompasses products, but also articles, images, videos, and any other entities in the item feed.","type":"text/plain"},"url":{"path":["recommendations","v2","recommend","items","users",":clientUuid","aggregates",":aggregateUUID"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"campaignId","value":"defaultCampaign","description":"The campaignId which will be passed as *utm_campaign* in a link to the recommended item."},{"disabled":false,"key":"campaignName","value":"string","description":"The campaign name which will be included in the recommendation.generated event."},{"disabled":false,"key":"minNumItems","value":"1","description":"The minimal number of returned item recommendations. If the service is not able to return at least this many recommendations, it will return an error."},{"disabled":false,"key":"maxNumItems","value":"5","description":"The maximal number of returned item recommendations."},{"disabled":false,"key":"elastic","value":"<boolean>"},{"disabled":false,"key":"filters","value":"[{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}]"},{"disabled":false,"key":"includeContextItems","value":"true","description":"The recommendation results will include context items from the request."},{"disabled":false,"key":"params","value":"source:mobile","description":"List of extra params that will be added to the `recommendation.generated` event. They must be in the `name:value` format. The total size must not exceed 500 bytes when written as a JSON object.\n"},{"disabled":false,"key":"inventoryChannelId","value":"string","description":"Inventory context identifier used to evaluate inventory-related filters and boosting strategies. If not provided, no inventory context will be applied.\n"},{"disabled":false,"key":"crossWorkspaceMode","value":"true","description":"Specifies if recommendation should use cross-workspace mode and personalize recommendations with events from other members of workspace group if they are available.\n"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"clientUuid","description":"(Required) Information will be shown for the provided profile UUID."},{"disabled":false,"type":"any","value":"string","key":"aggregateUUID","description":"(Required) Information will be shown for the provided aggregate UUID."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]}},"response":[{"id":"df2c7a42-58a2-4058-b94c-b9d1965cc893","name":"Recent interactions recommendations","originalRequest":{"url":{"path":["recommendations","v2","recommend","items","users",":clientUuid","aggregates",":aggregateUUID"],"host":["{{baseUrl}}"],"query":[{"key":"campaignId","value":"defaultCampaign"},{"key":"campaignName","value":"string"},{"key":"minNumItems","value":"1"},{"key":"maxNumItems","value":"5"},{"key":"elastic","value":"<boolean>"},{"key":"filters","value":"[object Object]"},{"key":"includeContextItems","value":"true"},{"key":"params","value":"source:mobile"},{"key":"inventoryChannelId","value":"string"},{"key":"crossWorkspaceMode","value":"true"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"clientUuid","description":"(Required) Information will be shown for the provided profile UUID."},{"disabled":false,"type":"any","value":"string","key":"aggregateUUID","description":"(Required) Information will be shown for the provided aggregate UUID."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"extras\": {\n    \"correlationId\": \"string\",\n    \"contextItems\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"campaignId\": \"string\"\n  },\n  \"data\": [\n    {\n      \"itemId\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"itemId\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7c1c5f49-7089-43db-87cd-6a34df370919","name":"No recommendations could be generated for the specified profile and filters","originalRequest":{"url":{"path":["recommendations","v2","recommend","items","users",":clientUuid","aggregates",":aggregateUUID"],"host":["{{baseUrl}}"],"query":[{"key":"campaignId","value":"defaultCampaign"},{"key":"campaignName","value":"string"},{"key":"minNumItems","value":"1"},{"key":"maxNumItems","value":"5"},{"key":"elastic","value":"<boolean>"},{"key":"filters","value":"[object Object]"},{"key":"includeContextItems","value":"true"},{"key":"params","value":"source:mobile"},{"key":"inventoryChannelId","value":"string"},{"key":"crossWorkspaceMode","value":"true"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"clientUuid","description":"(Required) Information will be shown for the provided profile UUID."},{"disabled":false,"type":"any","value":"string","key":"aggregateUUID","description":"(Required) Information will be shown for the provided aggregate UUID."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2009-11-22T10:19:01.316Z\",\n  \"status\": 2742,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"db3339b0-49ef-4589-9d39-7eb337b00dbe","name":"An error occurred","originalRequest":{"url":{"path":["recommendations","v2","recommend","items","users",":clientUuid","aggregates",":aggregateUUID"],"host":["{{baseUrl}}"],"query":[{"key":"campaignId","value":"defaultCampaign"},{"key":"campaignName","value":"string"},{"key":"minNumItems","value":"1"},{"key":"maxNumItems","value":"5"},{"key":"elastic","value":"<boolean>"},{"key":"filters","value":"[object Object]"},{"key":"includeContextItems","value":"true"},{"key":"params","value":"source:mobile"},{"key":"inventoryChannelId","value":"string"},{"key":"crossWorkspaceMode","value":"true"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"clientUuid","description":"(Required) Information will be shown for the provided profile UUID."},{"disabled":false,"type":"any","value":"string","key":"aggregateUUID","description":"(Required) Information will be shown for the provided aggregate UUID."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2009-11-22T10:19:01.316Z\",\n  \"status\": 2742,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"71a3f8a5-b37b-49cd-a7b6-2bd3d483c3af","name":"Recent interactions recommendations","request":{"name":"Recent interactions recommendations","description":{"content":"Retrieve recent interactions recommendations for a profile.\n\n**Note:** The definition of an *item* encompasses products, but also articles, images, videos, and any other entities in the item feed.","type":"text/plain"},"url":{"path":["recommendations","v2","recommend","items","users",":clientUuid","aggregates",":aggregateUUID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"clientUuid","description":"(Required) Information will be shown for the provided profile UUID."},{"disabled":false,"type":"any","value":"string","key":"aggregateUUID","description":"(Required) Information will be shown for the provided aggregate UUID."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"slots\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"campaignId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"campaignName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"catalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"contextItemIds\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"abTestContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"keepSlotsOrder\": true,\n  \"personalizeSlotsOrder\": false,\n  \"sortMetric\": \"string\",\n  \"boostingParameters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"boostingStrategies\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"crossWorkspaceMode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"49c9cacb-32a6-4622-b8a3-1d5577453edb","name":"Recent interactions recommendations","originalRequest":{"url":{"path":["recommendations","v2","recommend","items","users",":clientUuid","aggregates",":aggregateUUID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"clientUuid","description":"(Required) Information will be shown for the provided profile UUID."},{"disabled":false,"type":"any","value":"string","key":"aggregateUUID","description":"(Required) Information will be shown for the provided aggregate UUID."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"slots\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"campaignId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"campaignName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"catalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"contextItemIds\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"abTestContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"keepSlotsOrder\": true,\n  \"personalizeSlotsOrder\": false,\n  \"sortMetric\": \"string\",\n  \"boostingParameters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"boostingStrategies\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"crossWorkspaceMode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"extras\": {\n    \"slots\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"data\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4ea2765c-8198-4dcd-8e34-d3ef2590feff","name":"No recommendations could be generated for the specified profile and filters","originalRequest":{"url":{"path":["recommendations","v2","recommend","items","users",":clientUuid","aggregates",":aggregateUUID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"clientUuid","description":"(Required) Information will be shown for the provided profile UUID."},{"disabled":false,"type":"any","value":"string","key":"aggregateUUID","description":"(Required) Information will be shown for the provided aggregate UUID."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"slots\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"campaignId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"campaignName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"catalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"contextItemIds\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"abTestContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"keepSlotsOrder\": true,\n  \"personalizeSlotsOrder\": false,\n  \"sortMetric\": \"string\",\n  \"boostingParameters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"boostingStrategies\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"crossWorkspaceMode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2009-11-22T10:19:01.316Z\",\n  \"status\": 2742,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"73f8f16a-4d00-4d89-8603-8a1d33175c30","name":"An error occurred","originalRequest":{"url":{"path":["recommendations","v2","recommend","items","users",":clientUuid","aggregates",":aggregateUUID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"clientUuid","description":"(Required) Information will be shown for the provided profile UUID."},{"disabled":false,"type":"any","value":"string","key":"aggregateUUID","description":"(Required) Information will be shown for the provided aggregate UUID."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"slots\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"campaignId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"campaignName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"catalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"contextItemIds\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"abTestContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"keepSlotsOrder\": true,\n  \"personalizeSlotsOrder\": false,\n  \"sortMetric\": \"string\",\n  \"boostingParameters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"boostingStrategies\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"crossWorkspaceMode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2009-11-22T10:19:01.316Z\",\n  \"status\": 2742,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"7757a06b-b26a-455c-8851-bb6a4140cc0f","name":"Scoring by metric","request":{"name":"Scoring by metric","description":{"content":"Returns items with the highest score of a chosen metric. A list of available metrics can be checked by using [this endpoint](https://developers.synerise.com/AnalyticsSuite/AnalyticsSuite.html#operation/ApiGetAvailableMetricsV2).\n\n**Note:** The definition of an *item* encompasses products, but also articles, images, videos, and any other entities in the item feed.","type":"text/plain"},"url":{"path":["recommendations","v2","recommend","items","metric"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"sortMetric","value":"string","description":"ID of the metric to sort the results by. The list of available metrics can be checked by using [this endpoint](https://developers.synerise.com/AnalyticsSuite/AnalyticsSuite.html#operation/ApiGetAvailableMetricsV2)."},{"disabled":false,"key":"minNumItems","value":"1","description":"The minimal number of returned item recommendations. If the service is not able to return at least this many recommendations, it will return an error."},{"disabled":false,"key":"maxNumItems","value":"5","description":"The maximal number of returned item recommendations."},{"disabled":false,"key":"campaignId","value":"defaultCampaign","description":"The campaignId which will be passed as *utm_campaign* in a link to the recommended item."},{"disabled":false,"key":"campaignName","value":"string","description":"The campaign name which will be included in the recommendation.generated event."},{"disabled":false,"key":"clientUUID","value":"string","description":"Profile UUID. This parameter is required for these recommendation types:\n  - Personalized\n  - Last seen\n  - Recent interactions\n  - Section\n  - Attribute\n\nThis parameter can be passed in all recommendations. In recommendations which don't require the customer context, it can still be used to create filters.\n"},{"disabled":false,"key":"itemId","value":"string","description":"Item identifier, equal to `itemId` from the *item feed*. It can be used to define the item context of the query."},{"disabled":false,"key":"excludePurchasedItems","value":"false","description":"When true, the recommendation results will include only items that the profile hasn't purchased before.  \n**IMPORTANT**: Only the last 250 purchased items are taken into account. Items further back in the purchase history may be included in the recommendation.\n"},{"disabled":false,"key":"excludePurchasedItemsSinceDays","value":"<integer>","description":"Limits the application of the `excludePurchasedItems` filter to a specified number of days."},{"disabled":false,"key":"filters","value":"string","description":"This string defines the criteria that an item must meet in order to be considered for recommendation.  \nFor information on building filters, see [\"Items Query Language (IQL)\" in the Developer Guide](https://hub.synerise.com/developers/iql/).\n"},{"disabled":false,"key":"elastic:filters","value":"string","description":"This string defines the criteria that an item must meet in order to be considered for recommendation. The Elastic filter may be dropped if not enough products meet the required criteria.  \nFor information on building filters, see [\"Items Query Language (IQL)\" in the Developer Guide](https://hub.synerise.com/developers/iql/).\n"},{"disabled":false,"key":"itemCatalogId","value":"default","description":"ID (_not_ name) of the item feed to use in the request. The requested recommendation type (model) must be ready for this item feed."},{"disabled":false,"key":"elastic","value":"<boolean>"},{"disabled":false,"key":"filters","value":"[{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}]"},{"disabled":false,"key":"includeContextItems","value":"true","description":"The recommendation results will include context items from the request."},{"disabled":false,"key":"params","value":"source:mobile","description":"List of extra params that will be added to the `recommendation.generated` event. They must be in the `name:value` format. The total size must not exceed 500 bytes when written as a JSON object.\n"},{"disabled":false,"key":"inventoryChannelId","value":"string","description":"Inventory context identifier used to evaluate inventory-related filters and boosting strategies. If not provided, no inventory context will be applied.\n"},{"disabled":false,"key":"crossWorkspaceMode","value":"true","description":"Specifies if recommendation should use cross-workspace mode and personalize recommendations with events from other members of workspace group if they are available.\n"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]}},"response":[{"id":"40d43240-21a7-4883-8e78-42cf7a24ee62","name":"Items with the highest metric scores","originalRequest":{"url":{"path":["recommendations","v2","recommend","items","metric"],"host":["{{baseUrl}}"],"query":[{"key":"sortMetric","value":"string"},{"key":"minNumItems","value":"1"},{"key":"maxNumItems","value":"5"},{"key":"campaignId","value":"defaultCampaign"},{"key":"campaignName","value":"string"},{"key":"clientUUID","value":"string"},{"key":"itemId","value":"string"},{"key":"excludePurchasedItems","value":"false"},{"key":"excludePurchasedItemsSinceDays","value":"<integer>"},{"key":"filters","value":"string"},{"key":"elastic:filters","value":"string"},{"key":"itemCatalogId","value":"default"},{"key":"elastic","value":"<boolean>"},{"key":"filters","value":"[object Object]"},{"key":"includeContextItems","value":"true"},{"key":"params","value":"source:mobile"},{"key":"inventoryChannelId","value":"string"},{"key":"crossWorkspaceMode","value":"true"},{"key":"token","value":"<API Key>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"extras\": {\n    \"correlationId\": \"string\",\n    \"contextItems\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"campaignId\": \"string\"\n  },\n  \"data\": [\n    {\n      \"itemId\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"itemId\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8f24ae43-0965-4f4c-a04a-4e0f5b7e5cd5","name":"No recommendations could be generated for the specified profile and filters","originalRequest":{"url":{"path":["recommendations","v2","recommend","items","metric"],"host":["{{baseUrl}}"],"query":[{"key":"sortMetric","value":"string"},{"key":"minNumItems","value":"1"},{"key":"maxNumItems","value":"5"},{"key":"campaignId","value":"defaultCampaign"},{"key":"campaignName","value":"string"},{"key":"clientUUID","value":"string"},{"key":"itemId","value":"string"},{"key":"excludePurchasedItems","value":"false"},{"key":"excludePurchasedItemsSinceDays","value":"<integer>"},{"key":"filters","value":"string"},{"key":"elastic:filters","value":"string"},{"key":"itemCatalogId","value":"default"},{"key":"elastic","value":"<boolean>"},{"key":"filters","value":"[object Object]"},{"key":"includeContextItems","value":"true"},{"key":"params","value":"source:mobile"},{"key":"inventoryChannelId","value":"string"},{"key":"crossWorkspaceMode","value":"true"},{"key":"token","value":"<API Key>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2009-11-22T10:19:01.316Z\",\n  \"status\": 2742,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"79f6f40a-5ed0-4f0b-a82c-e41d2562b9ed","name":"An error occurred","originalRequest":{"url":{"path":["recommendations","v2","recommend","items","metric"],"host":["{{baseUrl}}"],"query":[{"key":"sortMetric","value":"string"},{"key":"minNumItems","value":"1"},{"key":"maxNumItems","value":"5"},{"key":"campaignId","value":"defaultCampaign"},{"key":"campaignName","value":"string"},{"key":"clientUUID","value":"string"},{"key":"itemId","value":"string"},{"key":"excludePurchasedItems","value":"false"},{"key":"excludePurchasedItemsSinceDays","value":"<integer>"},{"key":"filters","value":"string"},{"key":"elastic:filters","value":"string"},{"key":"itemCatalogId","value":"default"},{"key":"elastic","value":"<boolean>"},{"key":"filters","value":"[object Object]"},{"key":"includeContextItems","value":"true"},{"key":"params","value":"source:mobile"},{"key":"inventoryChannelId","value":"string"},{"key":"crossWorkspaceMode","value":"true"},{"key":"token","value":"<API Key>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2009-11-22T10:19:01.316Z\",\n  \"status\": 2742,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"8a77154d-c2ee-4007-8268-50196745a29f","name":"Scoring by metric","request":{"name":"Scoring by metric","description":{"content":"Returns items with the highest score of a chosen metric. A list of available metrics can be checked by using [this endpoint](https://developers.synerise.com/AnalyticsSuite/AnalyticsSuite.html#operation/ApiGetAvailableMetricsV2).\n\n**Note:** The definition of an *item* encompasses products, but also articles, images, videos, and any other entities in the item feed.","type":"text/plain"},"url":{"path":["recommendations","v2","recommend","items","metric"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]},"body":{"mode":"raw","raw":"{\n  \"sortMetric\": 2686.8119036834823,\n  \"clientUUID\": 7315\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"a6d4991b-d15e-4d48-9720-e0cf7e28d5f3","name":"Items with the highest metric scores","originalRequest":{"url":{"path":["recommendations","v2","recommend","items","metric"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"sortMetric\": 2686.8119036834823,\n  \"clientUUID\": 7315\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"extras\": {\n    \"slots\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"data\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b96452ec-10d3-400b-ae19-a36d3b3f596e","name":"No recommendations could be generated for the specified profile and filters","originalRequest":{"url":{"path":["recommendations","v2","recommend","items","metric"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"sortMetric\": 2686.8119036834823,\n  \"clientUUID\": 7315\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2009-11-22T10:19:01.316Z\",\n  \"status\": 2742,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d3a719de-eb98-44dc-b719-ef0e7654ae27","name":"An error occurred","originalRequest":{"url":{"path":["recommendations","v2","recommend","items","metric"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"sortMetric\": 2686.8119036834823,\n  \"clientUUID\": 7315\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2009-11-22T10:19:01.316Z\",\n  \"status\": 2742,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c362e8ba-5648-4b31-beb1-1fdb9cb54510","name":"Complementary items for a cart","request":{"name":"Complementary items for a cart","description":{"content":"Show recommendations based on the contents of a cart.\n\n**Note:** The definition of an *item* encompasses products, but also articles, images, videos, and any other entities in the item feed.","type":"text/plain"},"url":{"path":["recommendations","v2","recommend","items","complementary"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"clientUUID","value":"string","description":"Profile UUID. This parameter is required for these recommendation types:\n  - Personalized\n  - Last seen\n  - Recent interactions\n  - Section\n  - Attribute\n\nThis parameter can be passed in all recommendations. In recommendations which don't require the customer context, it can still be used to create filters.\n"},{"disabled":false,"key":"minNumItems","value":"1","description":"The minimal number of returned item recommendations. If the service is not able to return at least this many recommendations, it will return an error."},{"disabled":false,"key":"maxNumItems","value":"5","description":"The maximal number of returned item recommendations."},{"disabled":false,"key":"campaignId","value":"defaultCampaign","description":"The campaignId which will be passed as *utm_campaign* in a link to the recommended item."},{"disabled":false,"key":"campaignName","value":"string","description":"The campaign name which will be included in the recommendation.generated event."},{"disabled":false,"key":"excludePurchasedItems","value":"false","description":"When true, the recommendation results will include only items that the profile hasn't purchased before.  \n**IMPORTANT**: Only the last 250 purchased items are taken into account. Items further back in the purchase history may be included in the recommendation.\n"},{"disabled":false,"key":"excludePurchasedItemsSinceDays","value":"<integer>","description":"Limits the application of the `excludePurchasedItems` filter to a specified number of days."},{"disabled":false,"key":"filters","value":"string","description":"This string defines the criteria that an item must meet in order to be considered for recommendation.  \nFor information on building filters, see [\"Items Query Language (IQL)\" in the Developer Guide](https://hub.synerise.com/developers/iql/).\n"},{"disabled":false,"key":"elastic:filters","value":"string","description":"This string defines the criteria that an item must meet in order to be considered for recommendation. The Elastic filter may be dropped if not enough products meet the required criteria.  \nFor information on building filters, see [\"Items Query Language (IQL)\" in the Developer Guide](https://hub.synerise.com/developers/iql/).\n"},{"disabled":false,"key":"itemId","value":"string","description":"Item identifiers, equal to `itemId` from the *item feed*. They can be used to define the item context of the query."},{"disabled":false,"key":"itemId","value":"string","description":"Item identifiers, equal to `itemId` from the *item feed*. They can be used to define the item context of the query."},{"disabled":false,"key":"itemCatalogId","value":"default","description":"ID (_not_ name) of the item feed to use in the request. The requested recommendation type (model) must be ready for this item feed."},{"disabled":false,"key":"boostMetric","value":"string","description":"ID of the metric to boost the results by. Metric scores will be combined with recommendation scores, favoring the best-performing results. The list of available metrics can be checked by using [this endpoint](https://developers.synerise.com/AnalyticsSuite/AnalyticsSuite.html#operation/ApiGetAvailableMetricsV2)."},{"disabled":false,"key":"sortMetric","value":"string","description":"ID of the metric to sort the results by. The list of available metrics can be checked by using [this endpoint](https://developers.synerise.com/AnalyticsSuite/AnalyticsSuite.html#operation/ApiGetAvailableMetricsV2)."},{"disabled":false,"key":"elastic","value":"<boolean>"},{"disabled":false,"key":"filters","value":"[{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}]"},{"disabled":false,"key":"includeContextItems","value":"true","description":"The recommendation results will include context items from the request."},{"disabled":false,"key":"params","value":"source:mobile","description":"List of extra params that will be added to the `recommendation.generated` event. They must be in the `name:value` format. The total size must not exceed 500 bytes when written as a JSON object.\n"},{"disabled":false,"key":"inventoryChannelId","value":"string","description":"Inventory context identifier used to evaluate inventory-related filters and boosting strategies. If not provided, no inventory context will be applied.\n"},{"disabled":false,"key":"crossWorkspaceMode","value":"true","description":"Specifies if recommendation should use cross-workspace mode and personalize recommendations with events from other members of workspace group if they are available.\n"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]}},"response":[{"id":"8de72503-7779-45f0-b1ad-a69af7ef497c","name":"Cart complementary recommendations","originalRequest":{"url":{"path":["recommendations","v2","recommend","items","complementary"],"host":["{{baseUrl}}"],"query":[{"key":"clientUUID","value":"string"},{"key":"minNumItems","value":"1"},{"key":"maxNumItems","value":"5"},{"key":"campaignId","value":"defaultCampaign"},{"key":"campaignName","value":"string"},{"key":"excludePurchasedItems","value":"false"},{"key":"excludePurchasedItemsSinceDays","value":"<integer>"},{"key":"filters","value":"string"},{"key":"elastic:filters","value":"string"},{"key":"itemId","value":"string"},{"key":"itemId","value":"string"},{"key":"itemCatalogId","value":"default"},{"key":"boostMetric","value":"string"},{"key":"sortMetric","value":"string"},{"key":"elastic","value":"<boolean>"},{"key":"filters","value":"[object Object]"},{"key":"includeContextItems","value":"true"},{"key":"params","value":"source:mobile"},{"key":"inventoryChannelId","value":"string"},{"key":"crossWorkspaceMode","value":"true"},{"key":"token","value":"<API Key>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"extras\": {\n    \"correlationId\": \"string\",\n    \"contextItems\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"campaignId\": \"string\"\n  },\n  \"data\": [\n    {\n      \"itemId\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"itemId\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6b8d6af8-64a5-4b0d-9a54-4b13b41bf12b","name":"No recommendations could be generated for the specified profile and filters","originalRequest":{"url":{"path":["recommendations","v2","recommend","items","complementary"],"host":["{{baseUrl}}"],"query":[{"key":"clientUUID","value":"string"},{"key":"minNumItems","value":"1"},{"key":"maxNumItems","value":"5"},{"key":"campaignId","value":"defaultCampaign"},{"key":"campaignName","value":"string"},{"key":"excludePurchasedItems","value":"false"},{"key":"excludePurchasedItemsSinceDays","value":"<integer>"},{"key":"filters","value":"string"},{"key":"elastic:filters","value":"string"},{"key":"itemId","value":"string"},{"key":"itemId","value":"string"},{"key":"itemCatalogId","value":"default"},{"key":"boostMetric","value":"string"},{"key":"sortMetric","value":"string"},{"key":"elastic","value":"<boolean>"},{"key":"filters","value":"[object Object]"},{"key":"includeContextItems","value":"true"},{"key":"params","value":"source:mobile"},{"key":"inventoryChannelId","value":"string"},{"key":"crossWorkspaceMode","value":"true"},{"key":"token","value":"<API Key>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2009-11-22T10:19:01.316Z\",\n  \"status\": 2742,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6ed7e542-a2dd-492d-8fbd-d6ad58705c57","name":"An error occurred","originalRequest":{"url":{"path":["recommendations","v2","recommend","items","complementary"],"host":["{{baseUrl}}"],"query":[{"key":"clientUUID","value":"string"},{"key":"minNumItems","value":"1"},{"key":"maxNumItems","value":"5"},{"key":"campaignId","value":"defaultCampaign"},{"key":"campaignName","value":"string"},{"key":"excludePurchasedItems","value":"false"},{"key":"excludePurchasedItemsSinceDays","value":"<integer>"},{"key":"filters","value":"string"},{"key":"elastic:filters","value":"string"},{"key":"itemId","value":"string"},{"key":"itemId","value":"string"},{"key":"itemCatalogId","value":"default"},{"key":"boostMetric","value":"string"},{"key":"sortMetric","value":"string"},{"key":"elastic","value":"<boolean>"},{"key":"filters","value":"[object Object]"},{"key":"includeContextItems","value":"true"},{"key":"params","value":"source:mobile"},{"key":"inventoryChannelId","value":"string"},{"key":"crossWorkspaceMode","value":"true"},{"key":"token","value":"<API Key>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2009-11-22T10:19:01.316Z\",\n  \"status\": 2742,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"ca143d74-c11f-412a-b90c-2c44f1babd72","name":"Complementary items for a cart","request":{"name":"Complementary items for a cart","description":{"content":"Show recommendations based on the contents of a cart.\n\n**Note:** The definition of an *item* encompasses products, but also articles, images, videos, and any other entities in the item feed.","type":"text/plain"},"url":{"path":["recommendations","v2","recommend","items","complementary"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"slots\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"campaignId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"campaignName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"catalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"contextItemIds\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"abTestContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"keepSlotsOrder\": true,\n  \"personalizeSlotsOrder\": false,\n  \"sortMetric\": \"string\",\n  \"boostingParameters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"boostingStrategies\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"crossWorkspaceMode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"ae8bdf56-ff27-4f55-bec5-f6a1f8b6c853","name":"Cart complementary recommendations","originalRequest":{"url":{"path":["recommendations","v2","recommend","items","complementary"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"slots\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"campaignId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"campaignName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"catalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"contextItemIds\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"abTestContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"keepSlotsOrder\": true,\n  \"personalizeSlotsOrder\": false,\n  \"sortMetric\": \"string\",\n  \"boostingParameters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"boostingStrategies\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"crossWorkspaceMode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"extras\": {\n    \"slots\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"data\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1a525099-6773-4e2b-94b7-69c800c62f15","name":"No recommendations could be generated for the specified profile and filters","originalRequest":{"url":{"path":["recommendations","v2","recommend","items","complementary"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"slots\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"campaignId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"campaignName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"catalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"contextItemIds\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"abTestContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"keepSlotsOrder\": true,\n  \"personalizeSlotsOrder\": false,\n  \"sortMetric\": \"string\",\n  \"boostingParameters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"boostingStrategies\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"crossWorkspaceMode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2009-11-22T10:19:01.316Z\",\n  \"status\": 2742,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2c544641-7c0b-49b2-8a60-18ef13a0f2c6","name":"An error occurred","originalRequest":{"url":{"path":["recommendations","v2","recommend","items","complementary"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"slots\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"campaignId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"campaignName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"catalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"contextItemIds\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"abTestContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"keepSlotsOrder\": true,\n  \"personalizeSlotsOrder\": false,\n  \"sortMetric\": \"string\",\n  \"boostingParameters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"boostingStrategies\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"crossWorkspaceMode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2009-11-22T10:19:01.316Z\",\n  \"status\": 2742,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"d5bb5169-d28c-415e-b33c-e256abda7e24","name":"Complementary items","request":{"name":"Complementary items","description":{"content":"Returns items complementary to the given items.\n\n**Note:** The definition of an *item* encompasses products, but also articles, images, videos, and any other entities in the item feed.","type":"text/plain"},"url":{"path":["recommendations","v2","recommend","items",":itemId","complementary"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"minNumItems","value":"1","description":"The minimal number of returned item recommendations. If the service is not able to return at least this many recommendations, it will return an error."},{"disabled":false,"key":"maxNumItems","value":"5","description":"The maximal number of returned item recommendations."},{"disabled":false,"key":"campaignId","value":"defaultCampaign","description":"The campaignId which will be passed as *utm_campaign* in a link to the recommended item."},{"disabled":false,"key":"campaignName","value":"string","description":"The campaign name which will be included in the recommendation.generated event."},{"disabled":false,"key":"clientUUID","value":"string","description":"Profile UUID. This parameter is required for these recommendation types:\n  - Personalized\n  - Last seen\n  - Recent interactions\n  - Section\n  - Attribute\n\nThis parameter can be passed in all recommendations. In recommendations which don't require the customer context, it can still be used to create filters.\n"},{"disabled":false,"key":"excludePurchasedItems","value":"false","description":"When true, the recommendation results will include only items that the profile hasn't purchased before.  \n**IMPORTANT**: Only the last 250 purchased items are taken into account. Items further back in the purchase history may be included in the recommendation.\n"},{"disabled":false,"key":"excludePurchasedItemsSinceDays","value":"<integer>","description":"Limits the application of the `excludePurchasedItems` filter to a specified number of days."},{"disabled":false,"key":"filters","value":"string","description":"This string defines the criteria that an item must meet in order to be considered for recommendation.  \nFor information on building filters, see [\"Items Query Language (IQL)\" in the Developer Guide](https://hub.synerise.com/developers/iql/).\n"},{"disabled":false,"key":"elastic:filters","value":"string","description":"This string defines the criteria that an item must meet in order to be considered for recommendation. The Elastic filter may be dropped if not enough products meet the required criteria.  \nFor information on building filters, see [\"Items Query Language (IQL)\" in the Developer Guide](https://hub.synerise.com/developers/iql/).\n"},{"disabled":false,"key":"itemCatalogId","value":"default","description":"ID (_not_ name) of the item feed to use in the request. The requested recommendation type (model) must be ready for this item feed."},{"disabled":false,"key":"elastic","value":"<boolean>"},{"disabled":false,"key":"filters","value":"[{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}]"},{"disabled":false,"key":"includeContextItems","value":"true","description":"The recommendation results will include context items from the request."},{"disabled":false,"key":"params","value":"source:mobile","description":"List of extra params that will be added to the `recommendation.generated` event. They must be in the `name:value` format. The total size must not exceed 500 bytes when written as a JSON object.\n"},{"disabled":false,"key":"inventoryChannelId","value":"string","description":"Inventory context identifier used to evaluate inventory-related filters and boosting strategies. If not provided, no inventory context will be applied.\n"},{"disabled":false,"key":"crossWorkspaceMode","value":"true","description":"Specifies if recommendation should use cross-workspace mode and personalize recommendations with events from other members of workspace group if they are available.\n"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"itemId","description":"(Required) Item identifier, equal to `itemId` from the *item feed*."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]}},"response":[{"id":"9a386089-4853-4f43-a15e-38090985073e","name":"Items complementary to the given item","originalRequest":{"url":{"path":["recommendations","v2","recommend","items",":itemId","complementary"],"host":["{{baseUrl}}"],"query":[{"key":"minNumItems","value":"1"},{"key":"maxNumItems","value":"5"},{"key":"campaignId","value":"defaultCampaign"},{"key":"campaignName","value":"string"},{"key":"clientUUID","value":"string"},{"key":"excludePurchasedItems","value":"false"},{"key":"excludePurchasedItemsSinceDays","value":"<integer>"},{"key":"filters","value":"string"},{"key":"elastic:filters","value":"string"},{"key":"itemCatalogId","value":"default"},{"key":"elastic","value":"<boolean>"},{"key":"filters","value":"[object Object]"},{"key":"includeContextItems","value":"true"},{"key":"params","value":"source:mobile"},{"key":"inventoryChannelId","value":"string"},{"key":"crossWorkspaceMode","value":"true"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"itemId","description":"(Required) Item identifier, equal to `itemId` from the *item feed*."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"extras\": {\n    \"correlationId\": \"string\",\n    \"contextItems\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"campaignId\": \"string\"\n  },\n  \"data\": [\n    {\n      \"itemId\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"itemId\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"94704f4c-067c-42fa-beb2-f8dd6d08b078","name":"No recommendations could be generated for the specified profile and filters","originalRequest":{"url":{"path":["recommendations","v2","recommend","items",":itemId","complementary"],"host":["{{baseUrl}}"],"query":[{"key":"minNumItems","value":"1"},{"key":"maxNumItems","value":"5"},{"key":"campaignId","value":"defaultCampaign"},{"key":"campaignName","value":"string"},{"key":"clientUUID","value":"string"},{"key":"excludePurchasedItems","value":"false"},{"key":"excludePurchasedItemsSinceDays","value":"<integer>"},{"key":"filters","value":"string"},{"key":"elastic:filters","value":"string"},{"key":"itemCatalogId","value":"default"},{"key":"elastic","value":"<boolean>"},{"key":"filters","value":"[object Object]"},{"key":"includeContextItems","value":"true"},{"key":"params","value":"source:mobile"},{"key":"inventoryChannelId","value":"string"},{"key":"crossWorkspaceMode","value":"true"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"itemId","description":"(Required) Item identifier, equal to `itemId` from the *item feed*."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2009-11-22T10:19:01.316Z\",\n  \"status\": 2742,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1f08e0d5-324c-4e7e-aeb0-9072f4a5bca3","name":"An error occurred","originalRequest":{"url":{"path":["recommendations","v2","recommend","items",":itemId","complementary"],"host":["{{baseUrl}}"],"query":[{"key":"minNumItems","value":"1"},{"key":"maxNumItems","value":"5"},{"key":"campaignId","value":"defaultCampaign"},{"key":"campaignName","value":"string"},{"key":"clientUUID","value":"string"},{"key":"excludePurchasedItems","value":"false"},{"key":"excludePurchasedItemsSinceDays","value":"<integer>"},{"key":"filters","value":"string"},{"key":"elastic:filters","value":"string"},{"key":"itemCatalogId","value":"default"},{"key":"elastic","value":"<boolean>"},{"key":"filters","value":"[object Object]"},{"key":"includeContextItems","value":"true"},{"key":"params","value":"source:mobile"},{"key":"inventoryChannelId","value":"string"},{"key":"crossWorkspaceMode","value":"true"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"itemId","description":"(Required) Item identifier, equal to `itemId` from the *item feed*."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2009-11-22T10:19:01.316Z\",\n  \"status\": 2742,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c9fb6c74-5dd3-4996-aff8-97579e27762d","name":"Complementary items","request":{"name":"Complementary items","description":{"content":"Returns items complementary to the given items.\n\n**Note:** The definition of an *item* encompasses products, but also articles, images, videos, and any other entities in the item feed.","type":"text/plain"},"url":{"path":["recommendations","v2","recommend","items",":itemId","complementary"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"itemId","description":"(Required) Item identifier, equal to `itemId` from the *item feed*."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]},"body":{"mode":"raw","raw":"{\n  \"slots\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"campaignId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"campaignName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"catalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"contextItemIds\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"abTestContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"keepSlotsOrder\": true,\n  \"personalizeSlotsOrder\": false,\n  \"sortMetric\": \"string\",\n  \"boostingParameters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"boostingStrategies\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"crossWorkspaceMode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"32bd431e-589a-4996-be9a-456972c5dd67","name":"Items complementary to the given item","originalRequest":{"url":{"path":["recommendations","v2","recommend","items",":itemId","complementary"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"itemId","description":"(Required) Item identifier, equal to `itemId` from the *item feed*."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"slots\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"campaignId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"campaignName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"catalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"contextItemIds\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"abTestContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"keepSlotsOrder\": true,\n  \"personalizeSlotsOrder\": false,\n  \"sortMetric\": \"string\",\n  \"boostingParameters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"boostingStrategies\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"crossWorkspaceMode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"extras\": {\n    \"slots\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"data\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cb7e832f-6c85-400e-9fdb-77467e34e186","name":"No recommendations could be generated for the specified profile and filters","originalRequest":{"url":{"path":["recommendations","v2","recommend","items",":itemId","complementary"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"itemId","description":"(Required) Item identifier, equal to `itemId` from the *item feed*."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"slots\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"campaignId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"campaignName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"catalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"contextItemIds\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"abTestContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"keepSlotsOrder\": true,\n  \"personalizeSlotsOrder\": false,\n  \"sortMetric\": \"string\",\n  \"boostingParameters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"boostingStrategies\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"crossWorkspaceMode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2009-11-22T10:19:01.316Z\",\n  \"status\": 2742,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bffabdf4-f71f-4704-ac7b-39745b1e877c","name":"An error occurred","originalRequest":{"url":{"path":["recommendations","v2","recommend","items",":itemId","complementary"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"itemId","description":"(Required) Item identifier, equal to `itemId` from the *item feed*."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"slots\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"campaignId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"campaignName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"catalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"contextItemIds\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"abTestContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"keepSlotsOrder\": true,\n  \"personalizeSlotsOrder\": false,\n  \"sortMetric\": \"string\",\n  \"boostingParameters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"boostingStrategies\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"crossWorkspaceMode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2009-11-22T10:19:01.316Z\",\n  \"status\": 2742,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"6fb37fc4-83b4-4af5-a44d-2a852e6eb18a","name":"Similar items","request":{"name":"Similar items","description":{"content":"Returns items similar to a given item.\n\n**Note:** The definition of an *item* encompasses products, but also articles, images, videos, and any other entities in the item feed.","type":"text/plain"},"url":{"path":["recommendations","v2","recommend","items",":itemId","similar"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"minNumItems","value":"1","description":"The minimal number of returned item recommendations. If the service is not able to return at least this many recommendations, it will return an error."},{"disabled":false,"key":"maxNumItems","value":"5","description":"The maximal number of returned item recommendations."},{"disabled":false,"key":"campaignId","value":"defaultCampaign","description":"The campaignId which will be passed as *utm_campaign* in a link to the recommended item."},{"disabled":false,"key":"campaignName","value":"string","description":"The campaign name which will be included in the recommendation.generated event."},{"disabled":false,"key":"clientUUID","value":"string","description":"Profile UUID. This parameter is required for these recommendation types:\n  - Personalized\n  - Last seen\n  - Recent interactions\n  - Section\n  - Attribute\n\nThis parameter can be passed in all recommendations. In recommendations which don't require the customer context, it can still be used to create filters.\n"},{"disabled":false,"key":"excludePurchasedItems","value":"false","description":"When true, the recommendation results will include only items that the profile hasn't purchased before.  \n**IMPORTANT**: Only the last 250 purchased items are taken into account. Items further back in the purchase history may be included in the recommendation.\n"},{"disabled":false,"key":"excludePurchasedItemsSinceDays","value":"<integer>","description":"Limits the application of the `excludePurchasedItems` filter to a specified number of days."},{"disabled":false,"key":"filters","value":"string","description":"This string defines the criteria that an item must meet in order to be considered for recommendation.  \nFor information on building filters, see [\"Items Query Language (IQL)\" in the Developer Guide](https://hub.synerise.com/developers/iql/).\n"},{"disabled":false,"key":"elastic:filters","value":"string","description":"This string defines the criteria that an item must meet in order to be considered for recommendation. The Elastic filter may be dropped if not enough products meet the required criteria.  \nFor information on building filters, see [\"Items Query Language (IQL)\" in the Developer Guide](https://hub.synerise.com/developers/iql/).\n"},{"disabled":false,"key":"itemCatalogId","value":"default","description":"ID (_not_ name) of the item feed to use in the request. The requested recommendation type (model) must be ready for this item feed."},{"disabled":false,"key":"elastic","value":"<boolean>"},{"disabled":false,"key":"filters","value":"[{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}]"},{"disabled":false,"key":"includeContextItems","value":"true","description":"The recommendation results will include context items from the request."},{"disabled":false,"key":"params","value":"source:mobile","description":"List of extra params that will be added to the `recommendation.generated` event. They must be in the `name:value` format. The total size must not exceed 500 bytes when written as a JSON object.\n"},{"disabled":false,"key":"inventoryChannelId","value":"string","description":"Inventory context identifier used to evaluate inventory-related filters and boosting strategies. If not provided, no inventory context will be applied.\n"},{"disabled":false,"key":"crossWorkspaceMode","value":"true","description":"Specifies if recommendation should use cross-workspace mode and personalize recommendations with events from other members of workspace group if they are available.\n"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"itemId","description":"(Required) Item identifier, equal to `itemId` from the *item feed*."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]}},"response":[{"id":"9ba9ea4d-4404-4b85-8904-7a2f4bfbd57a","name":"Items similar to the given item","originalRequest":{"url":{"path":["recommendations","v2","recommend","items",":itemId","similar"],"host":["{{baseUrl}}"],"query":[{"key":"minNumItems","value":"1"},{"key":"maxNumItems","value":"5"},{"key":"campaignId","value":"defaultCampaign"},{"key":"campaignName","value":"string"},{"key":"clientUUID","value":"string"},{"key":"excludePurchasedItems","value":"false"},{"key":"excludePurchasedItemsSinceDays","value":"<integer>"},{"key":"filters","value":"string"},{"key":"elastic:filters","value":"string"},{"key":"itemCatalogId","value":"default"},{"key":"elastic","value":"<boolean>"},{"key":"filters","value":"[object Object]"},{"key":"includeContextItems","value":"true"},{"key":"params","value":"source:mobile"},{"key":"inventoryChannelId","value":"string"},{"key":"crossWorkspaceMode","value":"true"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"itemId","description":"(Required) Item identifier, equal to `itemId` from the *item feed*."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"extras\": {\n    \"correlationId\": \"string\",\n    \"contextItems\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"campaignId\": \"string\"\n  },\n  \"data\": [\n    {\n      \"itemId\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"itemId\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"138c4edb-f8b7-4acc-bb4e-aab9d3902465","name":"No recommendations could be generated for the specified profile and filters","originalRequest":{"url":{"path":["recommendations","v2","recommend","items",":itemId","similar"],"host":["{{baseUrl}}"],"query":[{"key":"minNumItems","value":"1"},{"key":"maxNumItems","value":"5"},{"key":"campaignId","value":"defaultCampaign"},{"key":"campaignName","value":"string"},{"key":"clientUUID","value":"string"},{"key":"excludePurchasedItems","value":"false"},{"key":"excludePurchasedItemsSinceDays","value":"<integer>"},{"key":"filters","value":"string"},{"key":"elastic:filters","value":"string"},{"key":"itemCatalogId","value":"default"},{"key":"elastic","value":"<boolean>"},{"key":"filters","value":"[object Object]"},{"key":"includeContextItems","value":"true"},{"key":"params","value":"source:mobile"},{"key":"inventoryChannelId","value":"string"},{"key":"crossWorkspaceMode","value":"true"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"itemId","description":"(Required) Item identifier, equal to `itemId` from the *item feed*."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2009-11-22T10:19:01.316Z\",\n  \"status\": 2742,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7ecbfaf9-c997-4498-9a3f-1ca2c667cf96","name":"An error occurred","originalRequest":{"url":{"path":["recommendations","v2","recommend","items",":itemId","similar"],"host":["{{baseUrl}}"],"query":[{"key":"minNumItems","value":"1"},{"key":"maxNumItems","value":"5"},{"key":"campaignId","value":"defaultCampaign"},{"key":"campaignName","value":"string"},{"key":"clientUUID","value":"string"},{"key":"excludePurchasedItems","value":"false"},{"key":"excludePurchasedItemsSinceDays","value":"<integer>"},{"key":"filters","value":"string"},{"key":"elastic:filters","value":"string"},{"key":"itemCatalogId","value":"default"},{"key":"elastic","value":"<boolean>"},{"key":"filters","value":"[object Object]"},{"key":"includeContextItems","value":"true"},{"key":"params","value":"source:mobile"},{"key":"inventoryChannelId","value":"string"},{"key":"crossWorkspaceMode","value":"true"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"itemId","description":"(Required) Item identifier, equal to `itemId` from the *item feed*."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2009-11-22T10:19:01.316Z\",\n  \"status\": 2742,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e3cd5d25-4ea0-4bd4-9313-a26a0b16e95b","name":"Similar items","request":{"name":"Similar items","description":{"content":"Returns items similar to a given item.\n\n**Note:** The definition of an *item* encompasses products, but also articles, images, videos, and any other entities in the item feed.","type":"text/plain"},"url":{"path":["recommendations","v2","recommend","items",":itemId","similar"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"itemId","description":"(Required) Item identifier, equal to `itemId` from the *item feed*."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"slots\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"campaignId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"campaignName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"catalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"contextItemIds\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"abTestContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"keepSlotsOrder\": true,\n  \"personalizeSlotsOrder\": false,\n  \"sortMetric\": \"string\",\n  \"boostingParameters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"boostingStrategies\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"crossWorkspaceMode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"84f2315f-07e2-487f-8abe-139167e3fee9","name":"Items similar to the given item","originalRequest":{"url":{"path":["recommendations","v2","recommend","items",":itemId","similar"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"itemId","description":"(Required) Item identifier, equal to `itemId` from the *item feed*."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"slots\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"campaignId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"campaignName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"catalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"contextItemIds\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"abTestContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"keepSlotsOrder\": true,\n  \"personalizeSlotsOrder\": false,\n  \"sortMetric\": \"string\",\n  \"boostingParameters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"boostingStrategies\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"crossWorkspaceMode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"extras\": {\n    \"slots\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"data\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"11f5e042-2dca-411f-a0ab-8f4378ff3224","name":"No recommendations could be generated for the specified profile and filters","originalRequest":{"url":{"path":["recommendations","v2","recommend","items",":itemId","similar"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"itemId","description":"(Required) Item identifier, equal to `itemId` from the *item feed*."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"slots\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"campaignId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"campaignName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"catalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"contextItemIds\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"abTestContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"keepSlotsOrder\": true,\n  \"personalizeSlotsOrder\": false,\n  \"sortMetric\": \"string\",\n  \"boostingParameters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"boostingStrategies\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"crossWorkspaceMode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2009-11-22T10:19:01.316Z\",\n  \"status\": 2742,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c632a395-03a9-4537-a3c5-b2ef38ab1761","name":"An error occurred","originalRequest":{"url":{"path":["recommendations","v2","recommend","items",":itemId","similar"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"itemId","description":"(Required) Item identifier, equal to `itemId` from the *item feed*."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"slots\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"campaignId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"campaignName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"catalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"contextItemIds\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"abTestContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"keepSlotsOrder\": true,\n  \"personalizeSlotsOrder\": false,\n  \"sortMetric\": \"string\",\n  \"boostingParameters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"boostingStrategies\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"crossWorkspaceMode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2009-11-22T10:19:01.316Z\",\n  \"status\": 2742,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"ae6865ff-0a05-4d55-ad20-f8161e521571","name":"Visually similar","request":{"name":"Visually similar","description":{"content":"Returns items visually similar to the given items.\n\n**Note:** The definition of an *item* encompasses products, but also articles, images, videos, and any other entities in the item feed.","type":"text/plain"},"url":{"path":["recommendations","v2","recommend","items",":itemId","similar","visual"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"minNumItems","value":"1","description":"The minimal number of returned item recommendations. If the service is not able to return at least this many recommendations, it will return an error."},{"disabled":false,"key":"maxNumItems","value":"5","description":"The maximal number of returned item recommendations."},{"disabled":false,"key":"clientUUID","value":"string","description":"Profile UUID. This parameter is required for these recommendation types:\n  - Personalized\n  - Last seen\n  - Recent interactions\n  - Section\n  - Attribute\n\nThis parameter can be passed in all recommendations. In recommendations which don't require the customer context, it can still be used to create filters.\n"},{"disabled":false,"key":"excludePurchasedItems","value":"false","description":"When true, the recommendation results will include only items that the profile hasn't purchased before.  \n**IMPORTANT**: Only the last 250 purchased items are taken into account. Items further back in the purchase history may be included in the recommendation.\n"},{"disabled":false,"key":"excludePurchasedItemsSinceDays","value":"<integer>","description":"Limits the application of the `excludePurchasedItems` filter to a specified number of days."},{"disabled":false,"key":"filters","value":"string","description":"This string defines the criteria that an item must meet in order to be considered for recommendation.  \nFor information on building filters, see [\"Items Query Language (IQL)\" in the Developer Guide](https://hub.synerise.com/developers/iql/).\n"},{"disabled":false,"key":"elastic:filters","value":"string","description":"This string defines the criteria that an item must meet in order to be considered for recommendation. The Elastic filter may be dropped if not enough products meet the required criteria.  \nFor information on building filters, see [\"Items Query Language (IQL)\" in the Developer Guide](https://hub.synerise.com/developers/iql/).\n"},{"disabled":false,"key":"itemCatalogId","value":"default","description":"ID (_not_ name) of the item feed to use in the request. The requested recommendation type (model) must be ready for this item feed."},{"disabled":false,"key":"campaignId","value":"defaultCampaign","description":"The campaignId which will be passed as *utm_campaign* in a link to the recommended item."},{"disabled":false,"key":"campaignName","value":"string","description":"The campaign name which will be included in the recommendation.generated event."},{"disabled":false,"key":"elastic","value":"<boolean>"},{"disabled":false,"key":"filters","value":"[{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}]"},{"disabled":false,"key":"includeContextItems","value":"true","description":"The recommendation results will include context items from the request."},{"disabled":false,"key":"params","value":"source:mobile","description":"List of extra params that will be added to the `recommendation.generated` event. They must be in the `name:value` format. The total size must not exceed 500 bytes when written as a JSON object.\n"},{"disabled":false,"key":"inventoryChannelId","value":"string","description":"Inventory context identifier used to evaluate inventory-related filters and boosting strategies. If not provided, no inventory context will be applied.\n"},{"disabled":false,"key":"crossWorkspaceMode","value":"true","description":"Specifies if recommendation should use cross-workspace mode and personalize recommendations with events from other members of workspace group if they are available.\n"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"itemId","description":"(Required) Item identifier, equal to `itemId` from the *item feed*."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]}},"response":[{"id":"b54be780-4c48-430e-8a2d-43bc2de8956a","name":"Items visually similar to the given item","originalRequest":{"url":{"path":["recommendations","v2","recommend","items",":itemId","similar","visual"],"host":["{{baseUrl}}"],"query":[{"key":"minNumItems","value":"1"},{"key":"maxNumItems","value":"5"},{"key":"clientUUID","value":"string"},{"key":"excludePurchasedItems","value":"false"},{"key":"excludePurchasedItemsSinceDays","value":"<integer>"},{"key":"filters","value":"string"},{"key":"elastic:filters","value":"string"},{"key":"itemCatalogId","value":"default"},{"key":"campaignId","value":"defaultCampaign"},{"key":"campaignName","value":"string"},{"key":"elastic","value":"<boolean>"},{"key":"filters","value":"[object Object]"},{"key":"includeContextItems","value":"true"},{"key":"params","value":"source:mobile"},{"key":"inventoryChannelId","value":"string"},{"key":"crossWorkspaceMode","value":"true"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"itemId","description":"(Required) Item identifier, equal to `itemId` from the *item feed*."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"extras\": {\n    \"correlationId\": \"string\",\n    \"contextItems\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"campaignId\": \"string\"\n  },\n  \"data\": [\n    {\n      \"itemId\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"itemId\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"29e4f6df-48ca-4571-892c-f22f6842d903","name":"No recommendations could be generated for the specified profile and filters","originalRequest":{"url":{"path":["recommendations","v2","recommend","items",":itemId","similar","visual"],"host":["{{baseUrl}}"],"query":[{"key":"minNumItems","value":"1"},{"key":"maxNumItems","value":"5"},{"key":"clientUUID","value":"string"},{"key":"excludePurchasedItems","value":"false"},{"key":"excludePurchasedItemsSinceDays","value":"<integer>"},{"key":"filters","value":"string"},{"key":"elastic:filters","value":"string"},{"key":"itemCatalogId","value":"default"},{"key":"campaignId","value":"defaultCampaign"},{"key":"campaignName","value":"string"},{"key":"elastic","value":"<boolean>"},{"key":"filters","value":"[object Object]"},{"key":"includeContextItems","value":"true"},{"key":"params","value":"source:mobile"},{"key":"inventoryChannelId","value":"string"},{"key":"crossWorkspaceMode","value":"true"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"itemId","description":"(Required) Item identifier, equal to `itemId` from the *item feed*."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2009-11-22T10:19:01.316Z\",\n  \"status\": 2742,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ef1681d2-34f3-42fd-9d4c-eb5722491c28","name":"An error occurred","originalRequest":{"url":{"path":["recommendations","v2","recommend","items",":itemId","similar","visual"],"host":["{{baseUrl}}"],"query":[{"key":"minNumItems","value":"1"},{"key":"maxNumItems","value":"5"},{"key":"clientUUID","value":"string"},{"key":"excludePurchasedItems","value":"false"},{"key":"excludePurchasedItemsSinceDays","value":"<integer>"},{"key":"filters","value":"string"},{"key":"elastic:filters","value":"string"},{"key":"itemCatalogId","value":"default"},{"key":"campaignId","value":"defaultCampaign"},{"key":"campaignName","value":"string"},{"key":"elastic","value":"<boolean>"},{"key":"filters","value":"[object Object]"},{"key":"includeContextItems","value":"true"},{"key":"params","value":"source:mobile"},{"key":"inventoryChannelId","value":"string"},{"key":"crossWorkspaceMode","value":"true"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"itemId","description":"(Required) Item identifier, equal to `itemId` from the *item feed*."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2009-11-22T10:19:01.316Z\",\n  \"status\": 2742,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e709c5ad-6ec6-4ccb-936c-69c158fba64e","name":"Visually similar","request":{"name":"Visually similar","description":{"content":"Returns items visually similar to the given items.\n\n**Note:** The definition of an *item* encompasses products, but also articles, images, videos, and any other entities in the item feed.","type":"text/plain"},"url":{"path":["recommendations","v2","recommend","items",":itemId","similar","visual"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"itemId","description":"(Required) Item identifier, equal to `itemId` from the *item feed*."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]},"body":{"mode":"raw","raw":"{\n  \"slots\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"campaignId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"campaignName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"catalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"contextItemIds\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"abTestContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"keepSlotsOrder\": true,\n  \"personalizeSlotsOrder\": false,\n  \"sortMetric\": \"string\",\n  \"boostingParameters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"boostingStrategies\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"crossWorkspaceMode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"270cd2d4-1bf1-4bec-af98-05668d8beb9f","name":"Items visually similar to the given item","originalRequest":{"url":{"path":["recommendations","v2","recommend","items",":itemId","similar","visual"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"itemId","description":"(Required) Item identifier, equal to `itemId` from the *item feed*."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"slots\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"campaignId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"campaignName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"catalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"contextItemIds\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"abTestContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"keepSlotsOrder\": true,\n  \"personalizeSlotsOrder\": false,\n  \"sortMetric\": \"string\",\n  \"boostingParameters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"boostingStrategies\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"crossWorkspaceMode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"extras\": {\n    \"slots\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"data\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"27dee224-3f17-4adf-9cb1-a60c8e28121f","name":"No recommendations could be generated for the specified profile and filters","originalRequest":{"url":{"path":["recommendations","v2","recommend","items",":itemId","similar","visual"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"itemId","description":"(Required) Item identifier, equal to `itemId` from the *item feed*."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"slots\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"campaignId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"campaignName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"catalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"contextItemIds\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"abTestContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"keepSlotsOrder\": true,\n  \"personalizeSlotsOrder\": false,\n  \"sortMetric\": \"string\",\n  \"boostingParameters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"boostingStrategies\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"crossWorkspaceMode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2009-11-22T10:19:01.316Z\",\n  \"status\": 2742,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8bc09ee0-b061-44e8-8d5e-e300d8983e26","name":"An error occurred","originalRequest":{"url":{"path":["recommendations","v2","recommend","items",":itemId","similar","visual"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"itemId","description":"(Required) Item identifier, equal to `itemId` from the *item feed*."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"slots\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"campaignId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"campaignName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"catalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"contextItemIds\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"abTestContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"keepSlotsOrder\": true,\n  \"personalizeSlotsOrder\": false,\n  \"sortMetric\": \"string\",\n  \"boostingParameters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"boostingStrategies\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"crossWorkspaceMode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2009-11-22T10:19:01.316Z\",\n  \"status\": 2742,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"41a1fa26-8397-4000-bebc-6823fe336e74","name":"Next interaction","request":{"name":"Next interaction","description":{"content":"The \"next interaction\" model recommends items that are most likely to produce a `page.visit` or `product.buy` event.\n\n**Note:** The definition of an *item* encompasses products, but also articles, images, videos, and any other entities in the item feed.\n","type":"text/plain"},"url":{"path":["recommendations","v2","recommend","items","next-interaction"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"clientUUID","value":"string","description":"Profile UUID. This parameter is required for these recommendation types:\n  - Personalized\n  - Last seen\n  - Recent interactions\n  - Section\n  - Attribute\n\nThis parameter can be passed in all recommendations. In recommendations which don't require the customer context, it can still be used to create filters.\n"},{"disabled":false,"key":"minNumItems","value":"1","description":"The minimal number of returned item recommendations. If the service is not able to return at least this many recommendations, it will return an error."},{"disabled":false,"key":"maxNumItems","value":"5","description":"The maximal number of returned item recommendations."},{"disabled":false,"key":"campaignId","value":"defaultCampaign","description":"The campaignId which will be passed as *utm_campaign* in a link to the recommended item."},{"disabled":false,"key":"campaignName","value":"string","description":"The campaign name which will be included in the recommendation.generated event."},{"disabled":false,"key":"excludePurchasedItems","value":"false","description":"When true, the recommendation results will include only items that the profile hasn't purchased before.  \n**IMPORTANT**: Only the last 250 purchased items are taken into account. Items further back in the purchase history may be included in the recommendation.\n"},{"disabled":false,"key":"excludePurchasedItemsSinceDays","value":"<integer>","description":"Limits the application of the `excludePurchasedItems` filter to a specified number of days."},{"disabled":false,"key":"filters","value":"string","description":"This string defines the criteria that an item must meet in order to be considered for recommendation.  \nFor information on building filters, see [\"Items Query Language (IQL)\" in the Developer Guide](https://hub.synerise.com/developers/iql/).\n"},{"disabled":false,"key":"elastic:filters","value":"string","description":"This string defines the criteria that an item must meet in order to be considered for recommendation. The Elastic filter may be dropped if not enough products meet the required criteria.  \nFor information on building filters, see [\"Items Query Language (IQL)\" in the Developer Guide](https://hub.synerise.com/developers/iql/).\n"},{"disabled":false,"key":"itemId","value":"string","description":"Item identifiers, equal to `itemId` from the *item feed*. They can be used to define the item context of the query."},{"disabled":false,"key":"itemId","value":"string","description":"Item identifiers, equal to `itemId` from the *item feed*. They can be used to define the item context of the query."},{"disabled":false,"key":"itemCatalogId","value":"default","description":"ID (_not_ name) of the item feed to use in the request. The requested recommendation type (model) must be ready for this item feed."},{"disabled":false,"key":"boostMetric","value":"string","description":"ID of the metric to boost the results by. Metric scores will be combined with recommendation scores, favoring the best-performing results. The list of available metrics can be checked by using [this endpoint](https://developers.synerise.com/AnalyticsSuite/AnalyticsSuite.html#operation/ApiGetAvailableMetricsV2)."},{"disabled":false,"key":"sortMetric","value":"string","description":"ID of the metric to sort the results by. The list of available metrics can be checked by using [this endpoint](https://developers.synerise.com/AnalyticsSuite/AnalyticsSuite.html#operation/ApiGetAvailableMetricsV2)."},{"disabled":false,"key":"elastic","value":"<boolean>"},{"disabled":false,"key":"filters","value":"[{\"value\":\"<Error: Too many levels of nesting to fake this schema>\"}]"},{"disabled":false,"key":"includeContextItems","value":"true","description":"The recommendation results will include context items from the request."},{"disabled":false,"key":"params","value":"source:mobile","description":"List of extra params that will be added to the `recommendation.generated` event. They must be in the `name:value` format. The total size must not exceed 500 bytes when written as a JSON object.\n"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]}},"response":[{"id":"20fa6a64-03fa-4604-a156-fef48cf30045","name":"Next interaction recommendation","originalRequest":{"url":{"path":["recommendations","v2","recommend","items","next-interaction"],"host":["{{baseUrl}}"],"query":[{"key":"clientUUID","value":"string"},{"key":"minNumItems","value":"1"},{"key":"maxNumItems","value":"5"},{"key":"campaignId","value":"defaultCampaign"},{"key":"campaignName","value":"string"},{"key":"excludePurchasedItems","value":"false"},{"key":"excludePurchasedItemsSinceDays","value":"<integer>"},{"key":"filters","value":"string"},{"key":"elastic:filters","value":"string"},{"key":"itemId","value":"string"},{"key":"itemId","value":"string"},{"key":"itemCatalogId","value":"default"},{"key":"boostMetric","value":"string"},{"key":"sortMetric","value":"string"},{"key":"elastic","value":"<boolean>"},{"key":"filters","value":"[object Object]"},{"key":"includeContextItems","value":"true"},{"key":"params","value":"source:mobile"},{"key":"token","value":"<API Key>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"extras\": {\n    \"correlationId\": \"string\",\n    \"contextItems\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"campaignId\": \"string\"\n  },\n  \"data\": [\n    {\n      \"itemId\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"itemId\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"995353a0-6420-4571-a1d3-3d45cb0004b8","name":"No recommendations could be generated for the specified profile and filters","originalRequest":{"url":{"path":["recommendations","v2","recommend","items","next-interaction"],"host":["{{baseUrl}}"],"query":[{"key":"clientUUID","value":"string"},{"key":"minNumItems","value":"1"},{"key":"maxNumItems","value":"5"},{"key":"campaignId","value":"defaultCampaign"},{"key":"campaignName","value":"string"},{"key":"excludePurchasedItems","value":"false"},{"key":"excludePurchasedItemsSinceDays","value":"<integer>"},{"key":"filters","value":"string"},{"key":"elastic:filters","value":"string"},{"key":"itemId","value":"string"},{"key":"itemId","value":"string"},{"key":"itemCatalogId","value":"default"},{"key":"boostMetric","value":"string"},{"key":"sortMetric","value":"string"},{"key":"elastic","value":"<boolean>"},{"key":"filters","value":"[object Object]"},{"key":"includeContextItems","value":"true"},{"key":"params","value":"source:mobile"},{"key":"token","value":"<API Key>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2009-11-22T10:19:01.316Z\",\n  \"status\": 2742,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d22fe324-7693-4396-baec-396a06fb61ec","name":"An error occurred","originalRequest":{"url":{"path":["recommendations","v2","recommend","items","next-interaction"],"host":["{{baseUrl}}"],"query":[{"key":"clientUUID","value":"string"},{"key":"minNumItems","value":"1"},{"key":"maxNumItems","value":"5"},{"key":"campaignId","value":"defaultCampaign"},{"key":"campaignName","value":"string"},{"key":"excludePurchasedItems","value":"false"},{"key":"excludePurchasedItemsSinceDays","value":"<integer>"},{"key":"filters","value":"string"},{"key":"elastic:filters","value":"string"},{"key":"itemId","value":"string"},{"key":"itemId","value":"string"},{"key":"itemCatalogId","value":"default"},{"key":"boostMetric","value":"string"},{"key":"sortMetric","value":"string"},{"key":"elastic","value":"<boolean>"},{"key":"filters","value":"[object Object]"},{"key":"includeContextItems","value":"true"},{"key":"params","value":"source:mobile"},{"key":"token","value":"<API Key>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2009-11-22T10:19:01.316Z\",\n  \"status\": 2742,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"da32989d-0bd7-4811-9d4d-fd22c30d54ad","name":"Next interaction","request":{"name":"Next interaction","description":{"content":"The \"next interaction\" model recommends items that are most likely to produce a `page.visit` or `product.buy` event.\n\n**Note:** The definition of an *item* encompasses products, but also articles, images, videos, and any other entities in the item feed.\n","type":"text/plain"},"url":{"path":["recommendations","v2","recommend","items","next-interaction"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"slots\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"campaignId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"campaignName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"catalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"contextItemIds\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"abTestContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"keepSlotsOrder\": true,\n  \"personalizeSlotsOrder\": false,\n  \"sortMetric\": \"string\",\n  \"boostingParameters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"boostingStrategies\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"crossWorkspaceMode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"728280d4-bf84-430f-811a-63fe3ed18479","name":"Next interaction recommendations","originalRequest":{"url":{"path":["recommendations","v2","recommend","items","next-interaction"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"slots\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"campaignId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"campaignName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"catalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"contextItemIds\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"abTestContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"keepSlotsOrder\": true,\n  \"personalizeSlotsOrder\": false,\n  \"sortMetric\": \"string\",\n  \"boostingParameters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"boostingStrategies\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"crossWorkspaceMode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"extras\": {\n    \"slots\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"data\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5e331e1c-63fe-493d-8fe7-4fdd5a90c522","name":"No recommendations could be generated for the specified profile and filters","originalRequest":{"url":{"path":["recommendations","v2","recommend","items","next-interaction"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"slots\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"campaignId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"campaignName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"catalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"contextItemIds\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"abTestContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"keepSlotsOrder\": true,\n  \"personalizeSlotsOrder\": false,\n  \"sortMetric\": \"string\",\n  \"boostingParameters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"boostingStrategies\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"crossWorkspaceMode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2009-11-22T10:19:01.316Z\",\n  \"status\": 2742,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"742f1a30-8387-4732-a27d-144fda743dad","name":"An error occurred","originalRequest":{"url":{"path":["recommendations","v2","recommend","items","next-interaction"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"slots\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"campaignId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"campaignName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"catalogId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"clientUUID\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"contextItemIds\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"includeContextItems\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"filterRules\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"displayAttributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"abTestContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"inventoryContext\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"keepSlotsOrder\": true,\n  \"personalizeSlotsOrder\": false,\n  \"sortMetric\": \"string\",\n  \"boostingParameters\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"boostingStrategies\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"crossWorkspaceMode\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2009-11-22T10:19:01.316Z\",\n  \"status\": 2742,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"c223780f-0c91-45a6-9a47-3fb74b8a9e4a","name":"Recommendations Configuration","description":{"content":"","type":"text/plain"},"item":[{"id":"3d0453ce-5ef6-4fce-97fa-0a8cc4d38865","name":"Get configuration and model states for a feed","request":{"name":"Get configuration and model states for a feed","description":{"content":"Retrieve the configuration of recommendations for a given item feed ID, including with the model states of the recommendations.","type":"text/plain"},"url":{"path":["recommendations","v3","config",":itemFeedId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"itemFeedId","description":"(Required) ID of an item feed"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"e0f3d1d3-d9f6-42c0-ae10-7cd9100556dc","name":"Configurations with model states returned","originalRequest":{"url":{"path":["recommendations","v3","config",":itemFeedId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"itemFeedId","description":"(Required) ID of an item feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"config\": {\n    \"displayedAttributes\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"linkAttribute\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"linkAttributes\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"models\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"itemsCreatedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"itemsUpdatedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"crossWorkspaceMode\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"modelsState\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0fddef18-3196-49a3-b0b5-01e32f7b33d9","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["recommendations","v3","config",":itemFeedId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"itemFeedId","description":"(Required) ID of an item feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1957-10-18T04:53:11.738Z\",\n  \"status\": 3887,\n  \"message\": \"string\",\n  \"error\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"63aefe00-ffea-4cac-ac3a-94b661712abc","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["recommendations","v3","config",":itemFeedId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"itemFeedId","description":"(Required) ID of an item feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1957-10-18T04:53:11.738Z\",\n  \"status\": 3887,\n  \"message\": \"string\",\n  \"error\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"df326e01-7bda-45c9-9c9d-18ca8189a2c7","name":"Service not available","originalRequest":{"url":{"path":["recommendations","v3","config",":itemFeedId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"itemFeedId","description":"(Required) ID of an item feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1957-10-18T04:53:11.738Z\",\n  \"status\": 3887,\n  \"message\": \"string\",\n  \"error\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"d128cef4-71f3-4b63-94af-fdb2ef1ee4ea","name":"Update feed configuration","request":{"name":"Update feed configuration","description":{"content":"After creating an item feed with PUT, you can edit the configuration. Only send the values that you want to change; the others will not be modified.","type":"text/plain"},"url":{"path":["recommendations","v3","config",":itemFeedId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"itemFeedId","description":"(Required) ID of an item feed"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PATCH","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"distinctAttributes\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"previewAttributes\": {\n    \"title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"category\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"imageLink\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"itemLink\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"price\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"additionalAttributes\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"displayedAttributes\": [\n    \"brand\",\n    \"color\",\n    \"title\"\n  ],\n  \"linkAttributes\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"models\": {\n    \"complementToSet\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"complementary\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"lastViewed\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metricsBased\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"personalized\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"section\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"attribute\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"similar\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"visualSimilarity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"itemComparison\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"recentInteractions\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"crossWorkspaceMode\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"93cbc2bc-ddf1-4b84-a8ef-3bb2e8c52819","name":"Returned updated configuration","originalRequest":{"url":{"path":["recommendations","v3","config",":itemFeedId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"itemFeedId","description":"(Required) ID of an item feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"displayedAttributes\": [\n    \"brand\",\n    \"color\",\n    \"title\"\n  ],\n  \"linkAttribute\": \"string\",\n  \"linkAttributes\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"models\": {\n    \"complementToSet\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"complementary\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"lastViewed\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metricsBased\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"personalized\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"section\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"attribute\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"similar\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"visualSimilarity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"itemComparison\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"recentInteractions\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"itemsCreatedAt\": \"1992-11-24T01:39:20.046Z\",\n  \"itemsUpdatedAt\": \"1956-07-12T02:28:06.533Z\",\n  \"crossWorkspaceMode\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ed2422bb-bd39-4bd0-9644-eb5a0129990c","name":"Bad request: input data missing or malformed","originalRequest":{"url":{"path":["recommendations","v3","config",":itemFeedId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"itemFeedId","description":"(Required) ID of an item feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"errorCode\": \"string\",\n  \"httpStatus\": \"string\",\n  \"message\": \"string\",\n  \"path\": \"string\",\n  \"status\": 6136.406422660666,\n  \"timestamp\": \"1994-09-27T06:24:31.047Z\",\n  \"requestId\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ddb28a9c-e3ff-4ae7-a6e9-c37e906c588d","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["recommendations","v3","config",":itemFeedId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"itemFeedId","description":"(Required) ID of an item feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1957-10-18T04:53:11.738Z\",\n  \"status\": 3887,\n  \"message\": \"string\",\n  \"error\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"815519c7-605e-473d-a2a5-429e557ec65e","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["recommendations","v3","config",":itemFeedId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"itemFeedId","description":"(Required) ID of an item feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1957-10-18T04:53:11.738Z\",\n  \"status\": 3887,\n  \"message\": \"string\",\n  \"error\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4a2ff5b2-70df-4e74-9ea3-98db9982e96e","name":"Service not available","originalRequest":{"url":{"path":["recommendations","v3","config",":itemFeedId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"itemFeedId","description":"(Required) ID of an item feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1957-10-18T04:53:11.738Z\",\n  \"status\": 3887,\n  \"message\": \"string\",\n  \"error\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"dfea8ca5-b230-48d4-82af-3178d9c195cc","name":"Create AI recommendation engine configuration","request":{"name":"Create AI recommendation engine configuration","description":{"content":"Create the configuration for a single catalog ID, with default feed and model configuration values. You can then change the values with the PATCH method.","type":"text/plain"},"url":{"path":["recommendations","v3","config",":itemFeedId"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"catalogType","value":"items","description":"(Required) Catalog type"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"itemFeedId","description":"(Required) The ID of the item feed that will be created. Must match an existing catalog ID."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"fb00f509-e4db-4fd5-bdc1-0aeb0dd3948d","name":"Returned created configuration","originalRequest":{"url":{"path":["recommendations","v3","config",":itemFeedId"],"host":["{{baseUrl}}"],"query":[{"key":"catalogType","value":"items"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"itemFeedId","description":"(Required) The ID of the item feed that will be created. Must match an existing catalog ID."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"displayedAttributes\": [\n    \"brand\",\n    \"color\",\n    \"title\"\n  ],\n  \"linkAttribute\": \"string\",\n  \"linkAttributes\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"models\": {\n    \"complementToSet\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"complementary\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"lastViewed\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"metricsBased\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"personalized\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"section\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"attribute\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"similar\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"visualSimilarity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"itemComparison\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"recentInteractions\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"itemsCreatedAt\": \"1992-11-24T01:39:20.046Z\",\n  \"itemsUpdatedAt\": \"1956-07-12T02:28:06.533Z\",\n  \"crossWorkspaceMode\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2c586e6f-c3f0-4771-b8f1-3284e2f51011","name":"Bad request: input data missing or malformed","originalRequest":{"url":{"path":["recommendations","v3","config",":itemFeedId"],"host":["{{baseUrl}}"],"query":[{"key":"catalogType","value":"items"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"itemFeedId","description":"(Required) The ID of the item feed that will be created. Must match an existing catalog ID."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"errorCode\": \"string\",\n  \"httpStatus\": \"string\",\n  \"message\": \"string\",\n  \"path\": \"string\",\n  \"status\": 6136.406422660666,\n  \"timestamp\": \"1994-09-27T06:24:31.047Z\",\n  \"requestId\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4aba7a4c-8671-4ebb-adf7-f5ef7be24a08","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["recommendations","v3","config",":itemFeedId"],"host":["{{baseUrl}}"],"query":[{"key":"catalogType","value":"items"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"itemFeedId","description":"(Required) The ID of the item feed that will be created. Must match an existing catalog ID."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1957-10-18T04:53:11.738Z\",\n  \"status\": 3887,\n  \"message\": \"string\",\n  \"error\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"635b8d09-5496-4b59-844c-ea9f54f98d72","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["recommendations","v3","config",":itemFeedId"],"host":["{{baseUrl}}"],"query":[{"key":"catalogType","value":"items"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"itemFeedId","description":"(Required) The ID of the item feed that will be created. Must match an existing catalog ID."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1957-10-18T04:53:11.738Z\",\n  \"status\": 3887,\n  \"message\": \"string\",\n  \"error\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9e0eade2-1ffe-4ff9-8690-44c1ee689a84","name":"Service not available","originalRequest":{"url":{"path":["recommendations","v3","config",":itemFeedId"],"host":["{{baseUrl}}"],"query":[{"key":"catalogType","value":"items"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"itemFeedId","description":"(Required) The ID of the item feed that will be created. Must match an existing catalog ID."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1957-10-18T04:53:11.738Z\",\n  \"status\": 3887,\n  \"message\": \"string\",\n  \"error\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"47d5cda3-fac3-46c2-8f32-253fdae93a8a","name":"Profile registration","description":{"content":"","type":"text/plain"},"item":[{"id":"4c7d1e3a-796e-48ee-9374-ca2e19d3e5ad","name":"Register a Profile","request":{"name":"Register a Profile","description":{"content":"Create a new account for a Profile. This account is owned by the Profile and can be accessed and edited by it. If you don't have some information about the profile, don't insert a null-value parameter - omit the parameter entirely.","type":"text/plain"},"url":{"path":["sauth","clients","registered"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"password\": \"string\",\n  \"phone\": \"+48111222333\",\n  \"customId\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"displayName\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"avatarUrl\": \"string\",\n  \"whatsAppId\": \"string\",\n  \"birthDate\": \"string\",\n  \"company\": \"string\",\n  \"city\": \"string\",\n  \"address\": \"string\",\n  \"zipCode\": \"string\",\n  \"province\": \"string\",\n  \"countryCode\": \"PL\",\n  \"sex\": \"OTHER\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"aef1f6fa-2fbf-4fde-aece-ca551e292f2e","name":"Request accepted","originalRequest":{"url":{"path":["sauth","clients","registered"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"password\": \"string\",\n  \"phone\": \"+48111222333\",\n  \"customId\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"displayName\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"avatarUrl\": \"string\",\n  \"whatsAppId\": \"string\",\n  \"birthDate\": \"string\",\n  \"company\": \"string\",\n  \"city\": \"string\",\n  \"address\": \"string\",\n  \"zipCode\": \"string\",\n  \"province\": \"string\",\n  \"countryCode\": \"PL\",\n  \"sex\": \"OTHER\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"d4d15de5-ddf0-4ad2-a4d7-b247b92ea64d","name":"Profile already exists or request body malformed","originalRequest":{"url":{"path":["sauth","clients","registered"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"password\": \"string\",\n  \"phone\": \"+48111222333\",\n  \"customId\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"displayName\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"avatarUrl\": \"string\",\n  \"whatsAppId\": \"string\",\n  \"birthDate\": \"string\",\n  \"company\": \"string\",\n  \"city\": \"string\",\n  \"address\": \"string\",\n  \"zipCode\": \"string\",\n  \"province\": \"string\",\n  \"countryCode\": \"PL\",\n  \"sex\": \"OTHER\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errors\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"status\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"path\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"56fb6f77-dc2d-4aeb-96a0-82fe89dd2c28","name":"JWT missing, expired, or invalid","originalRequest":{"url":{"path":["sauth","clients","registered"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"password\": \"string\",\n  \"phone\": \"+48111222333\",\n  \"customId\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"displayName\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"avatarUrl\": \"string\",\n  \"whatsAppId\": \"string\",\n  \"birthDate\": \"string\",\n  \"company\": \"string\",\n  \"city\": \"string\",\n  \"address\": \"string\",\n  \"zipCode\": \"string\",\n  \"province\": \"string\",\n  \"countryCode\": \"PL\",\n  \"sex\": \"OTHER\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9e8416c1-7f8c-4ba7-8dd9-7fe379a64527","name":"Insufficient permissions or wrong JWT scope (for example, profile token where a workspace token was required)","originalRequest":{"url":{"path":["sauth","clients","registered"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"password\": \"string\",\n  \"phone\": \"+48111222333\",\n  \"customId\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"displayName\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"avatarUrl\": \"string\",\n  \"whatsAppId\": \"string\",\n  \"birthDate\": \"string\",\n  \"company\": \"string\",\n  \"city\": \"string\",\n  \"address\": \"string\",\n  \"zipCode\": \"string\",\n  \"province\": \"string\",\n  \"countryCode\": \"PL\",\n  \"sex\": \"OTHER\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a09b868f-a088-43aa-a94d-de6a635d7a24","name":"Only if customId was obtained from loyalty card code pool: provided customId does not exist in loyalty card code pool","originalRequest":{"url":{"path":["sauth","clients","registered"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"password\": \"string\",\n  \"phone\": \"+48111222333\",\n  \"customId\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"displayName\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"avatarUrl\": \"string\",\n  \"whatsAppId\": \"string\",\n  \"birthDate\": \"string\",\n  \"company\": \"string\",\n  \"city\": \"string\",\n  \"address\": \"string\",\n  \"zipCode\": \"string\",\n  \"province\": \"string\",\n  \"countryCode\": \"PL\",\n  \"sex\": \"OTHER\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Failed Dependency (WebDAV) (RFC 4918)","code":424,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"f8013d85-aa28-4575-a4b4-3cefc6bebc2b","name":"Confirm registration with PIN code","request":{"name":"Confirm registration with PIN code","description":{"content":"Confirm account registration with PIN code received by email (code is sent automatically at registration).","type":"text/plain"},"url":{"path":["sauth","clients","activation","by-pin-code","confirmation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"deviceId\": \"string\",\n  \"email\": \"string\",\n  \"pinCode\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"74923921-45f2-4b4e-962b-615597ca616a","name":"OK, account confirmed","originalRequest":{"url":{"path":["sauth","clients","activation","by-pin-code","confirmation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"deviceId\": \"string\",\n  \"email\": \"string\",\n  \"pinCode\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"5ac0c3b9-68a0-4278-bb63-8f35cf8084fb","name":"Request failed, see error message for details","originalRequest":{"url":{"path":["sauth","clients","activation","by-pin-code","confirmation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"deviceId\": \"string\",\n  \"email\": \"string\",\n  \"pinCode\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errors\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"status\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"path\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"83af9994-6912-4ff9-a3a3-a2a0486041d5","name":"JWT missing, expired, or invalid","originalRequest":{"url":{"path":["sauth","clients","activation","by-pin-code","confirmation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"deviceId\": \"string\",\n  \"email\": \"string\",\n  \"pinCode\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4a5c8994-73b9-4e96-b874-aa92e1b54840","name":"Request failed, see error message for details","originalRequest":{"url":{"path":["sauth","clients","activation","by-pin-code","confirmation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"deviceId\": \"string\",\n  \"email\": \"string\",\n  \"pinCode\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errors\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"status\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"path\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2aa4b12e-9da6-4481-b91a-eed8e96efabc","name":"Not Found","originalRequest":{"url":{"path":["sauth","clients","activation","by-pin-code","confirmation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"deviceId\": \"string\",\n  \"email\": \"string\",\n  \"pinCode\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c217017a-7fa5-4803-8eb5-4cf4fceab5d6","name":"Re-send PIN code","request":{"name":"Re-send PIN code","description":{"content":"Re-send a PIN code to the Profile's email.","type":"text/plain"},"url":{"path":["sauth","clients","activation","by-pin-code","request"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"deviceId\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"014f5be0-8b49-419f-8d8c-85a654de14d3","name":"OK","originalRequest":{"url":{"path":["sauth","clients","activation","by-pin-code","request"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"deviceId\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"8fda782b-c68f-4114-98ca-289f477e97a2","name":"Request failed, see error message for details","originalRequest":{"url":{"path":["sauth","clients","activation","by-pin-code","request"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"deviceId\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errors\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"status\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"path\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8bc0a8d6-2b91-48fb-a368-a0ce8dab5af3","name":"JWT missing, expired, or invalid","originalRequest":{"url":{"path":["sauth","clients","activation","by-pin-code","request"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"deviceId\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3775e8c1-515a-453c-b12f-21b3751797f9","name":"Request failed, see error message for details","originalRequest":{"url":{"path":["sauth","clients","activation","by-pin-code","request"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"deviceId\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errors\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"status\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"path\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2c194e57-8d1b-4319-aad7-d4d23cd4bf44","name":"Not Found","originalRequest":{"url":{"path":["sauth","clients","activation","by-pin-code","request"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"deviceId\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"5d6b25bf-027f-49e1-b681-7a752cb8eb54","name":"Activate a Profile's account","request":{"name":"Activate a Profile's account","description":{"content":"Activate the Profile's account. This is used when registration is configured to keep the account inactive until the email is confirmed.","type":"text/plain"},"url":{"path":["sauth","clients","activation","confirmation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"token\": \"8a0be35a-f6be-437b-ab18-339cc6194df5\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"79cf498b-2684-48f4-9c9b-9538a22aafd6","name":"Request accepted","originalRequest":{"url":{"path":["sauth","clients","activation","confirmation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"token\": \"8a0be35a-f6be-437b-ab18-339cc6194df5\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"20018c2e-73db-4580-970f-d95e140b7cda","name":"Request failed, see error message for details","originalRequest":{"url":{"path":["sauth","clients","activation","confirmation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"token\": \"8a0be35a-f6be-437b-ab18-339cc6194df5\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errors\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"status\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"path\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4b4b3e23-81aa-435e-a13d-47a00ac4f377","name":"JWT missing, expired, or invalid","originalRequest":{"url":{"path":["sauth","clients","activation","confirmation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"token\": \"8a0be35a-f6be-437b-ab18-339cc6194df5\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"48b9f58e-77f4-464a-9bef-13e2d4794cf9","name":"Request failed, see error message for details","originalRequest":{"url":{"path":["sauth","clients","activation","confirmation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"token\": \"8a0be35a-f6be-437b-ab18-339cc6194df5\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7f02101a-728c-4c8f-b487-7d424fe3c5f4","name":"Conflict","originalRequest":{"url":{"path":["sauth","clients","activation","confirmation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"token\": \"8a0be35a-f6be-437b-ab18-339cc6194df5\"\n}","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-08-09T07:53:32.406+00:00\",\n  \"status\": 409,\n  \"error\": \"Conflict\",\n  \"message\": \"Account already activated\",\n  \"path\": \"/clients/activation/request\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f3f6bfdc-da02-4849-874d-7ba524b2f327","name":"Internal Server Error","originalRequest":{"url":{"path":["sauth","clients","activation","confirmation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"token\": \"8a0be35a-f6be-437b-ab18-339cc6194df5\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"03bc60b0-100c-4d13-9286-4f6c93835a41","name":"Re-send email confirmation","request":{"name":"Re-send email confirmation","description":{"content":"Request a re-sending of the confirmation email.","type":"text/plain"},"url":{"path":["sauth","clients","activation","request"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"deviceId\": \"string\",\n  \"uuid\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"728e185a-f66a-4f6f-8b04-f1bb365e6623","name":"OK","originalRequest":{"url":{"path":["sauth","clients","activation","request"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"deviceId\": \"string\",\n  \"uuid\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"fcb6f8b5-4fad-4e48-9cef-7468fb0926c5","name":"JWT missing, expired, or invalid","originalRequest":{"url":{"path":["sauth","clients","activation","request"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"deviceId\": \"string\",\n  \"uuid\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c6a885d7-dd9e-4232-b043-0da5f925779b","name":"Insufficient permissions or wrong JWT scope (for example, profile token where a workspace token was required)","originalRequest":{"url":{"path":["sauth","clients","activation","request"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"deviceId\": \"string\",\n  \"uuid\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2530383a-cd31-4868-885e-26bb5d88beec","name":"Not Found","originalRequest":{"url":{"path":["sauth","clients","activation","request"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"deviceId\": \"string\",\n  \"uuid\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"670e1519-c2f8-444d-b9c5-d805b8f3d7d8","name":"Authorization","description":{"content":"","type":"text/plain"},"item":[{"id":"6e276dea-5f1f-4270-96d8-2299545665d6","name":"Refresh a Profile token","request":{"name":"Refresh a Profile token","description":{"content":"Retrieve a refreshed JWT Token to prolong the session.\n\nThe current token must still be active at the time of the request.","type":"text/plain"},"url":{"path":["sauth","v3","auth","refresh","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"c37f91f0-4fb7-4c1c-a2f3-6fce7de469b1","name":"New authorization token","originalRequest":{"url":{"path":["sauth","v3","auth","refresh","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"token\": \"string\",\n  \"expiration\": 1649283173,\n  \"created\": 1649277173668,\n  \"origin\": \"SYNERISE\",\n  \"customId\": \"card123\",\n  \"realm\": \"client\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8af7439a-40cd-4a26-9964-2558b0a60c99","name":"Unauthorized","originalRequest":{"url":{"path":["sauth","v3","auth","refresh","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2019-03-19T13:57:33.244+00:00\",\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Full authentication is required to access this resource\",\n  \"path\": \"/v3/auth/refresh/client\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"54c47d39-919a-4be6-af53-5dba062ab106","name":"Authenticate as Profile","request":{"name":"Authenticate as Profile","description":{"content":"Obtain a new JWT for a Profile. If an account for the Profile does not exist and the `identityProvider` is different than `SYNERISE`, this request creates an account.","type":"text/plain"},"url":{"path":["sauth","v3","auth","login","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\",\n  \"identityProvider\": \"UNKNOWN\",\n  \"identityProviderToken\": \"string\",\n  \"email\": \"string\",\n  \"customId\": {},\n  \"password\": \"string\",\n  \"uuid\": \"string\",\n  \"deviceId\": \"string\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"ad6a9ce4-3f9d-49d5-a157-995480546970","name":"Profile authorization token","originalRequest":{"url":{"path":["sauth","v3","auth","login","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\",\n  \"identityProvider\": \"FACEBOOK\",\n  \"identityProviderToken\": \"string\",\n  \"email\": \"string\",\n  \"customId\": {},\n  \"password\": \"string\",\n  \"uuid\": \"string\",\n  \"deviceId\": \"string\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"token\": \"eyJhbGciOiJSUzUxMiJ9.eyJzdinvalidwYmZkM2FkNDg2ZjQ3ZGRiMjE5MSIsImF1ZCI6IkFQSSIsInJsbSI6ImFub255bW91c19jbGllbnQiLCJjdGQiOjE1NTMwMDQxNTkxNTEsImVtbCI6IjYyMjM3NmY4LTAwMDAtMjIyMi1kN2Y5LTA3MGZhOTU2ZTk2M0Bhbm9ueW1vdXMuaW52YWxpZCIsImF1dGgiOiJINHNJQUFBQUFBQUFBSXVPQlFBcHUwd05BZ0FBQUE9PSIsImlzcyI6IlN5bmVyaXNlIiwiYnBpIjo0OCwiY2xJZCI6NDMzMjMwMjg4LCJleHAiOjE1NTMwMDcxNTksImFwayI6IjVBRUFBM0Q1LUUxNDctQzdFQi1ENTlFLUJDRjUwMTA5QTNEMSJ9.QOmSqrneR4mJFv4JdxTYsw_wGcDawDsVQuB-GVTcPPwijiP7lQ_Jzqq2Mypg1BS6WFlfGB8fzqCY9iMF_TdtjmoB4xBrY95ylU8L9qto-9Cw5x5TURkfxq31eryiHe2IteRAEtoVzYg2_s9QhlH6ANVcFOVp8dMno0V9bfMYfeSQa3FkjEbxFsseHkMOiADmp9-tOGtLXO942Ir-2W_Hz3Utlpt4erz0dVJBw8a-mFavPA8EEDWR7ACJNocrVHFkS3wFISh3LqLn6KkXiowaynKlJOEHGctuahzKmF3ZOJ1BvGgKohxF9OXvQs9IdmCfWhYsLr5Q2p04TJJ-MyvTipuggKVioh8mHmOFdfnN-Zused6tXzhZtKPUWTmM8cBKoAOBHExxcMQ8SVSjxnw_7_eLKm7S2wNpu0V-tiPZPCH4wYZXtWBYjmfy0V9ydjXnNunXfgxKixLeFNnONUXxEuqPLvM_xAuonQBXVN4nYrgJv8p8U6_ZlGMPjJq1szfcuBZnzI34LSEWx_nSof0XC5Czm8iG_ihG8naivNWS8h-Q-qKMP_3PPFsLSH4Egh03pH93EJUuNAeSO4RGfUX1wzMvrv1nBC1SM660uFMbq-wkplFBbKnHKMYe-qRs1-lZPG5PwPWJJdpGqOUzbnoMOJYmiq06OHHVQyJSkcEHLCk\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"61c3c42f-abf3-4597-89cf-4265fe6efc93","name":"Request failed, see error message for details","originalRequest":{"url":{"path":["sauth","v3","auth","login","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\",\n  \"identityProvider\": \"FACEBOOK\",\n  \"identityProviderToken\": \"string\",\n  \"email\": \"string\",\n  \"customId\": {},\n  \"password\": \"string\",\n  \"uuid\": \"string\",\n  \"deviceId\": \"string\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errors\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"status\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"path\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9043e727-d8a6-48d4-923d-1efc72837b3e","name":"Unauthorized.","originalRequest":{"url":{"path":["sauth","v3","auth","login","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\",\n  \"identityProvider\": \"FACEBOOK\",\n  \"identityProviderToken\": \"string\",\n  \"email\": \"string\",\n  \"customId\": {},\n  \"password\": \"string\",\n  \"uuid\": \"string\",\n  \"deviceId\": \"string\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:17:41.734+00:00\",\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Access denied\",\n  \"path\": \"/v3/auth/login/client\",\n  \"traceId\": \"61b4aa7c0cb1167a\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c06aae0e-2c9e-46ca-951d-2febc33dc57b","name":"Authentication failed, see error message for details","originalRequest":{"url":{"path":["sauth","v3","auth","login","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\",\n  \"identityProvider\": \"FACEBOOK\",\n  \"identityProviderToken\": \"string\",\n  \"email\": \"string\",\n  \"customId\": {},\n  \"password\": \"string\",\n  \"uuid\": \"string\",\n  \"deviceId\": \"string\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errors\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"status\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"path\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"94a9007f-7f48-4d1f-91a3-bd177b4c1ee1","name":"Profile not found","originalRequest":{"url":{"path":["sauth","v3","auth","login","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\",\n  \"identityProvider\": \"FACEBOOK\",\n  \"identityProviderToken\": \"string\",\n  \"email\": \"string\",\n  \"customId\": {},\n  \"password\": \"string\",\n  \"uuid\": \"string\",\n  \"deviceId\": \"string\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:17:41.734+00:00\",\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"Account does not exist\",\n  \"path\": \"/v3/auth/login/client\",\n  \"traceId\": \"61b4aa7c0cb1167a\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7a207827-368a-4e5c-a8d1-4fa9644782c3","name":"Account is locked, password reset required","originalRequest":{"url":{"path":["sauth","v3","auth","login","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\",\n  \"identityProvider\": \"FACEBOOK\",\n  \"identityProviderToken\": \"string\",\n  \"email\": \"string\",\n  \"customId\": {},\n  \"password\": \"string\",\n  \"uuid\": \"string\",\n  \"deviceId\": \"string\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Not Acceptable","code":406,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2021-09-15T10:01:16.203120Z\",\n  \"status\": 406,\n  \"error\": \"Banned\",\n  \"message\": \"Log in has been blocked\",\n  \"path\": \"/v2/auth/login/client\",\n  \"traceId\": \"61b4aa7c0cb1167a\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cf6400ba-2664-4b02-bf1d-f4104a5fc8b5","name":"Device control is enabled, device must be authorized (link sent by email)","originalRequest":{"url":{"path":["sauth","v3","auth","login","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\",\n  \"identityProvider\": \"FACEBOOK\",\n  \"identityProviderToken\": \"string\",\n  \"email\": \"string\",\n  \"customId\": {},\n  \"password\": \"string\",\n  \"uuid\": \"string\",\n  \"deviceId\": \"string\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Locked (WebDAV) (RFC 4918)","code":423,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2021-09-15T10:01:16.203120Z\",\n  \"status\": 423,\n  \"error\": \"Locked\",\n  \"message\": \"Device login blocked\",\n  \"path\": \"/v2/auth/login/client\",\n  \"traceId\": \"61b4aa7c0cb1167a\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"5411b780-8af2-4e4f-ba3c-1c32a80c3e3c","name":"Authenticate Profile with a server","request":{"name":"Authenticate Profile with a server","description":{"content":"Obtain a new JWT for a Profile. This method is designed to be used from a backend server that handles login requests and communicates with Synerise to execute them.  \nIf an account for the Profile does not exist and the `identityProvider` is different than `SYNERISE`, this request creates an account.\n","type":"text/plain"},"url":{"path":["sauth","v3","auth","server","login","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"apiKey\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"identityProvider\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"ipAddress\": \"string\",\n  \"identityProviderToken\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"email\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"customId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"password\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"uuid\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"deviceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"agreements\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"attributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"tags\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"0bbc3785-8568-478c-adef-c59b3c8a92ff","name":"Profile authorization token","originalRequest":{"url":{"path":["sauth","v3","auth","server","login","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"identityProvider\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"ipAddress\": \"string\",\n  \"identityProviderToken\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"email\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"customId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"password\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"uuid\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"deviceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"agreements\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"attributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"tags\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"token\": \"eyJhbGciOiJSUzUxMiJ9.eyJzdinvalidwYmZkM2FkNDg2ZjQ3ZGRiMjE5MSIsImF1ZCI6IkFQSSIsInJsbSI6ImFub255bW91c19jbGllbnQiLCJjdGQiOjE1NTMwMDQxNTkxNTEsImVtbCI6IjYyMjM3NmY4LTAwMDAtMjIyMi1kN2Y5LTA3MGZhOTU2ZTk2M0Bhbm9ueW1vdXMuaW52YWxpZCIsImF1dGgiOiJINHNJQUFBQUFBQUFBSXVPQlFBcHUwd05BZ0FBQUE9PSIsImlzcyI6IlN5bmVyaXNlIiwiYnBpIjo0OCwiY2xJZCI6NDMzMjMwMjg4LCJleHAiOjE1NTMwMDcxNTksImFwayI6IjVBRUFBM0Q1LUUxNDctQzdFQi1ENTlFLUJDRjUwMTA5QTNEMSJ9.QOmSqrneR4mJFv4JdxTYsw_wGcDawDsVQuB-GVTcPPwijiP7lQ_Jzqq2Mypg1BS6WFlfGB8fzqCY9iMF_TdtjmoB4xBrY95ylU8L9qto-9Cw5x5TURkfxq31eryiHe2IteRAEtoVzYg2_s9QhlH6ANVcFOVp8dMno0V9bfMYfeSQa3FkjEbxFsseHkMOiADmp9-tOGtLXO942Ir-2W_Hz3Utlpt4erz0dVJBw8a-mFavPA8EEDWR7ACJNocrVHFkS3wFISh3LqLn6KkXiowaynKlJOEHGctuahzKmF3ZOJ1BvGgKohxF9OXvQs9IdmCfWhYsLr5Q2p04TJJ-MyvTipuggKVioh8mHmOFdfnN-Zused6tXzhZtKPUWTmM8cBKoAOBHExxcMQ8SVSjxnw_7_eLKm7S2wNpu0V-tiPZPCH4wYZXtWBYjmfy0V9ydjXnNunXfgxKixLeFNnONUXxEuqPLvM_xAuonQBXVN4nYrgJv8p8U6_ZlGMPjJq1szfcuBZnzI34LSEWx_nSof0XC5Czm8iG_ihG8naivNWS8h-Q-qKMP_3PPFsLSH4Egh03pH93EJUuNAeSO4RGfUX1wzMvrv1nBC1SM660uFMbq-wkplFBbKnHKMYe-qRs1-lZPG5PwPWJJdpGqOUzbnoMOJYmiq06OHHVQyJSkcEHLCk\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d885a7c3-1abb-4b66-9b87-7d4c5bfb8aea","name":"Request failed, see error message for details","originalRequest":{"url":{"path":["sauth","v3","auth","server","login","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"identityProvider\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"ipAddress\": \"string\",\n  \"identityProviderToken\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"email\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"customId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"password\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"uuid\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"deviceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"agreements\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"attributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"tags\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errors\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"status\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"path\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"477f79c9-0285-4a6d-9162-09bc5035f99b","name":"Unauthorized.","originalRequest":{"url":{"path":["sauth","v3","auth","server","login","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"identityProvider\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"ipAddress\": \"string\",\n  \"identityProviderToken\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"email\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"customId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"password\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"uuid\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"deviceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"agreements\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"attributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"tags\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:17:41.734+00:00\",\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Access denied\",\n  \"path\": \"/v3/auth/login/client\",\n  \"traceId\": \"61b4aa7c0cb1167a\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"34b5fe33-81b0-411e-ba0e-bf1dcf11c062","name":"Authentication failed, see error message for details","originalRequest":{"url":{"path":["sauth","v3","auth","server","login","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"identityProvider\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"ipAddress\": \"string\",\n  \"identityProviderToken\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"email\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"customId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"password\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"uuid\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"deviceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"agreements\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"attributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"tags\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errors\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"status\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"path\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"daf07829-5a39-4f74-bd08-c0431961be5c","name":"Profile not found","originalRequest":{"url":{"path":["sauth","v3","auth","server","login","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"identityProvider\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"ipAddress\": \"string\",\n  \"identityProviderToken\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"email\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"customId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"password\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"uuid\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"deviceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"agreements\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"attributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"tags\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:17:41.734+00:00\",\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"Account does not exist\",\n  \"path\": \"/v3/auth/login/client\",\n  \"traceId\": \"61b4aa7c0cb1167a\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"862fb2a8-2a37-4403-844a-48cecc3e098e","name":"Account is locked, password reset required","originalRequest":{"url":{"path":["sauth","v3","auth","server","login","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"identityProvider\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"ipAddress\": \"string\",\n  \"identityProviderToken\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"email\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"customId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"password\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"uuid\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"deviceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"agreements\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"attributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"tags\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Acceptable","code":406,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2021-09-15T10:01:16.203120Z\",\n  \"status\": 406,\n  \"error\": \"Banned\",\n  \"message\": \"Log in has been blocked\",\n  \"path\": \"/v2/auth/login/client\",\n  \"traceId\": \"61b4aa7c0cb1167a\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5ef95d12-a2d6-49eb-bf97-b4b83913fc11","name":"Device control is enabled, device must be authorized (link sent by email)","originalRequest":{"url":{"path":["sauth","v3","auth","server","login","client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"identityProvider\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"ipAddress\": \"string\",\n  \"identityProviderToken\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"email\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"customId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"password\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"uuid\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"deviceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"agreements\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"attributes\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"tags\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Locked (WebDAV) (RFC 4918)","code":423,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2021-09-15T10:01:16.203120Z\",\n  \"status\": 423,\n  \"error\": \"Locked\",\n  \"message\": \"Device login blocked\",\n  \"path\": \"/v2/auth/login/client\",\n  \"traceId\": \"61b4aa7c0cb1167a\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"00bbb17d-1a33-4e8a-a112-018b81b12183","name":"Authenticate as Profile (conditional)","request":{"name":"Authenticate as Profile (conditional)","description":{"content":"Obtain a new JWT token for a Profile.\n\n- If the account does not exist, an account is not created.\n- If any additional conditions are required for logging in, the response is HTTP200 and lists the conditions.\n- Note that using this endpoint requires authenticating as an anonymous Profile first.\n","type":"text/plain"},"url":{"path":["sauth","v3","auth","login","client","conditional"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\",\n  \"identityProvider\": \"FACEBOOK\",\n  \"identityProviderToken\": \"string\",\n  \"email\": \"string\",\n  \"customId\": {},\n  \"password\": \"string\",\n  \"uuid\": \"string\",\n  \"deviceId\": \"string\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"3fa12404-787d-4dac-915f-0e91536f42d1","name":"Details of the login operation","originalRequest":{"url":{"path":["sauth","v3","auth","login","client","conditional"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\",\n  \"identityProvider\": \"FACEBOOK\",\n  \"identityProviderToken\": \"string\",\n  \"email\": \"string\",\n  \"customId\": {},\n  \"password\": \"string\",\n  \"uuid\": \"string\",\n  \"deviceId\": \"string\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"conditions\": [\n    \"string\",\n    \"string\"\n  ],\n  \"status\": \"ACTIVATION_REQUIRED\",\n  \"token\": \"string\",\n  \"expiration\": 1649283173,\n  \"created\": 1649277173668,\n  \"origin\": \"SYNERISE\",\n  \"customId\": \"card123\",\n  \"realm\": \"client\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6996aff4-c5b5-4ef8-80c7-f0a739acce57","name":"Request failed, see error message for details","originalRequest":{"url":{"path":["sauth","v3","auth","login","client","conditional"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\",\n  \"identityProvider\": \"FACEBOOK\",\n  \"identityProviderToken\": \"string\",\n  \"email\": \"string\",\n  \"customId\": {},\n  \"password\": \"string\",\n  \"uuid\": \"string\",\n  \"deviceId\": \"string\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errors\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"status\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"path\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4133a9bd-548b-485a-b3be-3c40536bb4e4","name":"See error message for details","originalRequest":{"url":{"path":["sauth","v3","auth","login","client","conditional"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\",\n  \"identityProvider\": \"FACEBOOK\",\n  \"identityProviderToken\": \"string\",\n  \"email\": \"string\",\n  \"customId\": {},\n  \"password\": \"string\",\n  \"uuid\": \"string\",\n  \"deviceId\": \"string\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"39d585ef-cdb8-4f8b-ac36-57501924cc2b","name":"Authentication failed, see error message for details","originalRequest":{"url":{"path":["sauth","v3","auth","login","client","conditional"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\",\n  \"identityProvider\": \"FACEBOOK\",\n  \"identityProviderToken\": \"string\",\n  \"email\": \"string\",\n  \"customId\": {},\n  \"password\": \"string\",\n  \"uuid\": \"string\",\n  \"deviceId\": \"string\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"message\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errors\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"status\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"timestamp\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"path\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"traceId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"errorCode\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4b5d7259-059a-4495-af02-78094bc60c38","name":"Profile not found","originalRequest":{"url":{"path":["sauth","v3","auth","login","client","conditional"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\",\n  \"identityProvider\": \"FACEBOOK\",\n  \"identityProviderToken\": \"string\",\n  \"email\": \"string\",\n  \"customId\": {},\n  \"password\": \"string\",\n  \"uuid\": \"string\",\n  \"deviceId\": \"string\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:17:41.734+00:00\",\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"Account does not exist\",\n  \"path\": \"/v3/auth/login/client/conditional\",\n  \"traceId\": \"61b4aa7c0cb1167a\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"08c37c4f-0dc8-4cbb-a54d-745af08515e5","name":"Account is locked, password reset required","originalRequest":{"url":{"path":["sauth","v3","auth","login","client","conditional"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\",\n  \"identityProvider\": \"FACEBOOK\",\n  \"identityProviderToken\": \"string\",\n  \"email\": \"string\",\n  \"customId\": {},\n  \"password\": \"string\",\n  \"uuid\": \"string\",\n  \"deviceId\": \"string\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Not Acceptable","code":406,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2021-09-15T10:01:16.203120Z\",\n  \"status\": 406,\n  \"error\": \"Banned\",\n  \"message\": \"Log in has been blocked\",\n  \"path\": \"/v2/auth/login/client\",\n  \"traceId\": \"61b4aa7c0cb1167a\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cac5365a-86cc-48af-83ae-f2b17adeb19f","name":"Device control is enabled, device must be authorized (link sent by email)","originalRequest":{"url":{"path":["sauth","v3","auth","login","client","conditional"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\",\n  \"identityProvider\": \"FACEBOOK\",\n  \"identityProviderToken\": \"string\",\n  \"email\": \"string\",\n  \"customId\": {},\n  \"password\": \"string\",\n  \"uuid\": \"string\",\n  \"deviceId\": \"string\",\n  \"agreements\": {\n    \"email\": true,\n    \"sms\": true,\n    \"push\": true,\n    \"bluetooth\": false,\n    \"rfid\": false,\n    \"wifi\": false\n  },\n  \"attributes\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Locked (WebDAV) (RFC 4918)","code":423,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2021-09-15T10:01:16.203120Z\",\n  \"status\": 423,\n  \"error\": \"Locked\",\n  \"message\": \"Device login blocked\",\n  \"path\": \"/v2/auth/login/client\",\n  \"traceId\": \"61b4aa7c0cb1167a\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"1dbcd3ab-e1dd-4c96-857b-3b1f87ebfa0c","name":"Authenticate anonymously","request":{"name":"Authenticate anonymously","description":{"content":"Obtain a new JWT for an anonymous Profile. The token can be used and refreshed in the same way as tokens of registered Profiles.","type":"text/plain"},"url":{"path":["sauth","v3","auth","login","client","anonymous"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"deviceId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"0cabe8e2-d4ef-4602-89ec-4c65364b900c","name":"Anonymous authorization token","originalRequest":{"url":{"path":["sauth","v3","auth","login","client","anonymous"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"deviceId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"token\": \"eyJhbGciOiJSUzUxMiJ9.eyJzdinvalidwYmZkM2FkNDg2ZjQ3ZGRiMjE5MSIsImF1ZCI6IkFQSSIsInJsbSI6ImFub255bW91c19jbGllbnQiLCJjdGQiOjE1NTMwMDQxNTkxNTEsImVtbCI6IjYyMjM3NmY4LTAwMDAtMjIyMi1kN2Y5LTA3MGZhOTU2ZTk2M0Bhbm9ueW1vdXMuaW52YWxpZCIsImF1dGgiOiJINHNJQUFBQUFBQUFBSXVPQlFBcHUwd05BZ0FBQUE9PSIsImlzcyI6IlN5bmVyaXNlIiwiYnBpIjo0OCwiY2xJZCI6NDMzMjMwMjg4LCJleHAiOjE1NTMwMDcxNTksImFwayI6IjVBRUFBM0Q1LUUxNDctQzdFQi1ENTlFLUJDRjUwMTA5QTNEMSJ9.QOmSqrneR4mJFv4JdxTYsw_wGcDawDsVQuB-GVTcPPwijiP7lQ_Jzqq2Mypg1BS6WFlfGB8fzqCY9iMF_TdtjmoB4xBrY95ylU8L9qto-9Cw5x5TURkfxq31eryiHe2IteRAEtoVzYg2_s9QhlH6ANVcFOVp8dMno0V9bfMYfeSQa3FkjEbxFsseHkMOiADmp9-tOGtLXO942Ir-2W_Hz3Utlpt4erz0dVJBw8a-mFavPA8EEDWR7ACJNocrVHFkS3wFISh3LqLn6KkXiowaynKlJOEHGctuahzKmF3ZOJ1BvGgKohxF9OXvQs9IdmCfWhYsLr5Q2p04TJJ-MyvTipuggKVioh8mHmOFdfnN-Zused6tXzhZtKPUWTmM8cBKoAOBHExxcMQ8SVSjxnw_7_eLKm7S2wNpu0V-tiPZPCH4wYZXtWBYjmfy0V9ydjXnNunXfgxKixLeFNnONUXxEuqPLvM_xAuonQBXVN4nYrgJv8p8U6_ZlGMPjJq1szfcuBZnzI34LSEWx_nSof0XC5Czm8iG_ihG8naivNWS8h-Q-qKMP_3PPFsLSH4Egh03pH93EJUuNAeSO4RGfUX1wzMvrv1nBC1SM660uFMbq-wkplFBbKnHKMYe-qRs1-lZPG5PwPWJJdpGqOUzbnoMOJYmiq06OHHVQyJSkcEHLCk\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"10d6284d-022a-444a-8e21-6c5527836672","name":"Unauthorized","originalRequest":{"url":{"path":["sauth","v3","auth","login","client","anonymous"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"string\",\n  \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"deviceId\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2019-03-19T14:03:35.413+00:00\",\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Could not fetch ApiKey\",\n  \"path\": \"/v3/auth/login/client/anonymous\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"614ef7f0-6eea-4cce-b4ed-9fd798d57453","name":"Log in as User","request":{"name":"Log in as User","description":{"content":"Authenticate as a User.\n\n**Note:** To perform operations within a Workspace, you must [select a Workspace](#operation/userProfileLoginUsingPOST).","type":"text/plain"},"url":{"path":["uauth","auth","login","user"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"password\": \"string\",\n  \"username\": \"string\",\n  \"deviceId\": \"string\",\n  \"externalProviderToken\": \"string\",\n  \"externalProviderType\": \"GOOGLE\",\n  \"organizationName\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"25bf7df2-fc58-464e-be1b-b14e4b9c501c","name":"Login details","originalRequest":{"url":{"path":["uauth","auth","login","user"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"password\": \"string\",\n  \"username\": \"string\",\n  \"deviceId\": \"string\",\n  \"externalProviderToken\": \"string\",\n  \"externalProviderType\": \"GOOGLE\",\n  \"organizationName\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"consumer\": {\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"businessProfileId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authorities\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"roles\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"mfaMethods\": [\n    \"TOTP_AUTHENTICATOR\",\n    \"TOTP_AUTHENTICATOR\"\n  ],\n  \"authorizationError\": \"USER_FORCED_TO_CHANGE_PASSWORD\",\n  \"multiFactorCodeSent\": {\n    \"method\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"nextTryInSeconds\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"defaultMfaMethod\": \"SMS\",\n  \"forcedToSetMfa\": true\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"46475cd5-bcb5-4354-9800-8038e4633772","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","auth","login","user"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"password\": \"string\",\n  \"username\": \"string\",\n  \"deviceId\": \"string\",\n  \"externalProviderToken\": \"string\",\n  \"externalProviderType\": \"GOOGLE\",\n  \"organizationName\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"58237593-a54d-4ec3-a929-a670651a6d73","name":"Forbidden","originalRequest":{"url":{"path":["uauth","auth","login","user"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"password\": \"string\",\n  \"username\": \"string\",\n  \"deviceId\": \"string\",\n  \"externalProviderToken\": \"string\",\n  \"externalProviderType\": \"GOOGLE\",\n  \"organizationName\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"eab83bfe-a7cc-47a3-afc9-1c7489d879c4","name":"Not Found","originalRequest":{"url":{"path":["uauth","auth","login","user"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"password\": \"string\",\n  \"username\": \"string\",\n  \"deviceId\": \"string\",\n  \"externalProviderToken\": \"string\",\n  \"externalProviderType\": \"GOOGLE\",\n  \"organizationName\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"06f3146c-5b96-44af-bd27-be96aaa261d6","name":"Verify User multi-factor authentication","request":{"name":"Verify User multi-factor authentication","description":{"content":"Authenticate as a User with multi-factor authentication.\n\n**Note:** To perform operations within a Workspace, you must [select a Workspace](#operation/userProfileLoginUsingPOST).","type":"text/plain"},"url":{"path":["uauth","auth","login","user","mfa","verification"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"mfaType","value":"<string>","description":"(Required) Type of multi-factor authentication"}],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"verificationCode\": \"string\",\n  \"deviceId\": \"string\",\n  \"externalProviderToken\": \"string\",\n  \"externalProviderType\": \"GOOGLE\",\n  \"organizationName\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"ce79557a-d51f-4787-b812-3e9bbfd10e3b","name":"Login details","originalRequest":{"url":{"path":["uauth","auth","login","user","mfa","verification"],"host":["{{baseUrl}}"],"query":[{"key":"mfaType","value":"<string>"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"verificationCode\": \"string\",\n  \"deviceId\": \"string\",\n  \"externalProviderToken\": \"string\",\n  \"externalProviderType\": \"GOOGLE\",\n  \"organizationName\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"consumer\": {\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"businessProfileId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authorities\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"roles\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"mfaMethods\": [\n    \"EMAIL\",\n    \"TOTP_AUTHENTICATOR\"\n  ],\n  \"authorizationError\": \"USER_FORCED_TO_CHANGE_PASSWORD\",\n  \"multiFactorCodeSent\": {\n    \"method\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"nextTryInSeconds\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"defaultMfaMethod\": \"EMAIL\",\n  \"forcedToSetMfa\": true\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2999dfc0-1e4d-4c0c-ba16-0d04504e47ef","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","auth","login","user","mfa","verification"],"host":["{{baseUrl}}"],"query":[{"key":"mfaType","value":"<string>"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"verificationCode\": \"string\",\n  \"deviceId\": \"string\",\n  \"externalProviderToken\": \"string\",\n  \"externalProviderType\": \"GOOGLE\",\n  \"organizationName\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"ed4e024e-975f-4dde-be52-94d523c682f9","name":"Forbidden","originalRequest":{"url":{"path":["uauth","auth","login","user","mfa","verification"],"host":["{{baseUrl}}"],"query":[{"key":"mfaType","value":"<string>"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"verificationCode\": \"string\",\n  \"deviceId\": \"string\",\n  \"externalProviderToken\": \"string\",\n  \"externalProviderType\": \"GOOGLE\",\n  \"organizationName\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"ebc8017d-737c-4d4e-afe9-db950fa928bb","name":"Not Found","originalRequest":{"url":{"path":["uauth","auth","login","user","mfa","verification"],"host":["{{baseUrl}}"],"query":[{"key":"mfaType","value":"<string>"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"verificationCode\": \"string\",\n  \"deviceId\": \"string\",\n  \"externalProviderToken\": \"string\",\n  \"externalProviderType\": \"GOOGLE\",\n  \"organizationName\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"5312b984-cd53-4b9e-9872-243b109e1bd8","name":"Select Workspace","request":{"name":"Select Workspace","description":{"content":"After logging in as a User, select a Workspace where you want to perform operations.","type":"text/plain"},"url":{"path":["uauth","auth","login","user","profile",":businessProfileUUID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"businessProfileUUID","description":"(Required) UUID of the workspace"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"a5251cab-5916-4f01-98f0-f4863d57fb90","name":"Login details","originalRequest":{"url":{"path":["uauth","auth","login","user","profile",":businessProfileUUID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"businessProfileUUID","description":"(Required) UUID of the workspace"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"consumer\": {\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"businessProfileId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authorities\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"roles\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"mfaMethods\": [\n    \"EMAIL\",\n    \"TOTP_AUTHENTICATOR\"\n  ],\n  \"authorizationError\": \"USER_FORCED_TO_CHANGE_PASSWORD\",\n  \"multiFactorCodeSent\": {\n    \"method\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"nextTryInSeconds\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"defaultMfaMethod\": \"EMAIL\",\n  \"forcedToSetMfa\": true\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2652966e-6d42-45aa-9e0a-cdcbe33ed47b","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","auth","login","user","profile",":businessProfileUUID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"businessProfileUUID","description":"(Required) UUID of the workspace"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"98633635-df62-4668-8649-deb25bcf8bb3","name":"Forbidden","originalRequest":{"url":{"path":["uauth","auth","login","user","profile",":businessProfileUUID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"businessProfileUUID","description":"(Required) UUID of the workspace"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"a800a53f-b543-4a41-965f-a3a4b3cd077c","name":"Not Found","originalRequest":{"url":{"path":["uauth","auth","login","user","profile",":businessProfileUUID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"businessProfileUUID","description":"(Required) UUID of the workspace"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"e38ea947-4a38-458c-b50d-2b85f17ea1e8","name":"Access denied by IP policy","originalRequest":{"url":{"path":["uauth","auth","login","user","profile",":businessProfileUUID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"businessProfileUUID","description":"(Required) UUID of the workspace"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Locked (WebDAV) (RFC 4918)","code":423,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2005-06-13T16:04:45.019Z\",\n  \"status\": 7661,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"149ad4b2-018d-4306-9433-3eb016bb25ed","name":"Get Workspaces","request":{"name":"Get Workspaces","description":{"content":"Retrieve a list of Workspaces available to the user.","type":"text/plain"},"url":{"path":["uauth","business-profile",""],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"page","value":"0","description":"Page number"},{"disabled":false,"key":"size","value":"5000","description":"Page size"},{"disabled":false,"key":"query","value":"","description":"Search query"},{"disabled":false,"key":"sort","value":"","description":"Sort field"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"eaa547ea-3a80-4a64-9cba-fcbb80332569","name":"OK","originalRequest":{"url":{"path":["uauth","business-profile",""],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"0"},{"key":"size","value":"5000"},{"key":"query","value":""},{"key":"sort","value":""}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"businessProfileGuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"logo\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"created\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"subdomain\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"ipRestricted\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"mfaRequired\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"businessProfileGuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"logo\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"created\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"subdomain\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"ipRestricted\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"mfaRequired\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"5e1a3abc-7781-42ca-8fa1-6712c5da5dfb","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","business-profile",""],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"0"},{"key":"size","value":"5000"},{"key":"query","value":""},{"key":"sort","value":""}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"feaea6d7-d147-4a17-8d6e-520445512632","name":"Forbidden","originalRequest":{"url":{"path":["uauth","business-profile",""],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"0"},{"key":"size","value":"5000"},{"key":"query","value":""},{"key":"sort","value":""}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"e06dfe45-a742-44d2-87a4-57e265d2623a","name":"Not Found","originalRequest":{"url":{"path":["uauth","business-profile",""],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"0"},{"key":"size","value":"5000"},{"key":"query","value":""},{"key":"sort","value":""}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"3d310dbc-6792-425a-8fbe-ec827475664e","name":"Get Workspaces ids with user-specific data","request":{"name":"Get Workspaces ids with user-specific data","description":{"content":"Retrieve a list of workspace ids available to the user, with added user-specific data","type":"text/plain"},"url":{"path":["uauth","business-profile","ids"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"1e278b44-6313-43d6-9a96-f2d8c8984568","name":"OK","originalRequest":{"url":{"path":["uauth","business-profile","ids"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"ipRestriction\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"mfaRestriction\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"favorite\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"ipRestriction\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"mfaRestriction\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"favorite\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"b253da39-0017-462a-8769-89259f4d9ba2","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","business-profile","ids"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"b2141fa2-7efd-43f5-83d1-8ab809ded2da","name":"Forbidden","originalRequest":{"url":{"path":["uauth","business-profile","ids"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"2c287ca8-8923-4659-a9a8-916942db5049","name":"Not Found","originalRequest":{"url":{"path":["uauth","business-profile","ids"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"8e93ea69-15d8-4fd2-844e-d7316787d030","name":"Get current Workspace","request":{"name":"Get current Workspace","description":{"content":"Retrieve information about the currently selected workspace.","type":"text/plain"},"url":{"path":["uauth","business-profile","current"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"ad011f06-1f55-4dcd-b6e3-4b293cbba7f4","name":"OK","originalRequest":{"url":{"path":["uauth","business-profile","current"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"selected\": false,\n  \"data\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"logo\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"businessProfileGuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"created\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"subdomain\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"ipRestriction\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"mfaRestriction\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"labels\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"emailAttributeName\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"organizationGuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"businessProfileGroup\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5b4a149b-6b4b-41ab-8737-213eafd0c58e","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","business-profile","current"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"fb4cb35d-6426-4027-af84-ce15054b0467","name":"Forbidden","originalRequest":{"url":{"path":["uauth","business-profile","current"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"bf053c39-5285-4496-9222-014b821bcf67","name":"Not Found","originalRequest":{"url":{"path":["uauth","business-profile","current"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"da6cb845-3219-4beb-9229-a288f4c002e6","name":"Log in as Workspace","request":{"name":"Log in as Workspace","description":{"content":"Obtain a new Workspace JWT Token.","type":"text/plain"},"url":{"path":["uauth","v2","auth","login","profile"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"64c09614-1b2a-42f7-804d-f647243eb1ab\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"78e657ee-4c81-409f-aefe-f917b06594cb","name":"New JWT token for Workspace authentication","originalRequest":{"url":{"path":["uauth","v2","auth","login","profile"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"64c09614-1b2a-42f7-804d-f647243eb1ab\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"token\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ca29a3dd-f360-4e90-90d7-a963ad4e69dc","name":"Request malformed","originalRequest":{"url":{"path":["uauth","v2","auth","login","profile"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"64c09614-1b2a-42f7-804d-f647243eb1ab\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2005-06-13T16:04:45.019Z\",\n  \"status\": 7661,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8d0c62a5-5411-4d66-b615-0f2c57e74766","name":"Unauthorized, API key does not exist","originalRequest":{"url":{"path":["uauth","v2","auth","login","profile"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"apiKey\": \"64c09614-1b2a-42f7-804d-f647243eb1ab\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2005-06-13T16:04:45.019Z\",\n  \"status\": 7661,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"b8be6456-b1f1-4557-a54d-876a1f22a0c5","name":"Devices","description":{"content":"","type":"text/plain"},"item":[{"id":"54f8d9e3-18c4-4cc9-a03e-aea0d5887b76","name":"Authenticate device","request":{"name":"Authenticate device","description":{"content":"When a Profile logs in from a new device, the device must be confirmed. A token is sent by email.","type":"text/plain"},"url":{"path":["sauth","client","device-control",":token"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"token","description":"(Required) The device confirmation token received by email"}]},"header":[{"key":"Accept","value":"*/*"}],"method":"GET","auth":null},"response":[{"id":"d49c8c3f-4dfd-4399-91d3-3e386cc5e2fd","name":"OK","originalRequest":{"url":{"path":["sauth","client","device-control",":token"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"token","description":"(Required) The device confirmation token received by email"}]},"header":[{"key":"Accept","value":"*/*"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"*/*"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"},{"id":"f6c5c439-e2c6-4dff-a4be-e3e50d8731df","name":"JWT missing, expired, or invalid","originalRequest":{"url":{"path":["sauth","client","device-control",":token"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"token","description":"(Required) The device confirmation token received by email"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 7422,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f2324ca9-2376-4cc8-a099-bc72aedb30f2","name":"Insufficient permissions or wrong JWT scope (for example, profile token where a workspace token was required)","originalRequest":{"url":{"path":["sauth","client","device-control",":token"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"token","description":"(Required) The device confirmation token received by email"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"code\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"field\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"message\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"rejectedValue\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ],\n  \"status\": 6329,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7a3d70bd-4d00-42ec-97b5-63c2f9de971b","name":"Not Found","originalRequest":{"url":{"path":["sauth","client","device-control",":token"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"token","description":"(Required) The device confirmation token received by email"}]},"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"5c46bab7-98b2-4780-9721-abc410897d93","name":"Screen views","description":{"content":"","type":"text/plain"},"item":[{"id":"cc95ccb1-d694-401d-8151-3ea0caa981bd","name":"Generate screen view from feed","request":{"name":"Generate screen view from feed","description":{"content":"When this method is called, the Synerise backend finds all screen view campaigns applicable to the JWT context and returns the screen view with the highest priority (1). Inserts are processed. If an insert can't be processed, the returned `data` is empty.\n\n**IMPORTANT**: When the request's context is a Workspace or Synerise User JWT, only screen views with the audience set to `ALL` (\"Everyone\" in the Synerise Web Application) can be generated.\n\nIf the feed doesn't contain any screen views whose audience matches the JWT context of the request, the response is error 404.\n","type":"text/plain"},"url":{"path":["schema-service","v3","screen-views",":feedSlug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"feedSlug","description":"(Required) Slug of the screen view feed"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"key_0\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"key_1\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"key_2\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"key_3\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"828cde2a-e09c-4f36-adea-b2a599c9fb17","name":"Processed JSON content","originalRequest":{"url":{"path":["schema-service","v3","screen-views",":feedSlug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"feedSlug","description":"(Required) Slug of the screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key_0\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"key_1\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"key_2\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"key_3\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"b3042343-1518-252f-7811-3020a8fa28ad\",\n  \"hash\": \"a3f3c3e5-d0bc-5f66-e2d0-c45995d0dbe7\",\n  \"priority\": 99,\n  \"name\": \"string\",\n  \"createdAt\": \"2017-01-11T17:39:53.196Z\",\n  \"updatedAt\": \"2012-12-03T12:15:23.282Z\",\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"data\": {\n    \"collection\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"path\": \"/v2/screen-views/f9215cb9-4a7e-410b-88cb-8bc40363cc10\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2f1a6a74-28b6-4492-8abf-c1321ef661ba","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v3","screen-views",":feedSlug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"feedSlug","description":"(Required) Slug of the screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key_0\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"key_1\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"key_2\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"key_3\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9172f3ae-3e93-4a9c-be86-7010124e176c","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v3","screen-views",":feedSlug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"feedSlug","description":"(Required) Slug of the screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key_0\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"key_1\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"key_2\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"key_3\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bf54bd62-6eb1-4ee2-8f69-87114ec4c362","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v3","screen-views",":feedSlug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"feedSlug","description":"(Required) Slug of the screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key_0\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"key_1\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"key_2\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"key_3\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1d87f209-fbd7-4d07-bfd8-8d630cc1c0bc","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v3","screen-views",":feedSlug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"feedSlug","description":"(Required) Slug of the screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key_0\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"key_1\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"key_2\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"key_3\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a9be125b-4345-49a5-82f2-6379920f4453","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v3","screen-views",":feedSlug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"feedSlug","description":"(Required) Slug of the screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key_0\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"key_1\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"key_2\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"key_3\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"44fe68a1-d547-4a81-9c85-3bdc30cda806","name":"Generate screen view from feed","request":{"name":"Generate screen view from feed","description":{"content":"When this method is called, the Synerise backend finds all screen view campaigns applicable to the JWT context and returns the screen view with the highest priority (1). Inserts are processed. If an insert can't be processed, the returned `data` is empty.\n\n**IMPORTANT**: When the request's context is a Workspace or Synerise User JWT, only screen views with the audience set to `ALL` (\"Everyone\" in the Synerise Web Application) can be generated.\n\nIf the feed doesn't contain any screen views whose audience matches the JWT context of the request, the response is error 404.\n","type":"text/plain"},"url":{"path":["schema-service","v3","screen-views",":feedSlug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"feedSlug","description":"(Required) Slug of the screen view feed"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"bbb94410-283c-4559-aa22-1412e1585d75","name":"Processed JSON content","originalRequest":{"url":{"path":["schema-service","v3","screen-views",":feedSlug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"feedSlug","description":"(Required) Slug of the screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"ea951ed0-ea19-35ad-734c-a1259f3275dd\",\n  \"hash\": \"d514024e-09f6-daa0-31a3-6cef2165edf7\",\n  \"priority\": 99,\n  \"name\": \"string\",\n  \"createdAt\": \"1951-05-27T08:42:47.069Z\",\n  \"updatedAt\": \"1984-04-09T03:22:42.411Z\",\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"data\": {\n    \"collection\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"key_0\": {}\n  },\n  \"path\": \"/v2/screen-views/f9215cb9-4a7e-410b-88cb-8bc40363cc10\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"12be0e62-7475-4d61-a874-ffd56378db20","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v3","screen-views",":feedSlug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"feedSlug","description":"(Required) Slug of the screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7c8fb51c-8230-4779-985e-23b69d1c434d","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v3","screen-views",":feedSlug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"feedSlug","description":"(Required) Slug of the screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"47c53d36-82bb-4486-8b75-b851be99e635","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v3","screen-views",":feedSlug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"feedSlug","description":"(Required) Slug of the screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d6e98902-0c31-4cc8-a77b-548f7c545122","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v3","screen-views",":feedSlug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"feedSlug","description":"(Required) Slug of the screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"822f7c4b-580c-446f-bd2f-82023b69bdb8","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v3","screen-views",":feedSlug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"feedSlug","description":"(Required) Slug of the screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"bca1e575-b699-46ea-bdc0-bd6768f8c135","name":"Create screen view","request":{"name":"Create screen view","description":{"content":"Create a screen view.","type":"text/plain"},"url":{"path":["schema-service","screen-views","create"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"priority\": 99,\n  \"directoryId\": \"81d77741-cc3f-a592-4027-e77db5aaf1c6\",\n  \"content\": {\n    \"json\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"documents\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"groups\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"data\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"groupsOrder\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"feedId\": \"7976b6bb-8ca5-cbd1-950f-7ed431892f8f\",\n  \"name\": \"string\",\n  \"schedule\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"651ad294-3d6d-4037-b357-a85e9233d5d9","name":"Success","originalRequest":{"url":{"path":["schema-service","screen-views","create"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"priority\": 99,\n  \"directoryId\": \"81d77741-cc3f-a592-4027-e77db5aaf1c6\",\n  \"content\": {\n    \"json\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"documents\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"groups\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"data\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"groupsOrder\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"feedId\": \"7976b6bb-8ca5-cbd1-950f-7ed431892f8f\",\n  \"name\": \"string\",\n  \"schedule\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"4251123c-cb68-0fb9-6b8c-e05093306890\",\n  \"businessProfileId\": 7808,\n  \"name\": \"string\",\n  \"status\": \"ACTIVE\",\n  \"priority\": 99,\n  \"scheduled\": true,\n  \"author\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"avatar\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"content\": {\n    \"json\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"documents\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"groups\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"data\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"groupsOrder\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"createdAt\": \"1980-02-03T20:44:51.262Z\",\n  \"updatedAt\": \"2022-10-29T14:48:44.731Z\",\n  \"directory\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"feed\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"description\": \"string\",\n  \"deletedAt\": \"1951-06-11T15:05:58.833Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"efafc968-8f43-4236-8de4-c1d6cb9752ed","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screen-views","create"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"priority\": 99,\n  \"directoryId\": \"81d77741-cc3f-a592-4027-e77db5aaf1c6\",\n  \"content\": {\n    \"json\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"documents\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"groups\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"data\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"groupsOrder\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"feedId\": \"7976b6bb-8ca5-cbd1-950f-7ed431892f8f\",\n  \"name\": \"string\",\n  \"schedule\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cfb63d27-e150-4e18-99fc-43751592bc14","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","screen-views","create"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"priority\": 99,\n  \"directoryId\": \"81d77741-cc3f-a592-4027-e77db5aaf1c6\",\n  \"content\": {\n    \"json\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"documents\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"groups\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"data\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"groupsOrder\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"feedId\": \"7976b6bb-8ca5-cbd1-950f-7ed431892f8f\",\n  \"name\": \"string\",\n  \"schedule\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"26329286-e14c-4954-8d09-ae673b44be88","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","screen-views","create"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"priority\": 99,\n  \"directoryId\": \"81d77741-cc3f-a592-4027-e77db5aaf1c6\",\n  \"content\": {\n    \"json\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"documents\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"groups\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"data\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"groupsOrder\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"feedId\": \"7976b6bb-8ca5-cbd1-950f-7ed431892f8f\",\n  \"name\": \"string\",\n  \"schedule\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ec474c89-42b4-4a71-be33-b133cf197dcb","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","screen-views","create"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"priority\": 99,\n  \"directoryId\": \"81d77741-cc3f-a592-4027-e77db5aaf1c6\",\n  \"content\": {\n    \"json\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"documents\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"groups\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"data\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"groupsOrder\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"feedId\": \"7976b6bb-8ca5-cbd1-950f-7ed431892f8f\",\n  \"name\": \"string\",\n  \"schedule\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"37923885-440d-4ddc-99a2-599a9ed329ed","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screen-views","create"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"priority\": 99,\n  \"directoryId\": \"81d77741-cc3f-a592-4027-e77db5aaf1c6\",\n  \"content\": {\n    \"json\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"documents\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"groups\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"data\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"groupsOrder\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"feedId\": \"7976b6bb-8ca5-cbd1-950f-7ed431892f8f\",\n  \"name\": \"string\",\n  \"schedule\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"4ca8c469-b6ac-4f5c-854b-ce279653c1ef","name":"Initialize screen view","request":{"name":"Initialize screen view","description":{"content":"Create a screen view. It is created as a blank, without any conditions.","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views","createNew"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"directory\": \"57f63646-a488-1d86-6ec2-d2b5e3ef1449\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"6cd6754c-66a1-4563-8648-75b209e9913c","name":"Success","originalRequest":{"url":{"path":["schema-service","v2","screen-views","createNew"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"directory\": \"57f63646-a488-1d86-6ec2-d2b5e3ef1449\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"4251123c-cb68-0fb9-6b8c-e05093306890\",\n  \"businessProfileId\": 7808,\n  \"name\": \"string\",\n  \"status\": \"ACTIVE\",\n  \"priority\": 99,\n  \"scheduled\": true,\n  \"author\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"avatar\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"content\": {\n    \"json\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"documents\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"groups\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"data\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"groupsOrder\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"createdAt\": \"1980-02-03T20:44:51.262Z\",\n  \"updatedAt\": \"2022-10-29T14:48:44.731Z\",\n  \"directory\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"feed\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"description\": \"string\",\n  \"deletedAt\": \"1951-06-11T15:05:58.833Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"14976b5f-522d-4cdf-9eb0-1d3f3a8098bb","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views","createNew"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"directory\": \"57f63646-a488-1d86-6ec2-d2b5e3ef1449\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"46c1567f-028a-45e1-ad76-ba1d507998b8","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views","createNew"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"directory\": \"57f63646-a488-1d86-6ec2-d2b5e3ef1449\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"18b8d1a8-5944-4877-b365-e3ca3ef260aa","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views","createNew"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"directory\": \"57f63646-a488-1d86-6ec2-d2b5e3ef1449\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e7e52414-c74b-45e0-94d0-8bac109a2f69","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views","createNew"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"directory\": \"57f63646-a488-1d86-6ec2-d2b5e3ef1449\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d81e4ca5-bcbd-4e91-b988-02416517a54e","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views","createNew"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"directory\": \"57f63646-a488-1d86-6ec2-d2b5e3ef1449\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b0301808-0239-4fff-a6e0-aad304afa557","name":"Add content to screen view","request":{"name":"Add content to screen view","description":{"content":"Add content to a screen view. This overwrites any existing content.","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views",":screenViewId","content"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"json\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"documents\": [\n    \"string\",\n    \"string\"\n  ],\n  \"groups\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"groupsOrder\": false\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"30ecf631-ccee-433c-9cee-7f7e52810c49","name":"Success","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","content"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"json\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"documents\": [\n    \"string\",\n    \"string\"\n  ],\n  \"groups\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"groupsOrder\": false\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cfb27b65-9360-4cd5-917f-d69713b52358","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","content"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"json\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"documents\": [\n    \"string\",\n    \"string\"\n  ],\n  \"groups\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"groupsOrder\": false\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1ad06c32-37eb-422f-89a8-730ed9533d07","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","content"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"json\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"documents\": [\n    \"string\",\n    \"string\"\n  ],\n  \"groups\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"groupsOrder\": false\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"36c6a97f-6bc9-491a-ab84-0aefbec23ab9","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","content"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"json\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"documents\": [\n    \"string\",\n    \"string\"\n  ],\n  \"groups\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"groupsOrder\": false\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ee18bfd9-b642-40e8-8f15-744871561c64","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","content"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"json\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"documents\": [\n    \"string\",\n    \"string\"\n  ],\n  \"groups\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"groupsOrder\": false\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e63fe962-4222-47e6-813f-24219103b0ab","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","content"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"json\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"documents\": [\n    \"string\",\n    \"string\"\n  ],\n  \"groups\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"groupsOrder\": false\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"55062c72-7190-493e-a632-542e6bc940c7","name":"Add audience to screen view","request":{"name":"Add audience to screen view","description":{"content":"Define the audience for a screen view.","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views",":screenViewId","audience"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"targetType\": \"ALL\",\n  \"segments\": [\n    \"string\",\n    \"string\"\n  ],\n  \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"94e5905e-2e09-4d49-a3f5-c9ed0b9a265b","name":"Success","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","audience"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"targetType\": \"ALL\",\n  \"segments\": [\n    \"string\",\n    \"string\"\n  ],\n  \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"421baad4-1b2d-4840-8d37-3a51fb60e414","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","audience"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"targetType\": \"ALL\",\n  \"segments\": [\n    \"string\",\n    \"string\"\n  ],\n  \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ffa0f574-4d60-4191-86e6-0d58b53beb8a","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","audience"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"targetType\": \"ALL\",\n  \"segments\": [\n    \"string\",\n    \"string\"\n  ],\n  \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7fd8f58f-d039-499e-81a1-fb8b239a9e24","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","audience"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"targetType\": \"ALL\",\n  \"segments\": [\n    \"string\",\n    \"string\"\n  ],\n  \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9379a3db-93b8-41ec-9a80-4b0035a86baf","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","audience"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"targetType\": \"ALL\",\n  \"segments\": [\n    \"string\",\n    \"string\"\n  ],\n  \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8668dd0d-4963-4feb-87d5-5f712f54a7c6","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","audience"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"targetType\": \"ALL\",\n  \"segments\": [\n    \"string\",\n    \"string\"\n  ],\n  \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"43e8dad1-c679-4369-a76b-1b313dbc1484","name":"Update screen view priority","request":{"name":"Update screen view priority","description":{"content":"Update priority in a screen view.","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views",":screenViewId","priority"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"99","options":{"raw":{"language":"json"}}}},"response":[{"id":"c7534d92-4acb-4288-aa82-8e062de928d2","name":"Success","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","priority"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"99","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2821372e-0c93-4ca1-b260-1f8bf74b5fb2","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","priority"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"99","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0697bb5e-b981-4b7d-b8ff-4fc4067e3e0f","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","priority"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"99","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5c46c3bf-32ed-478f-bdda-6bfc650abf4c","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","priority"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"99","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a50c11b6-9797-4beb-9d8c-5048ac743e8b","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","priority"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"99","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a7707d01-3b53-4ec7-b066-9abda32d3352","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","priority"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"99","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"a3afa5cd-6ae1-4f76-8e83-9fd749ca8c38","name":"Rename screen view","request":{"name":"Rename screen view","description":{"content":"Update the name of a screen view. You can update the names of active screen views.","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views",":screenViewId","name"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"response":[{"id":"be76c7a5-fa6d-448a-9f3a-d77eda28c607","name":"Success","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","name"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b609fbae-70c0-4182-9d96-ed26b0e6dbcc","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","name"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a13bc076-eb5e-4c16-bcb7-198f044748c5","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","name"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6fe1a4d7-c495-4356-915e-1e1e7b9e1a02","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","name"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"48bc0c99-bf89-4478-803d-6f0796553ec2","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","name"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7ff4e649-b317-4d1e-a775-603b96a96eaf","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","name"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b907af44-f900-4a35-a92c-29bcd4e64706","name":"Preview screen view with a profile context","request":{"name":"Preview screen view with a profile context","description":{"content":"This endpoint can be used to preview a generated document as a Workspace or Synerise User. To generate the output as a profile (client), use one of the following methods:\n- [POST `/v3/screen-views/{feedSlug}/generate`](#operation/generateScreenViewByFeedPostV2)\n- [GET `/v3/screen-views/{feedSlug}/generate`](#operation/generateScreenViewByFeedGetV2)\n\n\nWhen this method is called, the Synerise backend finds all screen view campaigns in the requested feed which are applicable to the profile and returns the screen view with the highest priority (1). Inserts are processed. If an insert can't be processed, the returned `data` is empty.\n","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views",":feedSlug","generate","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"feedSlug","description":"(Required) Slug of the screen view feed"},{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"params\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"e6a51a58-37b9-4438-87ee-1f11498ef8d2","name":"Processed JSON content","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":feedSlug","generate","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"feedSlug","description":"(Required) Slug of the screen view feed"},{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"params\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"ea951ed0-ea19-35ad-734c-a1259f3275dd\",\n  \"hash\": \"d514024e-09f6-daa0-31a3-6cef2165edf7\",\n  \"priority\": 99,\n  \"name\": \"string\",\n  \"createdAt\": \"1951-05-27T08:42:47.069Z\",\n  \"updatedAt\": \"1984-04-09T03:22:42.411Z\",\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"data\": {\n    \"collection\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"key_0\": {}\n  },\n  \"path\": \"/v2/screen-views/f9215cb9-4a7e-410b-88cb-8bc40363cc10\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7972d50e-dec7-42c4-9271-b4d9c00719c5","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":feedSlug","generate","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"feedSlug","description":"(Required) Slug of the screen view feed"},{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"params\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6b606038-6bfe-49c3-9e7e-87ecb8da36b8","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":feedSlug","generate","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"feedSlug","description":"(Required) Slug of the screen view feed"},{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"params\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"82ea4b62-67d9-4fb6-be7d-c52f83da6950","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":feedSlug","generate","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"feedSlug","description":"(Required) Slug of the screen view feed"},{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"params\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"79a0e025-6205-4be0-878e-38dab22de36f","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":feedSlug","generate","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"feedSlug","description":"(Required) Slug of the screen view feed"},{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"params\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"95914085-0dae-4857-b554-d427bd2eb88e","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":feedSlug","generate","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"feedSlug","description":"(Required) Slug of the screen view feed"},{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"params\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"209b3621-323a-46d9-afb0-223f168b7c19","name":"Create screen view feed","request":{"name":"Create screen view feed","description":{"content":"Create a new screen view feed.","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views","feeds"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"slug\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"aac5b1bd-c53a-4fb5-86df-f7388d726f15","name":"Feed created","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"slug\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"a2fc749c-a800-0fb0-c477-03516a12ade2\",\n  \"slug\": \"string\",\n  \"name\": \"string\",\n  \"createdAt\": \"2015-07-12T16:56:42.742Z\",\n  \"default\": false\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"92799cbc-4a0e-4372-8480-8a4259e5a488","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"slug\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"358f6f06-e909-4bf1-af33-c1a12d2018d5","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"slug\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e3d19aa3-97f7-4ba7-9a20-cf0f92693193","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"slug\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a2cff286-12e7-4890-aa7b-797190aed042","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"slug\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9f593eb6-36ed-435a-b4f6-8bc717229e20","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"slug\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c7445e0c-dec4-4e01-8fd3-fb893bc47e2c","name":"List screen view feeds","request":{"name":"List screen view feeds","description":{"content":"Returns a list of screen view feeds.","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views","feeds"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"137569ed-8c37-47da-acaa-a7f779084bb7","name":"List of feeds","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"ff58b70c-4b79-4356-8c76-49907f8d2073","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ca8dc693-e235-4cfb-a590-1c738cd5b076","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9ab2de22-bec4-4dd5-af18-b707b38f6e96","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a5fd93d2-1613-4e89-9554-91a44dfdb409","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1b27695b-40a9-43fc-83b7-f40c5ef39da9","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"27dee047-88b9-4a04-ab79-a77a80aabd99","name":"List screen views","request":{"name":"List screen views","description":{"content":"Returns a paginated list of screen views.","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"page","value":"1"},{"disabled":false,"key":"limit","value":"25","description":"Limit of items per page"},{"disabled":false,"key":"search","value":"string","description":"A string to search for in resource names"},{"disabled":false,"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816","description":"UUID of the directory for filtering the results"},{"disabled":false,"key":"status","value":"<string>"},{"disabled":false,"key":"feedId","value":"11cb8669-b58e-4221-fd7c-123076b72cec"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"f32e0234-1bdf-4cc9-95a1-85fffa489bd3","name":"List of screen views","originalRequest":{"url":{"path":["schema-service","v2","screen-views"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"key":"search","value":"string"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"status","value":"<string>"},{"key":"feedId","value":"11cb8669-b58e-4221-fd7c-123076b72cec"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"meta\": {\n    \"links\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"count\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"905d63d5-dd89-441a-9b9d-30a60e98583d","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"key":"search","value":"string"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"status","value":"<string>"},{"key":"feedId","value":"11cb8669-b58e-4221-fd7c-123076b72cec"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b614c4c8-ff69-4acc-adc0-661f6a57865b","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"key":"search","value":"string"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"status","value":"<string>"},{"key":"feedId","value":"11cb8669-b58e-4221-fd7c-123076b72cec"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f423e6b7-6a76-4335-bf48-40895ef1d6bc","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"key":"search","value":"string"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"status","value":"<string>"},{"key":"feedId","value":"11cb8669-b58e-4221-fd7c-123076b72cec"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"685ca890-e13d-492c-ae55-939658ce51da","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"key":"search","value":"string"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"status","value":"<string>"},{"key":"feedId","value":"11cb8669-b58e-4221-fd7c-123076b72cec"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f4ccbb6b-4956-4868-a86e-b33cbb22d796","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"key":"search","value":"string"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"status","value":"<string>"},{"key":"feedId","value":"11cb8669-b58e-4221-fd7c-123076b72cec"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"9f8963fc-27be-4c2d-bcd5-242cd24cc320","name":"Get screen view","request":{"name":"Get screen view","description":{"content":"Retrieve the details of a screen view.","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views",":screenViewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"0486705a-3b72-4288-8805-d73a9be8d0d1","name":"Details of the screen view","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"4251123c-cb68-0fb9-6b8c-e05093306890\",\n  \"businessProfileId\": 7808,\n  \"name\": \"string\",\n  \"status\": \"ACTIVE\",\n  \"priority\": 99,\n  \"scheduled\": true,\n  \"author\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"avatar\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"content\": {\n    \"json\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"documents\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"groups\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"data\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"groupsOrder\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"createdAt\": \"1980-02-03T20:44:51.262Z\",\n  \"updatedAt\": \"2022-10-29T14:48:44.731Z\",\n  \"directory\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"feed\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"description\": \"string\",\n  \"deletedAt\": \"1951-06-11T15:05:58.833Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"85974330-5aa1-4e6b-b664-0d02d2880dc8","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"480744f1-d017-4b13-ab60-004663545329","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6d43d9d3-4123-4d8d-a40c-0db6ce4d3b23","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b8d836c0-4a5d-4c50-9603-3d29278d4208","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b7b06f13-fb24-49b8-b69a-c0d3b473f649","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"ea2285b9-d875-49e7-b4bd-0e4afc95ac2c","name":"Delete screen view","request":{"name":"Delete screen view","description":{"content":"Delete a screen view.","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views",":screenViewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"eafac259-8e7e-4015-abd5-6f82780e7a5c","name":"Screen view deleted","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"93e9fed8-a708-438c-87e2-aabdde74674a","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"67f63dc2-4a54-491f-a73f-25267d439926","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8d10eb2a-fdd3-41f6-b737-c32a5bc1bb80","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e04fabb5-b325-44ed-a6c7-eb8a270d02da","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"da922b68-dc32-4c95-ae0e-2fcd19be47f1","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"358c0c90-277b-4af5-aab9-4c6ef3490445","name":"Copy screen view","request":{"name":"Copy screen view","description":{"content":"Copy a screen view. The copy receives the DRAFT status, regardless of the status of the original screen view.","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views",":screenViewId","copy"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"e6c2f64d-03f5-46bf-9059-a9d1605c4573","name":"Data of the created copy","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","copy"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"1931e9a6-0890-39a6-eb0c-1e04f2cd220f\",\n  \"version\": \"string\",\n  \"status\": \"SCHEDULED\",\n  \"hash\": \"bb6639b2-a98e-49d9-804f-ed6c0e2a0d2f:2019-12-05T08:22:10.094\",\n  \"parentVersion\": \"string\",\n  \"authorId\": \"string\",\n  \"businessProfileId\": 1170,\n  \"priority\": 99,\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"isActive\": false,\n  \"createdAt\": \"1984-01-28T09:40:41.384Z\",\n  \"updatedAt\": \"1984-08-30T05:43:45.412Z\",\n  \"deletedAt\": \"1979-03-06T21:27:51.568Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6c1d2b58-91cb-422d-a9b2-6b46c268b606","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","copy"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f232b186-8630-4ec5-9924-3ca401ea1906","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","copy"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5db407de-0212-4f8c-b452-46b7e56fbb9d","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","copy"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1304137b-6eec-4bb3-bd80-b24b26ed48bc","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","copy"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a918ef94-2012-434b-86c3-9e02a15452ba","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","copy"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b3b57aed-b07c-4fb7-bc35-20f1264c7446","name":"Get predecessors for screen view","request":{"name":"Get predecessors for screen view","description":{"content":"Retrieve information about documents or screen views that refer **to** the requested screen view.","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views",":screenViewId","predecessors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"f2ecddbc-ed36-43c9-b901-85458772c2fc","name":"Entities which refer to the requested screen view","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","predecessors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"children\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"children\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"779af304-d93b-458d-8930-b02b6f3f6b23","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","predecessors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cd57a77f-98e3-44c9-94d3-f4b01d0ae573","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","predecessors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ee714f94-65e9-4e56-a656-52b515e801d4","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","predecessors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9dad46c1-a0cb-4440-ab8b-376ff61ed843","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","predecessors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"564f9627-1480-4194-a0d7-5896e7db6d7b","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","predecessors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"8d63b1b8-7152-4d98-b504-0750a3c378dd","name":"Get successors for screen view","request":{"name":"Get successors for screen view","description":{"content":"Retrieve information about documents referenced **from** the requested screen view.","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views",":screenViewId","successors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"fc425fb7-55b9-41be-acc4-50e9d1cd9048","name":"Documents referenced from the requested screen view","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","successors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"children\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"children\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"228e30e5-cf21-4864-9f1e-a733c908d3cc","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","successors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f29e5407-d150-4be6-a4ec-92a9f7206bdd","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","successors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c494af14-3d51-48be-9df3-90d3c7f3f7c9","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","successors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"dfb872a7-35fc-4179-9f51-91ea18b500e4","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","successors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d812e62d-627e-4a3d-a3ee-222a4a7b9a5e","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","successors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c2b7608d-3d96-47a5-8c14-3bb5ced7ff65","name":"Add screen view directory","request":{"name":"Add screen view directory","description":{"content":"Create a directory for screen views.","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"8400dcde-6368-41c2-94c6-601c3b416498","name":"Directory created","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"8dca04f4-33af-6138-f304-009179008096\",\n  \"name\": \"string\",\n  \"createdAt\": \"2021-06-21T04:35:42.860Z\",\n  \"default\": false\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"54d60c1d-b4c6-4c6a-ab4d-cea4a20be615","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"91987d03-b16c-4e9c-8bf3-eeedad404442","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0b68557c-53fe-41bd-8b34-02bdd8dd964b","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"87228bf1-29f6-4cb2-aa56-c559ba307ca0","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fb539be5-9d93-4fe3-843d-590b13230527","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"6a3fc692-67c7-4bf3-97c5-339d0be15532","name":"List screen view directories","request":{"name":"List screen view directories","description":{"content":"Returns a list of screen view directories.","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"f11b334b-d6de-4ebd-93d7-e445f901e6ec","name":"List of directories","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"12feec30-a327-4eb9-9849-022a29f85537","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3b4d1abf-9963-4489-a3ae-5438626bcd7b","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"113d5a3a-65c5-40c9-aad7-fe4406dc7985","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ad209f12-ee2f-479c-9cc4-cbb66d9c2b46","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f48b88fc-62c8-420d-87ec-d65646d834a6","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"84101089-eb68-4216-bb1c-73205a5b6f4e","name":"Rename screen view directory","request":{"name":"Rename screen view directory","description":{"content":"Update the name of a screen view directory.","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"f1f0833c-250d-4f65-bea3-05df56c4225c","name":"Success","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"8dca04f4-33af-6138-f304-009179008096\",\n  \"name\": \"string\",\n  \"createdAt\": \"2021-06-21T04:35:42.860Z\",\n  \"default\": false\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"093ee16a-d7a1-45a5-81aa-5d6012f8a5c5","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"576f2496-f6af-4034-a345-6c94b9246b54","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"94b503eb-12ee-4ccc-8d77-63d14249eab7","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"82407e1b-5b67-4802-b0b6-c7f107f0a237","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"809e95bf-b676-485d-9393-c2cacebfaa1a","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"9ff65cf3-b92f-4096-abfe-5a2773b4dd96","name":"Delete screen view directory","request":{"name":"Delete screen view directory","description":{"content":"Delete a screen view directory. The contents are moved into the default directory.","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"fe7d6c97-06b7-422a-95e1-26f05af083f7","name":"Success","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"8dca04f4-33af-6138-f304-009179008096\",\n  \"name\": \"string\",\n  \"createdAt\": \"2021-06-21T04:35:42.860Z\",\n  \"default\": false\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a6c45af1-1808-4e24-831b-ba3e498b7e3b","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6f981886-01aa-4dec-9fa0-ea99ac498a1e","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5c00a86e-d491-467e-b916-9cf79a9e2c14","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"032529c6-9bf2-419c-ab7a-312951bd4edf","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9401d44d-5876-4a96-aee5-5ad624a4e79f","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"05c01025-8b68-4d1b-b9e9-af5974506a41","name":"Assign screen view to directory","request":{"name":"Assign screen view to directory","description":{"content":"Assign a screen view to a directory. A screen view can only belong to one directory and using this endpoint overwrites the current assignment.","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views",":screenViewId","directory",":directoryId","attach"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"fa60b7fc-4207-4831-ac70-03d59c4414eb","name":"Success","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","directory",":directoryId","attach"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"docId\": \"5f34c4ee-c0ff-6c89-efb1-1e58bbd2be73\",\n  \"name\": \"string\",\n  \"status\": \"<string>\",\n  \"scheduled\": false,\n  \"authorId\": 680,\n  \"directoryId\": \"637cda98-4955-e22a-b5d2-717aafa2fea0\",\n  \"createdAt\": \"1946-06-06T18:51:34.201Z\",\n  \"updatedAt\": \"1973-10-17T05:12:01.614Z\",\n  \"deletedAt\": \"2003-11-24T12:24:15.296Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d625f4fd-f20f-4e05-b778-c4310978bde4","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","directory",":directoryId","attach"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"09e5ceed-98a4-4bd3-9e22-812f0154e7b7","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","directory",":directoryId","attach"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6d30fac5-0409-4ae9-be35-7f6ebf078040","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","directory",":directoryId","attach"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"90b579a8-6389-4adc-ac02-c7698c2f3981","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","directory",":directoryId","attach"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6c4f5f39-bdd6-464a-aa09-c297bfd897ea","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","directory",":directoryId","attach"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"da16456c-9eba-4889-b939-3e27ada61dd5","name":"Assign screen view to feed","request":{"name":"Assign screen view to feed","description":{"content":"Assign a screen view to a feed.","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views",":screenViewId","feed"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"8eec5468-a972-9cfa-ab12-02fb806c4482","options":{"raw":{"language":"json"}}}},"response":[{"id":"5686c01d-599b-4331-b343-55ebdbfed13b","name":"Success","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","feed"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"8eec5468-a972-9cfa-ab12-02fb806c4482","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bb371377-19df-4352-9347-6799f5e92efc","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","feed"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"8eec5468-a972-9cfa-ab12-02fb806c4482","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"43452c79-e4ff-4b15-a4dd-525f7cd7062a","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","feed"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"8eec5468-a972-9cfa-ab12-02fb806c4482","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"315eaa5c-0b9f-47ee-99e7-5eac3435cf4a","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","feed"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"8eec5468-a972-9cfa-ab12-02fb806c4482","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2d8b7cf3-f053-4a05-ac9c-e80edbeba3bb","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","feed"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"8eec5468-a972-9cfa-ab12-02fb806c4482","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0d07bd41-ec14-42db-8a91-16db6e9f6967","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","feed"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"8eec5468-a972-9cfa-ab12-02fb806c4482","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"9b38809a-f746-4576-9261-475de72e67bd","name":"Rename screen view feed","request":{"name":"Rename screen view feed","description":{"content":"Update the name of a screen view feed.","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views","feeds",":feedId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"feedId","description":"(Required) UUID of a screen view feed"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"62502aa3-bbc5-4e83-846a-da4367e46490","name":"Success","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds",":feedId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"feedId","description":"(Required) UUID of a screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"8dca04f4-33af-6138-f304-009179008096\",\n  \"name\": \"string\",\n  \"createdAt\": \"2021-06-21T04:35:42.860Z\",\n  \"default\": false\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"da0216b6-5f32-4c4b-b765-1b3625c30ce5","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds",":feedId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"feedId","description":"(Required) UUID of a screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6b8db5db-50d0-4506-bc67-9986e2a744f2","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds",":feedId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"feedId","description":"(Required) UUID of a screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"68009f6f-64fc-482d-8eb8-34c777d35461","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds",":feedId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"feedId","description":"(Required) UUID of a screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0114e7bd-2dd1-46ed-b681-a3a2ac3d15a9","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds",":feedId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"feedId","description":"(Required) UUID of a screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"41dc14ad-3f21-4bd0-ab8b-dd9dcf5c9d9a","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds",":feedId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"feedId","description":"(Required) UUID of a screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"3c822580-7db8-4270-b03d-3e0d249c9246","name":"Delete screen view feed","request":{"name":"Delete screen view feed","description":{"content":"Delete a screen view feed. The screen views currently in this feed are moved to the default feed.","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views","feeds",":feedId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"feedId","description":"(Required) UUID of a screen view feed"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"216a8314-dc0e-403c-afce-904a1acc0463","name":"Success","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds",":feedId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"feedId","description":"(Required) UUID of a screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"a2fc749c-a800-0fb0-c477-03516a12ade2\",\n  \"slug\": \"string\",\n  \"name\": \"string\",\n  \"createdAt\": \"2015-07-12T16:56:42.742Z\",\n  \"default\": false\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8da353ca-3431-41b9-806a-62fe822f003e","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds",":feedId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"feedId","description":"(Required) UUID of a screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ff402ab3-b4de-4d94-bf4f-fa1e7684ef87","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds",":feedId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"feedId","description":"(Required) UUID of a screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4cc55348-3dd7-441d-8b07-8edd6c4bc85e","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds",":feedId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"feedId","description":"(Required) UUID of a screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4917d047-c8c9-4243-827f-1e80cedaa5e3","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds",":feedId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"feedId","description":"(Required) UUID of a screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"18d9a5d1-8b2f-45ed-b23d-cde83135d2b2","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds",":feedId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"feedId","description":"(Required) UUID of a screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"0de9b65c-e1dc-4544-b00b-597554e18aae","name":"Schedule object","request":{"name":"Schedule object","description":{"content":"Add a schedule to a document or screen view.","type":"text/plain"},"url":{"path":["schema-service","scheduler","entry"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"externalId\": \"b1afbbf2-f9f8-0123-bc18-6eaa485de778\",\n  \"type\": \"DOCUMENT\",\n  \"schedule\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"8b5ff196-381c-4492-a2c6-1006fbeae78f","name":"Schedule added","originalRequest":{"url":{"path":["schema-service","scheduler","entry"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"externalId\": \"b1afbbf2-f9f8-0123-bc18-6eaa485de778\",\n  \"type\": \"DOCUMENT\",\n  \"schedule\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"active\": false,\n  \"externalId\": \"4891bd91-b256-9442-64c3-63156cf70dc8\",\n  \"type\": \"DOCUMENT\",\n  \"finished\": true,\n  \"schedule\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cb5890a7-8fd2-4cbc-bb28-28029b90c287","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","scheduler","entry"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"externalId\": \"b1afbbf2-f9f8-0123-bc18-6eaa485de778\",\n  \"type\": \"DOCUMENT\",\n  \"schedule\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0d8864fb-a142-4905-9ffd-d1d36ec50230","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","scheduler","entry"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"externalId\": \"b1afbbf2-f9f8-0123-bc18-6eaa485de778\",\n  \"type\": \"DOCUMENT\",\n  \"schedule\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c0a09055-5df8-470f-900b-8cfc3860f2e2","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","scheduler","entry"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"externalId\": \"b1afbbf2-f9f8-0123-bc18-6eaa485de778\",\n  \"type\": \"DOCUMENT\",\n  \"schedule\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f5ac33c0-fb5b-41f4-ae80-8f4abd2c3c8b","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","scheduler","entry"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"externalId\": \"b1afbbf2-f9f8-0123-bc18-6eaa485de778\",\n  \"type\": \"DOCUMENT\",\n  \"schedule\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2d89fa90-8c16-4686-bdc1-5960a9537aa5","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","scheduler","entry"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"externalId\": \"b1afbbf2-f9f8-0123-bc18-6eaa485de778\",\n  \"type\": \"DOCUMENT\",\n  \"schedule\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"f7b36b2f-aa44-47b4-a2ed-f7fb9e752418","name":"Get schedule the schedule of an object","request":{"name":"Get schedule the schedule of an object","description":{"content":"Get schedule object.","type":"text/plain"},"url":{"path":["schema-service","scheduler","entry",":objectType",":objectId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"objectId","description":"(Required) Screen view or document ID"},{"disabled":false,"type":"any","value":"SCREENVIEW","key":"objectType","description":"(Required) Object type"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"bf3a6731-e9e9-4217-9694-e0525b15a0bf","name":"Schedule details","originalRequest":{"url":{"path":["schema-service","scheduler","entry",":objectType",":objectId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"objectId","description":"(Required) Screen view or document ID"},{"disabled":false,"type":"any","value":"SCREENVIEW","key":"objectType","description":"(Required) Object type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"active\": false,\n  \"externalId\": \"4891bd91-b256-9442-64c3-63156cf70dc8\",\n  \"type\": \"DOCUMENT\",\n  \"finished\": true,\n  \"schedule\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3cc1bfbc-3bd6-4872-964f-a0b673fd5749","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","scheduler","entry",":objectType",":objectId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"objectId","description":"(Required) Screen view or document ID"},{"disabled":false,"type":"any","value":"SCREENVIEW","key":"objectType","description":"(Required) Object type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3373d171-d1d5-46ca-808a-211b3fcefc76","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","scheduler","entry",":objectType",":objectId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"objectId","description":"(Required) Screen view or document ID"},{"disabled":false,"type":"any","value":"SCREENVIEW","key":"objectType","description":"(Required) Object type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ba04592c-85b3-4687-a6d2-4f7c180e227b","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","scheduler","entry",":objectType",":objectId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"objectId","description":"(Required) Screen view or document ID"},{"disabled":false,"type":"any","value":"SCREENVIEW","key":"objectType","description":"(Required) Object type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b1d14022-2ed5-48f8-83a0-d0f6382a41da","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","scheduler","entry",":objectType",":objectId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"objectId","description":"(Required) Screen view or document ID"},{"disabled":false,"type":"any","value":"SCREENVIEW","key":"objectType","description":"(Required) Object type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a525c4ba-3e14-467d-83ad-90937638251b","name":"Object has no schedule; or an exception occurred.","originalRequest":{"url":{"path":["schema-service","scheduler","entry",":objectType",":objectId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"objectId","description":"(Required) Screen view or document ID"},{"disabled":false,"type":"any","value":"SCREENVIEW","key":"objectType","description":"(Required) Object type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"5e999f24-52d9-4933-8355-e3e5d2691907","name":"Finish screen view","request":{"name":"Finish screen view","description":{"content":"Finish a screen view. A finished document is no longer displayed.","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","finish"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"7f64b1dd-9bbf-46ab-b5cf-2f7211198633","name":"Success","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","finish"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2dad189e-01f1-4b9e-9378-6d4bbf265444","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","finish"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0ee3f5e2-0c4e-4495-98bd-637c1e07bb04","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","finish"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fecad8bf-f962-475a-82b9-4b957fbd96ce","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","finish"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"04941847-aee4-48b9-aee0-bd063eb2d4f4","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","finish"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"31f93a4b-f2f3-4a13-af19-b2203cd30a12","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","finish"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"2737c31e-0a20-4fa2-8f19-9ab457532ae6","name":"Resume screen view","request":{"name":"Resume screen view","description":{"content":"Resume a screen view that was paused.","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","resume"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"1935404f-c310-41a3-8c17-bfe92d0cf3ea","name":"Success","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","resume"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"73b2ed44-2e1e-44a8-aad0-2172d40c32b7","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","resume"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6fdd3a52-4285-48a9-8437-792f91a1e259","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","resume"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cacbda97-e42b-4857-8014-79d91006d418","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","resume"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e0c9bd16-ddda-4463-bd33-42d18653d74b","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","resume"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c43416d6-32d7-4e36-b01f-bb3c7c7da6b3","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","resume"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"d09fb85d-c9d7-4366-a87a-8bf4e9959801","name":"Activate screen view","request":{"name":"Activate screen view","description":{"content":"Activate a screen view. It can be displayed to customers.","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"628631b9-8cc8-40b4-887e-04ad4235b133","name":"Success","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b91c780a-57d5-45a7-ad67-dcb8e6e022e8","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e01e0f16-34e9-49c8-80a9-30dc18f41c1f","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"56ff0464-8943-4cf7-b319-f80eccb736e2","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7366b163-8e40-43fb-b6be-37bfae982bc8","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1b2c4569-4750-47df-a6f5-20d548d59602","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"5a399a38-d4c6-4ec5-a3de-9c3810a5d060","name":"Pause screen view","request":{"name":"Pause screen view","description":{"content":"Pause a screen view. Until resumed, it can't be displayed to customers.","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"ceaa0bb6-f237-48a8-9854-239ff9ceda81","name":"Success","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c6afd02e-b3be-4227-8eb9-0eaed16ed638","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"44b9b0c2-b416-449e-a307-c88ca8d2e84d","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4b614892-be68-4770-b571-1e9b609e9ec9","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"69c409a1-aabb-4d75-8ab8-85e1218693b1","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4a68f139-0bb4-47e2-a322-0ed7cf2b37b2","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"cffa6b54-97ac-4778-9142-b31da95a8429","name":"Documents","description":{"content":"","type":"text/plain"},"item":[{"id":"f61be8c5-0163-4ed9-ba74-d0aaff620751","name":"Generate document (slug)","request":{"name":"Generate document (slug)","description":{"content":"Generate a document. Inserts are processed. If an insert can't be processed, the returned `content` is empty.\n\nIf the document includes inserts with a context (for example, `{% customer param %}`), you must authenticate the request with a JWT that provides the context.\n\nIf you want to authenticate with a JWT that doesn't provide the required context, you can use the [`POST /v2/documents/{slug}/generate` endpoint](operation/generateDocumentBySlug) to provide the parameter values in the request body.\n\n**IMPORTANT**: When the request's context is a Workspace or Synerise User JWT, only documents with the audience set to `ALL` (\"Everyone\" in the Synerise Web Application) can be generated.\n","type":"text/plain"},"url":{"path":["schema-service","v2","documents",":slug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1wwgytnt-bog16-azqx0apkqy1-sxv","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"aba7c3de-4ed3-4c61-b194-1bb21b7a9c63","name":"Processed JSON content","originalRequest":{"url":{"path":["schema-service","v2","documents",":slug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1wwgytnt-bog16-azqx0apkqy1-sxv","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"slug\": \"basket\",\n  \"schema\": \"containers\",\n  \"content\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"uuid\": \"f45ff1bb-bf51-9126-e47c-e5893b31fc4e\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"70b02df4-cdc9-46be-9d30-cd85ff77cbf3","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":slug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1wwgytnt-bog16-azqx0apkqy1-sxv","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1ef299b8-d709-42a9-bb64-a7673d98f794","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents",":slug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1wwgytnt-bog16-azqx0apkqy1-sxv","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9dc4aace-2a6c-421b-8de6-09279816fa6b","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents",":slug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1wwgytnt-bog16-azqx0apkqy1-sxv","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"24cf6e5c-3248-43eb-8fd3-3de54558c59a","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents",":slug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1wwgytnt-bog16-azqx0apkqy1-sxv","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c181ba3a-c3de-4ae9-a482-c69d7675fd05","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":slug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1wwgytnt-bog16-azqx0apkqy1-sxv","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"4818517d-7e22-4688-8154-941a3eb9f8ad","name":"Generate document (slug)","request":{"name":"Generate document (slug)","description":{"content":"Generate a document. Inserts are processed. If an insert can't be processed, the returned `content` is empty.\n\n**IMPORTANT**: When the request's context is a Workspace or Synerise User JWT, only documents with the audience set to `ALL` (\"Everyone\" in the Synerise Web Application) can be generated.\n","type":"text/plain"},"url":{"path":["schema-service","v2","documents",":slug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1wwgytnt-bog16-azqx0apkqy1-sxv","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"customer.firstName\": \"Joe\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"7524a775-af05-4743-9062-9ab859026045","name":"Processed JSON content","originalRequest":{"url":{"path":["schema-service","v2","documents",":slug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1wwgytnt-bog16-azqx0apkqy1-sxv","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"slug\": \"basket\",\n  \"schema\": \"containers\",\n  \"content\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"uuid\": \"f45ff1bb-bf51-9126-e47c-e5893b31fc4e\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d26d3713-96f0-43eb-aadb-168eecf6a91d","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":slug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1wwgytnt-bog16-azqx0apkqy1-sxv","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"744502f5-5a81-4d66-aa71-3bc24cbb0ba3","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents",":slug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1wwgytnt-bog16-azqx0apkqy1-sxv","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7421a56f-576e-42f3-9109-534fac200abc","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents",":slug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1wwgytnt-bog16-azqx0apkqy1-sxv","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0530c6a1-c170-463e-8fd4-25eb2052432a","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents",":slug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1wwgytnt-bog16-azqx0apkqy1-sxv","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6f92a18e-c701-4f57-8a33-746f4ee9b6fd","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":slug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1wwgytnt-bog16-azqx0apkqy1-sxv","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"8edb7d17-571b-4e1c-bfc2-c88e79bf5c85","name":"Generate document (document UUID)","request":{"name":"Generate document (document UUID)","description":{"content":"Generate a document. Inserts are processed. If an insert can't be processed, the returned `content` is empty.\n\n**IMPORTANT**: When the request's context is a Workspace or Synerise User JWT, only documents with the audience set to `ALL` (\"Everyone\" in the Synerise Web Application) can be generated.\n","type":"text/plain"},"url":{"path":["schema-service","v2","documents",":documentId","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"customer.firstName\": \"Joe\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"ad111dc2-b039-4eba-af73-909beef0ed7e","name":"Processed document","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"key_0\": {},\n  \"key_1\": {},\n  \"key_2\": {}\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0e6a71a3-6206-4dc0-be6e-6d2b5cb4a23f","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fd380c8d-18ae-4376-b154-bd0330d9b6c2","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"20148a8e-76a7-4c81-ab15-63ceb2fbf4b8","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"defc6261-b31c-4899-a7e2-0e4b84007b5c","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"291237ff-896f-4b21-9cbb-ff0a0c27628c","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"6ff14cc7-aadd-41f8-a7aa-c798b68ed4d6","name":"Create document","request":{"name":"Create document","description":{"content":"Create a new document.","type":"text/plain"},"url":{"path":["schema-service","v2","documents","create"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"priority\": 11,\n  \"content\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"slug\": \"basket\",\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"directoryId\": \"0fba84f2-12e3-b0e4-5b86-c35118cf0710\",\n  \"schema\": \"containers\",\n  \"groupId\": \"d6a9bff7-a4bf-8cd1-bea1-3e59a9164a17\",\n  \"schedule\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"038e3750-9a1c-4d87-891f-c758808e9948","name":"Document created","originalRequest":{"url":{"path":["schema-service","v2","documents","create"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"priority\": 11,\n  \"content\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"slug\": \"basket\",\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"directoryId\": \"0fba84f2-12e3-b0e4-5b86-c35118cf0710\",\n  \"schema\": \"containers\",\n  \"groupId\": \"d6a9bff7-a4bf-8cd1-bea1-3e59a9164a17\",\n  \"schedule\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"aed90378-2095-94d4-9c43-d970d5663f66\",\n  \"name\": \"string\",\n  \"priority\": 73,\n  \"status\": \"DRAFT\",\n  \"scheduled\": false,\n  \"createdAt\": \"2024-01-06T09:59:58.072Z\",\n  \"updatedAt\": \"2021-09-22T07:25:28.078Z\",\n  \"author\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"avatar\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"content\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"slug\": \"basket\",\n  \"schema\": \"containers\",\n  \"directory\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"group\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"deletedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"nr\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"deletedAt\": \"2008-03-01T09:32:16.641Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"aad9b60f-560c-4dbb-bc46-7fee277aab2e","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","create"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"priority\": 11,\n  \"content\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"slug\": \"basket\",\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"directoryId\": \"0fba84f2-12e3-b0e4-5b86-c35118cf0710\",\n  \"schema\": \"containers\",\n  \"groupId\": \"d6a9bff7-a4bf-8cd1-bea1-3e59a9164a17\",\n  \"schedule\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4cebacaa-57aa-491c-b24d-62596ccd85a4","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents","create"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"priority\": 11,\n  \"content\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"slug\": \"basket\",\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"directoryId\": \"0fba84f2-12e3-b0e4-5b86-c35118cf0710\",\n  \"schema\": \"containers\",\n  \"groupId\": \"d6a9bff7-a4bf-8cd1-bea1-3e59a9164a17\",\n  \"schedule\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"dec8e4ce-f166-4e39-b0d9-b646c8a5ce42","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents","create"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"priority\": 11,\n  \"content\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"slug\": \"basket\",\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"directoryId\": \"0fba84f2-12e3-b0e4-5b86-c35118cf0710\",\n  \"schema\": \"containers\",\n  \"groupId\": \"d6a9bff7-a4bf-8cd1-bea1-3e59a9164a17\",\n  \"schedule\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"19d73540-63c5-4c10-bb6f-395605844d6e","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents","create"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"priority\": 11,\n  \"content\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"slug\": \"basket\",\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"directoryId\": \"0fba84f2-12e3-b0e4-5b86-c35118cf0710\",\n  \"schema\": \"containers\",\n  \"groupId\": \"d6a9bff7-a4bf-8cd1-bea1-3e59a9164a17\",\n  \"schedule\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7c700341-550a-4009-a610-81b6847dfb6c","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","create"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"priority\": 11,\n  \"content\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"slug\": \"basket\",\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"directoryId\": \"0fba84f2-12e3-b0e4-5b86-c35118cf0710\",\n  \"schema\": \"containers\",\n  \"groupId\": \"d6a9bff7-a4bf-8cd1-bea1-3e59a9164a17\",\n  \"schedule\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"1281389f-3e7b-49bd-9d92-4d1f7ad230ac","name":"Initialize document","request":{"name":"Initialize document","description":{"content":"Create a new document. It is created as a blank, without any conditions.","type":"text/plain"},"url":{"path":["schema-service","v2","documents","createNew"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"directory\": \"57f63646-a488-1d86-6ec2-d2b5e3ef1449\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"2ae70411-0329-4187-bd6f-b6994ddaa7ce","name":"Document initialized","originalRequest":{"url":{"path":["schema-service","v2","documents","createNew"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"directory\": \"57f63646-a488-1d86-6ec2-d2b5e3ef1449\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"docId\": \"6cbf901f-899a-9c29-29ff-fc2d8ecae4e6\",\n  \"name\": \"string\",\n  \"status\": \"ACTIVE\",\n  \"scheduled\": true,\n  \"authorId\": 7765,\n  \"directoryId\": \"ad06664a-7f71-3199-ccf5-be00341d860d\",\n  \"createdAt\": \"2026-02-08T23:57:12.001Z\",\n  \"updatedAt\": \"2011-02-09T15:47:18.271Z\",\n  \"deletedAt\": \"2011-02-10T02:40:52.146Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c2bf1b9d-7cfe-4064-9148-e78da4ccf570","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","createNew"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"directory\": \"57f63646-a488-1d86-6ec2-d2b5e3ef1449\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"445a8313-8bb8-49c5-82a8-d4f10788c357","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents","createNew"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"directory\": \"57f63646-a488-1d86-6ec2-d2b5e3ef1449\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b710733f-4853-4317-9619-af3b70960c93","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents","createNew"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"directory\": \"57f63646-a488-1d86-6ec2-d2b5e3ef1449\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0d2987b7-2521-41db-a177-e7e42cb39a0b","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents","createNew"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"directory\": \"57f63646-a488-1d86-6ec2-d2b5e3ef1449\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8959df1c-1b95-4982-aefc-1d7ad0814656","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","createNew"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"directory\": \"57f63646-a488-1d86-6ec2-d2b5e3ef1449\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"fc861b8a-dd9a-4b70-8a25-5730326374c7","name":"Add audience to document","request":{"name":"Add audience to document","description":{"content":"Define the audience for a document.","type":"text/plain"},"url":{"path":["schema-service","v2","documents",":documentId","audience"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"targetType\": \"ALL\",\n  \"segments\": [\n    \"string\",\n    \"string\"\n  ],\n  \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"c3ce540e-181b-4d36-9f07-6f8511ad3e11","name":"Audience defined","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","audience"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"targetType\": \"ALL\",\n  \"segments\": [\n    \"string\",\n    \"string\"\n  ],\n  \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9553f74c-8d53-4666-9ce6-35db2e5aabee","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","audience"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"targetType\": \"ALL\",\n  \"segments\": [\n    \"string\",\n    \"string\"\n  ],\n  \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"92ae5815-e429-4b5f-9d34-0d60331835f1","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","audience"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"targetType\": \"ALL\",\n  \"segments\": [\n    \"string\",\n    \"string\"\n  ],\n  \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6a2c6dd5-f0ac-41d7-9a6d-78f3d9bcfd9f","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","audience"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"targetType\": \"ALL\",\n  \"segments\": [\n    \"string\",\n    \"string\"\n  ],\n  \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4bdffc6d-f340-418a-9fb4-6a419477e516","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","audience"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"targetType\": \"ALL\",\n  \"segments\": [\n    \"string\",\n    \"string\"\n  ],\n  \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d29f07e4-3dc9-46cc-957d-254b957110ec","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","audience"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"targetType\": \"ALL\",\n  \"segments\": [\n    \"string\",\n    \"string\"\n  ],\n  \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"5c01a84a-5d63-47ac-aa59-f4400adda252","name":"Add content to document","request":{"name":"Add content to document","description":{"content":"Add content and configuration (priority, schema, and so on) to a document.","type":"text/plain"},"url":{"path":["schema-service","v2","documents",":documentId","content"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"priority\": 49,\n  \"content\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_3\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"slug\": \"basket\",\n  \"schema\": \"containers\",\n  \"groupId\": \"43c97b25-4a10-45d0-99b7-d472eea2bb24\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"7472d71b-944a-4efb-be1f-650358c3a7c3","name":"Content added","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","content"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"priority\": 49,\n  \"content\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_3\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"slug\": \"basket\",\n  \"schema\": \"containers\",\n  \"groupId\": \"43c97b25-4a10-45d0-99b7-d472eea2bb24\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b281d19b-eb6e-43a3-baf2-538390e2892a","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","content"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"priority\": 49,\n  \"content\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_3\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"slug\": \"basket\",\n  \"schema\": \"containers\",\n  \"groupId\": \"43c97b25-4a10-45d0-99b7-d472eea2bb24\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f72d8ba1-8182-46aa-a54f-4a2c45c0739f","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","content"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"priority\": 49,\n  \"content\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_3\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"slug\": \"basket\",\n  \"schema\": \"containers\",\n  \"groupId\": \"43c97b25-4a10-45d0-99b7-d472eea2bb24\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a35af727-9ddc-4b7a-84f7-e2f54247f1b8","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","content"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"priority\": 49,\n  \"content\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_3\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"slug\": \"basket\",\n  \"schema\": \"containers\",\n  \"groupId\": \"43c97b25-4a10-45d0-99b7-d472eea2bb24\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a17ce8f5-0014-490d-9876-977f65986843","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","content"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"priority\": 49,\n  \"content\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_3\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"slug\": \"basket\",\n  \"schema\": \"containers\",\n  \"groupId\": \"43c97b25-4a10-45d0-99b7-d472eea2bb24\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5856d496-0e2f-4c40-b6e9-90047be4752b","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","content"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"priority\": 49,\n  \"content\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_3\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"slug\": \"basket\",\n  \"schema\": \"containers\",\n  \"groupId\": \"43c97b25-4a10-45d0-99b7-d472eea2bb24\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"9ed93e33-8af8-4d07-bb89-607993ecd983","name":"Rename document","request":{"name":"Rename document","description":{"content":"Rename a document.","type":"text/plain"},"url":{"path":["schema-service","v2","documents",":documentId","name"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"response":[{"id":"e05d888f-7ac8-4220-b27e-bb9f679fb84f","name":"Document renamed","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","name"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4b851c5a-33b8-4574-b057-8ba0e25324a1","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","name"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8d532b13-4132-4d0c-bb59-7a74975b3317","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","name"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e85dd3b5-243a-4c23-a78c-47107e7a695d","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","name"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d11e7e40-d0ce-40b5-b087-bbd4fb72c4ad","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","name"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"148c0359-ffe7-4a77-aa62-0c18f80e51f0","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","name"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"ce39ce59-daee-4245-b37c-517f2bb9b45d","name":"Update priority in document","request":{"name":"Update priority in document","description":{"content":"Update priority in a document.","type":"text/plain"},"url":{"path":["schema-service","v2","documents",":documentId","priority"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"8655","options":{"raw":{"language":"json"}}}},"response":[{"id":"acd68541-8180-48ef-aa8f-333442eb98f0","name":"Priority changed","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","priority"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"8655","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ce24a888-0e4a-4826-8a31-1b276fb8de69","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","priority"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"8655","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"49f78190-8ec6-41f0-81c4-6b2c61618c48","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","priority"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"8655","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a30ac062-b343-4338-b195-33f48420de89","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","priority"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"8655","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8bd350a4-5515-4deb-a946-276548b73b48","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","priority"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"8655","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"25c7afdd-398e-4924-8ce3-81a1f0c6791f","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","priority"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"8655","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"017cb894-3233-4448-9642-29fef38f578f","name":"Preview document content for a profile","request":{"name":"Preview document content for a profile","description":{"content":"Preview document content in context of a profile. Inserts are processed. If an insert can't be processed, the returned `content` is empty.\n\nThis method should not be used in production implementations, its purpose is to test the content. Use the \"generate document\" endpoints for implementation.\n","type":"text/plain"},"url":{"path":["schema-service","v2","documents","preview","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"content\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"45e9b8f4-a397-4271-844a-89a19ae4d7f7","name":"Processed document","originalRequest":{"url":{"path":["schema-service","v2","documents","preview","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"content\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"key_0\": {},\n  \"key_1\": {},\n  \"key_2\": {}\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fcf020db-b2cc-4897-ac21-5eff827d3edd","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","preview","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"content\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"66223f31-6b60-43b5-af9b-1312a8f28717","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents","preview","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"content\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"41b4fa3f-b2a5-4074-af84-517a603aa0da","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents","preview","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"content\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cbaaa4c9-8c9b-4347-8bcb-d400673aeba5","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents","preview","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"content\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1f956a26-d836-45e5-833b-52d7e1b60e79","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","preview","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"content\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"params\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"7efa0c82-cb16-4cfb-ac7f-2c7f8e672028","name":"Generate document for a profile","request":{"name":"Generate document for a profile","description":{"content":"Generate a document in context of a profile. Inserts are processed. If an insert can't be processed, the returned `content` is empty.\n","type":"text/plain"},"url":{"path":["schema-service","v2","documents",":documentIdentifier","generate","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"documentIdentifier","description":"(Required) UUID or slug of the document"},{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"params\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"c1396676-2f7e-451d-b7e1-ffecb2057e21","name":"Processed document","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentIdentifier","generate","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"documentIdentifier","description":"(Required) UUID or slug of the document"},{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"params\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"key_0\": {},\n  \"key_1\": {},\n  \"key_2\": {}\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"148605de-7ed6-4a86-9e02-0c87ef743c6a","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentIdentifier","generate","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"documentIdentifier","description":"(Required) UUID or slug of the document"},{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"params\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"29f60993-fadd-4cfb-832b-16ebfabf62d6","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentIdentifier","generate","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"documentIdentifier","description":"(Required) UUID or slug of the document"},{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"params\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6a785a17-f1b1-44cf-bea3-0095a396a1e1","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentIdentifier","generate","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"documentIdentifier","description":"(Required) UUID or slug of the document"},{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"params\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6e77311f-a33a-4d4b-b27a-f3483250b719","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentIdentifier","generate","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"documentIdentifier","description":"(Required) UUID or slug of the document"},{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"params\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bb7f9b7b-2359-431e-8d51-5a3775ea80ee","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentIdentifier","generate","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"documentIdentifier","description":"(Required) UUID or slug of the document"},{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"params\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"48269a6f-973e-4f65-9dd2-902fdbf4bb77","name":"List grouped documents","request":{"name":"List grouped documents","description":{"content":"Retrieve a group or groups of documents with information about the documents in those groups and relations between them. The response is an array of arrays (groups) of objects (documents).","type":"text/plain"},"url":{"path":["schema-service","v2","documents","preview","grouped-by","groups","list"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"[\n  \"2505b1bc-58d3-ba3d-bc54-3c7ad45e7302\",\n  \"343759fe-a46d-aeec-c15d-3ce4c2a8bd99\"\n]","options":{"raw":{"language":"json"}}}},"response":[{"id":"e97c16f2-d8f8-4b6d-944f-bfc98a4a26f6","name":"List of document groups","originalRequest":{"url":{"path":["schema-service","v2","documents","preview","grouped-by","groups","list"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  \"409cf33b-cce9-45ce-8a19-8443fe499f54\",\n  \"7eda7dd9-70f3-5704-c4ea-00d590367120\"\n]","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"children\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"children\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"b667d038-9ce5-42e2-aded-8cfe9738733c","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","preview","grouped-by","groups","list"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  \"409cf33b-cce9-45ce-8a19-8443fe499f54\",\n  \"7eda7dd9-70f3-5704-c4ea-00d590367120\"\n]","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1a59df14-ff74-4a08-98cc-a86869dc04b5","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents","preview","grouped-by","groups","list"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  \"409cf33b-cce9-45ce-8a19-8443fe499f54\",\n  \"7eda7dd9-70f3-5704-c4ea-00d590367120\"\n]","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e2459a25-39ab-404f-a29a-30030513be14","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents","preview","grouped-by","groups","list"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  \"409cf33b-cce9-45ce-8a19-8443fe499f54\",\n  \"7eda7dd9-70f3-5704-c4ea-00d590367120\"\n]","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"212c32c1-0b26-4b0b-b4a7-2708c773fe44","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents","preview","grouped-by","groups","list"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  \"409cf33b-cce9-45ce-8a19-8443fe499f54\",\n  \"7eda7dd9-70f3-5704-c4ea-00d590367120\"\n]","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9fad988b-bf71-44b5-9655-1bd5bf3d3ca6","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","preview","grouped-by","groups","list"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  \"409cf33b-cce9-45ce-8a19-8443fe499f54\",\n  \"7eda7dd9-70f3-5704-c4ea-00d590367120\"\n]","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"cc563fb6-7554-40fc-aa86-6ecfe0ee589b","name":"List documents","request":{"name":"List documents","description":{"content":"Returns a paginated list of documents.","type":"text/plain"},"url":{"path":["schema-service","v2","documents"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"page","value":"1"},{"disabled":false,"key":"limit","value":"25","description":"Limit of items per page"},{"disabled":false,"key":"search","value":"string","description":"A string to search for in resource names"},{"disabled":false,"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816","description":"UUID of the directory for filtering the results"},{"disabled":false,"key":"groupId","value":"e719be8f-b4a4-d60c-0894-e518675f6a71","description":"UUID of the document group for filtering the results"},{"disabled":false,"key":"status","value":"PAUSED"},{"disabled":false,"key":"schema","value":"string","description":"Name of the document schema (type) for filtering the results"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"3a09791a-8f07-40e8-9411-0bb065659388","name":"List of documents","originalRequest":{"url":{"path":["schema-service","v2","documents"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"key":"search","value":"string"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"groupId","value":"e719be8f-b4a4-d60c-0894-e518675f6a71"},{"key":"status","value":"<string>"},{"key":"schema","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"meta\": {\n    \"links\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"count\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fc9b24d5-2970-40b8-b756-d6e3b15363e4","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"key":"search","value":"string"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"groupId","value":"e719be8f-b4a4-d60c-0894-e518675f6a71"},{"key":"status","value":"<string>"},{"key":"schema","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c80b64f4-4a6f-42ff-8acf-42f4c5d24b4d","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"key":"search","value":"string"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"groupId","value":"e719be8f-b4a4-d60c-0894-e518675f6a71"},{"key":"status","value":"<string>"},{"key":"schema","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e425388c-7c00-4be9-960e-c7c3ee31c37b","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"key":"search","value":"string"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"groupId","value":"e719be8f-b4a4-d60c-0894-e518675f6a71"},{"key":"status","value":"<string>"},{"key":"schema","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b2c2d166-4fd4-43e3-82f2-4ed2f3dc07db","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"key":"search","value":"string"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"groupId","value":"e719be8f-b4a4-d60c-0894-e518675f6a71"},{"key":"status","value":"<string>"},{"key":"schema","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c17d1c46-d8d4-4607-b0f7-6aa679bb1533","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"key":"search","value":"string"},{"key":"directoryId","value":"defc9b77-2f9e-8c97-1d0c-594867668816"},{"key":"groupId","value":"e719be8f-b4a4-d60c-0894-e518675f6a71"},{"key":"status","value":"<string>"},{"key":"schema","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"deda61f4-6f7b-4565-bb32-70c359fe2c3d","name":"List documents from groups","request":{"name":"List documents from groups","description":{"content":"Retrieve a list of documents from a group or groups. The response includes information about relations between documents. The response is an array of objects (documents) without sorting them by group.","type":"text/plain"},"url":{"path":["schema-service","v2","documents","preview","list"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"[\n  \"2505b1bc-58d3-ba3d-bc54-3c7ad45e7302\",\n  \"343759fe-a46d-aeec-c15d-3ce4c2a8bd99\"\n]","options":{"raw":{"language":"json"}}}},"response":[{"id":"fb95a6b6-cdb9-4ec1-9495-cd16cb7a37f0","name":"List of documents from the requested groups, without sorting into groups","originalRequest":{"url":{"path":["schema-service","v2","documents","preview","list"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  \"409cf33b-cce9-45ce-8a19-8443fe499f54\",\n  \"7eda7dd9-70f3-5704-c4ea-00d590367120\"\n]","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"priority\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"children\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"priority\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"children\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"0d093c3c-bd18-43e1-a661-a86d206e1ad1","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","preview","list"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  \"409cf33b-cce9-45ce-8a19-8443fe499f54\",\n  \"7eda7dd9-70f3-5704-c4ea-00d590367120\"\n]","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"80fb1f97-e863-442f-bb86-df0ae7c81ab8","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents","preview","list"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  \"409cf33b-cce9-45ce-8a19-8443fe499f54\",\n  \"7eda7dd9-70f3-5704-c4ea-00d590367120\"\n]","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6db4c802-80b9-466c-b2a4-3f6af4116028","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents","preview","list"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  \"409cf33b-cce9-45ce-8a19-8443fe499f54\",\n  \"7eda7dd9-70f3-5704-c4ea-00d590367120\"\n]","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c15ee5fd-fb64-4faa-b53b-94a1fd563619","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents","preview","list"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  \"409cf33b-cce9-45ce-8a19-8443fe499f54\",\n  \"7eda7dd9-70f3-5704-c4ea-00d590367120\"\n]","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4d7949c4-993c-4dfc-b299-87a2251d17b4","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","preview","list"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  \"409cf33b-cce9-45ce-8a19-8443fe499f54\",\n  \"7eda7dd9-70f3-5704-c4ea-00d590367120\"\n]","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"338daaf5-8813-4066-ad79-f4dc79f24c5a","name":"Get document by slug","request":{"name":"Get document by slug","description":{"content":"Retrieve a document and its metadata. The content isn't processed.","type":"text/plain"},"url":{"path":["schema-service","v2","documents",":slug"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1wwgytnt-bog16-azqx0apkqy1-sxv","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"9ee5717d-c8fc-4a66-95dd-8f2cc24c94fc","name":"Details of the document (content isn't processed)","originalRequest":{"url":{"path":["schema-service","v2","documents",":slug"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1wwgytnt-bog16-azqx0apkqy1-sxv","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"e5d56b3a-8ee2-b3eb-dd1f-08a82a561cec\",\n  \"name\": \"string\",\n  \"priority\": 47,\n  \"status\": \"<string>\",\n  \"scheduled\": false,\n  \"createdAt\": \"2021-10-09T11:40:46.837Z\",\n  \"updatedAt\": \"2000-06-26T18:59:34.557Z\",\n  \"author\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"avatar\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"content\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"slug\": \"basket\",\n  \"schema\": \"containers\",\n  \"directory\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"group\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"deletedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"nr\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"deletedAt\": \"1983-01-24T04:00:31.009Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"741d1572-2767-4810-b77e-6c96b843dee3","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":slug"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1wwgytnt-bog16-azqx0apkqy1-sxv","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4431f388-c042-4697-9256-5ec4d052e4ad","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents",":slug"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1wwgytnt-bog16-azqx0apkqy1-sxv","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a4b76ffa-4e1e-480f-9ba1-6ed95fd8bd3d","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents",":slug"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1wwgytnt-bog16-azqx0apkqy1-sxv","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1c4286df-e845-4a24-a088-af3102e938f3","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents",":slug"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1wwgytnt-bog16-azqx0apkqy1-sxv","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"01fb3a55-aa9b-4a62-84d7-9d27a23e589b","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":slug"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1wwgytnt-bog16-azqx0apkqy1-sxv","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b076350d-4172-4638-bb83-aae2af0bdc4f","name":"Get predecessors for document","request":{"name":"Get predecessors for document","description":{"content":"Retrieve information about documents or screen views that refer **to** the requested document.","type":"text/plain"},"url":{"path":["schema-service","v2","documents","by","slug",":slug","predecessors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1wwgytnt-bog16-azqx0apkqy1-sxv","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"8e65f717-1c45-4f91-85c9-f560ad2c56a3","name":"Documents which refer to the requested document","originalRequest":{"url":{"path":["schema-service","v2","documents","by","slug",":slug","predecessors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1wwgytnt-bog16-azqx0apkqy1-sxv","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"children\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"children\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"a8abe31c-f4cf-4567-a530-5706bec4792e","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","by","slug",":slug","predecessors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1wwgytnt-bog16-azqx0apkqy1-sxv","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f84efcd2-4ee6-41d2-93fa-d348a9173b13","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents","by","slug",":slug","predecessors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1wwgytnt-bog16-azqx0apkqy1-sxv","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6c68238f-7fca-44d9-8b64-27df080a0803","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents","by","slug",":slug","predecessors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1wwgytnt-bog16-azqx0apkqy1-sxv","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c61d278b-fdab-45d6-8d77-cf60bef2f3b1","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents","by","slug",":slug","predecessors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1wwgytnt-bog16-azqx0apkqy1-sxv","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4913e012-ba6e-452d-8033-eb936bb1afcc","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","by","slug",":slug","predecessors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1wwgytnt-bog16-azqx0apkqy1-sxv","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"5f49d022-37f5-4414-a790-d680698d2bcd","name":"Get predecessors for document","request":{"name":"Get predecessors for document","description":{"content":"Retrieve information about documents or screen views that refer **to** the requested document.","type":"text/plain"},"url":{"path":["schema-service","v2","documents",":documentId","predecessors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"85ea8cf3-4aa9-4e28-87e3-a494dea220a6","name":"Documents which refer to the requested document","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","predecessors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"children\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"children\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"17494098-d170-4fe7-95c6-9cbc7c71ecb5","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","predecessors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4a7cd61f-09af-4210-8b2a-22bd1deeb1f7","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","predecessors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"838730d1-1c03-42cd-942c-63f3d5b10430","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","predecessors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"53819101-03e3-4ebc-bc6a-71448bfbc0c6","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","predecessors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"22e779db-5424-49d9-9f56-ef72b6ecab38","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","predecessors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"f7010dbe-b986-4352-b2ed-759360ecdc2f","name":"Get successors for document","request":{"name":"Get successors for document","description":{"content":"Retrieve information about documents referenced **from** the requested document.","type":"text/plain"},"url":{"path":["schema-service","v2","documents","by","slug",":slug","successors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1wwgytnt-bog16-azqx0apkqy1-sxv","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"85263187-8c8d-484e-9cba-82c08938a070","name":"Documents referenced from the requested document","originalRequest":{"url":{"path":["schema-service","v2","documents","by","slug",":slug","successors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1wwgytnt-bog16-azqx0apkqy1-sxv","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"children\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"children\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"51243902-34e4-4526-b132-4ba8500cc695","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","by","slug",":slug","successors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1wwgytnt-bog16-azqx0apkqy1-sxv","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9b076110-d81d-4271-9a2a-631bec035bdf","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents","by","slug",":slug","successors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1wwgytnt-bog16-azqx0apkqy1-sxv","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"46e5dd0f-4a20-4168-b323-8b99785761b6","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents","by","slug",":slug","successors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1wwgytnt-bog16-azqx0apkqy1-sxv","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4a48da67-b90b-43d7-8c2f-2142caa37d2d","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents","by","slug",":slug","successors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1wwgytnt-bog16-azqx0apkqy1-sxv","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"344b70bb-d4cb-4e9c-9176-56209ac22826","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","by","slug",":slug","successors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1wwgytnt-bog16-azqx0apkqy1-sxv","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"4731f9d7-47e5-4643-92bd-a3736d6239a0","name":"Get successors for document","request":{"name":"Get successors for document","description":{"content":"Retrieve information about documents referenced **from** the requested document.","type":"text/plain"},"url":{"path":["schema-service","v2","documents",":documentId","successors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"32308448-52c8-4ecc-b694-f87be24af06e","name":"Documents referenced from the requested document","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","successors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"children\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"children\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"078908e7-dc55-442c-9691-28a98f63614d","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","successors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9f632727-5948-4202-8a5c-33656f3a79ef","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","successors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6c3ffada-32e3-491e-a995-2d88db143117","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","successors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ec630cbe-63e3-4a6b-b4c7-504a5bf907ed","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","successors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f9b6a134-2fd6-4786-818a-1d820dda9117","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","successors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"228c8bd3-72eb-41fc-9941-c827dc4e2204","name":"Update document","request":{"name":"Update document","description":{"content":"Update a document.","type":"text/plain"},"url":{"path":["schema-service","v2","documents",":documentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"priority\": 85,\n  \"content\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"schema\": \"containers\",\n  \"groupId\": \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"schedule\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"directoryId\": \"a8211795-45c4-06a4-af58-7665d2ff43a2\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"d833ecde-921a-4edc-aa43-c2f039cc3180","name":"Updated document","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"priority\": 85,\n  \"content\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"schema\": \"containers\",\n  \"groupId\": \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"schedule\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"directoryId\": \"a8211795-45c4-06a4-af58-7665d2ff43a2\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"e5d56b3a-8ee2-b3eb-dd1f-08a82a561cec\",\n  \"name\": \"string\",\n  \"priority\": 47,\n  \"status\": \"<string>\",\n  \"scheduled\": false,\n  \"createdAt\": \"2021-10-09T11:40:46.837Z\",\n  \"updatedAt\": \"2000-06-26T18:59:34.557Z\",\n  \"author\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"avatar\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"content\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"slug\": \"basket\",\n  \"schema\": \"containers\",\n  \"directory\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"group\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"deletedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"nr\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"deletedAt\": \"1983-01-24T04:00:31.009Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b79dd229-926a-48a8-99cf-61054e8328f3","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"priority\": 85,\n  \"content\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"schema\": \"containers\",\n  \"groupId\": \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"schedule\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"directoryId\": \"a8211795-45c4-06a4-af58-7665d2ff43a2\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c25a0355-bee7-4722-afca-e2f2ef5c901a","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"priority\": 85,\n  \"content\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"schema\": \"containers\",\n  \"groupId\": \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"schedule\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"directoryId\": \"a8211795-45c4-06a4-af58-7665d2ff43a2\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"52a82cbf-f882-4728-9f51-9de39fb13a18","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"priority\": 85,\n  \"content\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"schema\": \"containers\",\n  \"groupId\": \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"schedule\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"directoryId\": \"a8211795-45c4-06a4-af58-7665d2ff43a2\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f5ae4f29-eebf-40f3-aa2b-656d5e7622d1","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"priority\": 85,\n  \"content\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"schema\": \"containers\",\n  \"groupId\": \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"schedule\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"directoryId\": \"a8211795-45c4-06a4-af58-7665d2ff43a2\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"006e6773-bf9f-4d51-87f2-ed2cf48f9c03","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"priority\": 85,\n  \"content\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"schema\": \"containers\",\n  \"groupId\": \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"schedule\": {\n    \"enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"endType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"periodType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startDate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"timezone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"directoryId\": \"a8211795-45c4-06a4-af58-7665d2ff43a2\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"f53eaa0c-9703-4d29-8803-4e7dfa1fcdc4","name":"Get document by UUID","request":{"name":"Get document by UUID","description":{"content":"Retrieve a document and its metadata. The content isn't processed.","type":"text/plain"},"url":{"path":["schema-service","v2","documents",":documentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"4185819b-07cf-4fa2-88d2-a63b578d3a4e","name":"Details of the document (content isn't processed)","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"e5d56b3a-8ee2-b3eb-dd1f-08a82a561cec\",\n  \"name\": \"string\",\n  \"priority\": 47,\n  \"status\": \"<string>\",\n  \"scheduled\": false,\n  \"createdAt\": \"2021-10-09T11:40:46.837Z\",\n  \"updatedAt\": \"2000-06-26T18:59:34.557Z\",\n  \"author\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"avatar\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"content\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"slug\": \"basket\",\n  \"schema\": \"containers\",\n  \"directory\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"group\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"deletedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"nr\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"deletedAt\": \"1983-01-24T04:00:31.009Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"202f724a-ac05-4e73-b790-6e7b588fed5b","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1d83eee9-e6b8-460f-b042-b35db4805b17","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3d4831bd-0007-4428-8a53-04ef8a5d3dbd","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1a5b1461-72df-45df-998a-a9a3d29bc0e3","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"334338bb-f8e0-40e3-8b2e-b489de0d89b9","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"0f87235f-8497-4568-95aa-1a50ec0577ee","name":"Delete document","request":{"name":"Delete document","description":{"content":"Delete a document. This operation is irreversible.","type":"text/plain"},"url":{"path":["schema-service","v2","documents",":documentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"608a31ec-1591-40ac-95e1-afb44dacfa20","name":"Success","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c610c757-d4e8-4cff-91b7-755959720880","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7dffc5af-26d9-4095-a9ef-35ceaf5f9f42","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"788bebb0-89bb-46b3-be79-c0dc1e2771c3","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a1f74495-7e82-4c15-a52a-65e1bd10ff2c","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ce7b11a9-a792-4a5b-866e-b9260c55ab0c","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"41864b0a-2e0b-4ae4-ba64-de96ff414b88","name":"Copy document","request":{"name":"Copy document","description":{"content":"Copy a document.The copy receives the DRAFT status, regardless of the status of the original document.","type":"text/plain"},"url":{"path":["schema-service","v2","documents",":documentId","copy"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"f3000937-c194-47c5-af86-34b1ec15f5f4","name":"Data of the created copy","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","copy"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"docId\": \"5f34c4ee-c0ff-6c89-efb1-1e58bbd2be73\",\n  \"name\": \"string\",\n  \"status\": \"<string>\",\n  \"scheduled\": false,\n  \"authorId\": 680,\n  \"directoryId\": \"637cda98-4955-e22a-b5d2-717aafa2fea0\",\n  \"createdAt\": \"1946-06-06T18:51:34.201Z\",\n  \"updatedAt\": \"1973-10-17T05:12:01.614Z\",\n  \"deletedAt\": \"2003-11-24T12:24:15.296Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"14417f72-abd9-475c-a4a1-b6a0a3555661","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","copy"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e804d7e3-ccea-47f7-bd3f-9c044a99b473","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","copy"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c1148c8e-49b8-4140-a290-ce214ddd2a6e","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","copy"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0e83ca6c-6dd4-409c-b20e-d568519ce068","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","copy"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b840313e-393a-48df-9d6e-c5277ed52b77","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","copy"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"10de36e4-0efd-437e-b676-1cfb8580c081","name":"Assign document to directory","request":{"name":"Assign document to directory","description":{"content":"Assign a document to a directory. A document can only belong to one directory and using this endpoint overwrites the current assignment.","type":"text/plain"},"url":{"path":["schema-service","v2","documents",":documentId","directory",":directoryId","attach"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"3f5b2ea0-cf59-4cdd-bb91-ed4f137a6674","name":"Document assigned to directory","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","directory",":directoryId","attach"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"docId\": \"5f34c4ee-c0ff-6c89-efb1-1e58bbd2be73\",\n  \"name\": \"string\",\n  \"status\": \"<string>\",\n  \"scheduled\": false,\n  \"authorId\": 680,\n  \"directoryId\": \"637cda98-4955-e22a-b5d2-717aafa2fea0\",\n  \"createdAt\": \"1946-06-06T18:51:34.201Z\",\n  \"updatedAt\": \"1973-10-17T05:12:01.614Z\",\n  \"deletedAt\": \"2003-11-24T12:24:15.296Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a9db28f1-5978-4276-b04e-d9bd7874d2cc","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","directory",":directoryId","attach"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f09646ed-6e41-468e-bd59-34b718e0af3e","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","directory",":directoryId","attach"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bcabef42-e97d-4022-82c6-85c4c397a2c6","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","directory",":directoryId","attach"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"80e6a964-098a-4b3b-8332-9a76fe8e2ce2","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","directory",":directoryId","attach"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1bfd9b8b-0d68-405f-a04b-aa4566316a4e","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","directory",":directoryId","attach"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"cfaefcdf-0fa0-4f4e-83cf-9ec4017af043","name":"Rename document directory","request":{"name":"Rename document directory","description":{"content":"Update a document directory name.","type":"text/plain"},"url":{"path":["schema-service","v2","documents","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"87970e7c-f5c9-4cf8-87d5-02595e2079b1","name":"Directory renamed","originalRequest":{"url":{"path":["schema-service","v2","documents","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"8dca04f4-33af-6138-f304-009179008096\",\n  \"name\": \"string\",\n  \"createdAt\": \"2021-06-21T04:35:42.860Z\",\n  \"default\": false\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7e839ce5-bd44-431a-a0ba-c0afb21ba81a","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2734fdcd-663a-4955-ad58-11857ba62b50","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"282f98d9-7e18-4c5c-ad25-464fa69300ed","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f4ca6c02-4ba8-4bc4-b9f3-3e87af8756fa","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"542e3702-661f-4800-b324-9acc524dfc3f","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"13d21375-b3d4-4bd4-958f-8e8edc307341","name":"Delete document directory","request":{"name":"Delete document directory","description":{"content":"Delete a directory. The contents are moved into the default directory.","type":"text/plain"},"url":{"path":["schema-service","v2","documents","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"69833333-4c8e-4c33-9133-308885fb9833","name":"Directory deleted","originalRequest":{"url":{"path":["schema-service","v2","documents","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"8dca04f4-33af-6138-f304-009179008096\",\n  \"name\": \"string\",\n  \"createdAt\": \"2021-06-21T04:35:42.860Z\",\n  \"default\": false\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c18e2fcc-b2a9-4a8b-a63b-b4cfa0c3a4a7","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0fb0b917-c17a-46bc-9ea0-a32b4a67f57b","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a4ff7ecd-5f01-4318-b417-cc75a75781c1","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b6e79800-bf61-4900-9d85-1e1a90e2a7cf","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3e32210b-7b74-4c1d-a9f9-cb71f67544fe","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"582c4015-d220-44a5-81bd-ffbceeb20c9f","name":"List document directories","request":{"name":"List document directories","description":{"content":"Returns a list of directories.","type":"text/plain"},"url":{"path":["schema-service","v2","documents","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"02e297a0-5c3c-49c5-956b-db5e49a8b46e","name":"List of directories","originalRequest":{"url":{"path":["schema-service","v2","documents","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"7c0a50c5-a66c-4f77-820d-ad12d2c88cfa","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"074ea003-6687-4314-b0f0-818539291bae","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3ecc1881-42a2-4f5d-9360-c29d74e6a60b","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d1fbb852-b381-438b-88ec-e2ec600dc301","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2cd5427b-e60d-4df7-bb1b-65743c0ae2ef","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"41460e79-2bcc-4a6d-8fce-4108a05794d6","name":"Add document directory","request":{"name":"Add document directory","description":{},"url":{"path":["schema-service","v2","documents","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"f4154a66-4cec-4850-93b5-9459d2db030e","name":"Directory created","originalRequest":{"url":{"path":["schema-service","v2","documents","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"8dca04f4-33af-6138-f304-009179008096\",\n  \"name\": \"string\",\n  \"createdAt\": \"2021-06-21T04:35:42.860Z\",\n  \"default\": false\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a6c8e006-e625-4f57-8452-a50c8019e7dd","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3c35da37-9094-41cb-a8b3-28e989e588ac","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1218c663-fab2-40ed-9f09-3f59153a2db1","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e4affb21-5c63-4f7c-b20f-347d61abcbe8","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ae88d9d7-a005-4ea7-be72-6e9bfb9919b7","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"6c524c7c-b6b0-4496-bceb-1fa3e424bd59","name":"Delete document group","request":{"name":"Delete document group","description":{"content":"Delete a document group. The documents that were in this group are no longer assigned to any group.","type":"text/plain"},"url":{"path":["schema-service","v2","groups",":groupId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"groupId","description":"(Required) "}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"c655958e-5503-41f2-8d57-8421bb93cef1","name":"Success, details of the deleted group are returned in the response","originalRequest":{"url":{"path":["schema-service","v2","groups",":groupId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"groupId","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n  \"name\": \"string\",\n  \"createdAt\": \"1986-09-22T18:30:34.654Z\",\n  \"deletedAt\": \"2010-08-06T19:00:21.579Z\",\n  \"nr\": 2912\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"54e6d7f8-0c99-4784-9e00-dbfdbd9c603c","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","groups",":groupId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"groupId","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ceb90791-fe66-4fde-854e-fb43a9ea4952","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","groups",":groupId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"groupId","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ecce3c4e-3800-441a-8f29-7f77570eecee","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","groups",":groupId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"groupId","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7f091341-25b3-405a-8383-95f65b5407f0","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","groups",":groupId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"groupId","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"34c1ab8c-a634-4f6a-aaab-7b40482b29be","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","groups",":groupId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"groupId","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"1c266ea6-447f-4e2f-aa69-c9bbf857a298","name":"Add group","request":{"name":"Add group","description":{"content":"Create a new document group.","type":"text/plain"},"url":{"path":["schema-service","v2","groups"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"054d02d0-47d2-42e8-b02f-97a0ecb3133c","name":"Created group","originalRequest":{"url":{"path":["schema-service","v2","groups"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n  \"name\": \"string\",\n  \"createdAt\": \"1986-09-22T18:30:34.654Z\",\n  \"deletedAt\": \"2010-08-06T19:00:21.579Z\",\n  \"nr\": 2912\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e1a0ac84-b3ef-4e80-b6e3-3578de88eec7","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","groups"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5208ff33-b804-44a1-812f-d4f752daaf9e","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","groups"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c2859c8f-cd61-4d10-a6b8-4f1f864d6a6e","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","groups"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5a5802a2-c78c-4c3f-9052-19c7f3f4a2fb","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","groups"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b23207e7-4173-4359-a662-53afc2b923de","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","groups"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"d0465239-0018-4a0f-81a5-5e577073dea8","name":"List groups","request":{"name":"List groups","description":{"content":"Returns a list of groups.","type":"text/plain"},"url":{"path":["schema-service","v2","groups"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"8fa87ace-9c79-48ed-ad61-cfc70b42ceff","name":"List of groups","originalRequest":{"url":{"path":["schema-service","v2","groups"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"deletedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"nr\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"deletedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"nr\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"89042734-e37b-45f5-90c9-fa15caf4d466","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","groups"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bbf3a2a4-303a-4539-a578-c52415c75ac0","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","groups"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d034e734-ce44-4ead-83ab-9a544fc4fc05","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","groups"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8ae912f2-d4bc-431b-a095-2f04ce0f5f66","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","groups"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a2c21c90-da74-41b1-857c-9b93d73d124a","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","groups"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e658d0cd-826f-4c47-b638-8c2caac6554c","name":"Finish document","request":{"name":"Finish document","description":{"content":"Finish a document.\n\nFinished documents are no longer displayed to recipients.\n","type":"text/plain"},"url":{"path":["schema-service","v2","documents",":documentId","status","finish"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"a688543f-785c-474f-a124-09911dc572a6","name":"Success","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","finish"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a1eb9a37-af7a-4d7c-801c-3095b122dffe","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","finish"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3ac87cd3-e976-49b1-b43a-106d15df4d2e","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","finish"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3b114107-ef8e-49e4-b088-6ac67736c2ca","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","finish"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1e9279e6-5cff-4e8d-8910-c91686f04c3f","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","finish"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"158b7ea5-1158-41bf-bd46-9b0a7a43746e","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","finish"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"be45e0b4-4cdc-401c-9587-c3e2d1471d71","name":"Activate document","request":{"name":"Activate document","description":{"content":"Activate a document. It can now be displayed to recipients.","type":"text/plain"},"url":{"path":["schema-service","v2","documents",":documentId","status","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"14d1af04-67a9-4604-92cc-c8fd5f4b5e76","name":"Success","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"657693a4-373f-49d0-8094-1e1ec667a1a8","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a49c8b28-974e-4eb2-b637-af959add77ed","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9d72f3e8-ef91-420e-88dc-2b5e2619c256","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5f9ea01a-0ac3-4800-b85d-255c2128aadc","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"611e4b37-3784-460b-afda-a814ca39e8ca","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"93f63c4e-9324-4d9c-a69a-3acca1464908","name":"Resume document","request":{"name":"Resume document","description":{"content":"Resume a document that was paused.","type":"text/plain"},"url":{"path":["schema-service","v2","documents",":documentId","status","resume"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"8a82d2dc-81b5-4c81-b577-cf59daadef2b","name":"Success","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","resume"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"10298e8c-de86-45b2-939c-4a2d05fa205b","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","resume"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fccd92f0-7891-4e40-ba02-b5b8a1ed2193","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","resume"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"441f3266-3ded-4685-bad0-fdee20b0ac37","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","resume"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6feb9df5-d711-4257-a984-3e231558232a","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","resume"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"705bbe2e-65f6-4a8f-b78b-f2a10827f511","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","resume"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"074056f2-b88f-4455-baf3-add7e8cdfc05","name":"Pause document","request":{"name":"Pause document","description":{"content":"Pause a document to temporarily stop displaying it to recipients","type":"text/plain"},"url":{"path":["schema-service","v2","documents",":documentId","status","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"4ed6c79d-3aae-46ba-97c5-d9d14de0d7c1","name":"Success","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d42576c7-fe05-400d-94a9-204b3c25f5a8","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"86aac085-edca-487f-a90d-c2c5f1420d51","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b138fb7e-6f62-473c-93b1-95b62e38a0b5","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cfd3981a-8018-4f2b-982c-8ff1828d730c","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"370d1858-9638-4ed9-91ef-56cec5384405","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"fab10d84-7bb5-4499-893f-d30a5c79e8a6","name":"Get schema types","request":{"name":"Get schema types","description":{"content":"Retrieve a list of all schema types in the workspace.\nSchema types can be used to inform your application about the type of\ncontent included in the document's body.  \nIn the Synerise Web Application, they are called \"Type\".\n","type":"text/plain"},"url":{"path":["schema-service","schemaTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"7305088e-cd11-4ee2-a2c5-d0cefc1631ce","name":"List of schema types","originalRequest":{"url":{"path":["schema-service","schemaTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  \"string\",\n  \"string\"\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"c808a20b-e189-4b97-be5d-21e35ba7d656","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","schemaTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ea836d9b-6511-4bf3-871d-5bb23e190970","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","schemaTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"aea0a330-348d-4777-a301-9465aff0f0fa","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","schemaTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1994c83c-abae-4ede-9d52-fbf42ebf25f6","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","schemaTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d8d54412-6067-4886-aef5-460f13d32236","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","schemaTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b506bfe7-7ed8-4dcd-86c8-b4d8e6e73918","name":"Delete schema types","request":{"name":"Delete schema types","description":{"content":"Delete one or more schema types. This operation is irreversible.","type":"text/plain"},"url":{"path":["schema-service","schemaTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"response":[{"id":"1e17b945-80b6-4e27-8d3c-5c5c5613beaf","name":"Deletion status","originalRequest":{"url":{"path":["schema-service","schemaTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"false","cookie":[],"_postman_previewlanguage":"json"},{"id":"6a3d7079-8bfc-47c5-8af4-16d2060114b1","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","schemaTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"57a28ab5-ef41-4cc4-afc5-5dadb666c8ec","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","schemaTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fae16ca0-03de-47e3-b75e-fcf031e578ca","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","schemaTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6a357159-effa-457d-8fac-0591cdb139c1","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","schemaTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1c641136-5973-4fda-911f-8e71275c8f86","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","schemaTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"ec7fb87f-5cfd-47de-99af-5a4dd74c3231","name":"Add schema type","request":{"name":"Add schema type","description":{"content":"Create a new schema type.  \nSchema types can be used to inform your application about the type of\ncontent included in the document's body.  \nIn the Synerise Web Application, they are called \"Type\".\n","type":"text/plain"},"url":{"path":["schema-service","schemaTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"response":[{"id":"07c394e7-f280-4947-bf6b-dbbc8dd51626","name":"Schema created","originalRequest":{"url":{"path":["schema-service","schemaTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"\"string\"","cookie":[],"_postman_previewlanguage":"json"},{"id":"ba687cac-e3c2-4a60-8042-b7c038cf9177","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","schemaTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0a077c9d-70b2-49cf-83fd-f9ee36f99b06","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","schemaTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"688fadec-23fe-4daa-806c-2c6fa17c7968","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","schemaTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"07f1d97e-ffe2-494f-a108-86e0a6d8658a","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","schemaTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c8e8f15a-caef-481a-b27b-714460243722","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","schemaTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"c03ec4cd-815e-4465-8012-d0a7b4f23639","name":"Screen views (legacy)","description":{"content":"","type":"text/plain"},"item":[{"id":"59ad628a-0755-4c08-9d82-8a7e5cbbf2b0","name":"Get all screen views","request":{"name":"Get all screen views","description":{"content":"Retrieve a paginated list of all screen view campaigns in the workspace.","type":"text/plain"},"url":{"path":["schema-service","screenViews"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"limit","value":"string","description":"(Required) The maximum number of items to retrieve for pagination"},{"disabled":false,"key":"page","value":"8655","description":"(Required) The number of the page to retrieve"},{"disabled":false,"key":"status","value":"PAUSED","description":"Filter the results by screen view status"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"3963f55a-f72b-4ab0-8d1f-99b775cae1ef","name":"Success","originalRequest":{"url":{"path":["schema-service","screenViews"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"string"},{"key":"page","value":"8655"},{"key":"status","value":"PAUSED"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"pagination\": {\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"page\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"pages\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"total\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bdde98d0-ce89-4ad4-a28b-8f07f44effbe","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"string"},{"key":"page","value":"8655"},{"key":"status","value":"PAUSED"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2c761e82-1383-448f-81cb-1b06224b7cad","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","screenViews"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"string"},{"key":"page","value":"8655"},{"key":"status","value":"PAUSED"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ffdd1cf0-bb5a-4c77-80c8-76aed017750d","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","screenViews"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"string"},{"key":"page","value":"8655"},{"key":"status","value":"PAUSED"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"01d221e8-57d0-4ff5-a514-394f768f7c52","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","screenViews"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"string"},{"key":"page","value":"8655"},{"key":"status","value":"PAUSED"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9f8bc8ba-2f61-4154-8206-af549f366287","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"string"},{"key":"page","value":"8655"},{"key":"status","value":"PAUSED"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"182a1ab3-a6dc-4183-9379-a54f967f1aeb","name":"Get screen views by keys","request":{"name":"Get screen views by keys","description":{"content":"Retrieve list of screen view campaigns by keys in the workspace.","type":"text/plain"},"url":{"path":["schema-service","screenViews","byKeys"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"response":[{"id":"7b72f9cf-5226-4512-88d1-f1e0bef966b2","name":"Success","originalRequest":{"url":{"path":["schema-service","screenViews","byKeys"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"pagination\": {\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"page\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"pages\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"total\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"eb90ed4e-3c3f-4a62-ab12-ebbee407d34d","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","byKeys"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5c25bd22-6ded-4290-a53b-f60f92015ef9","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","screenViews","byKeys"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"92d6fd12-53c2-4d85-88ed-4e3cdf897a9e","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","screenViews","byKeys"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d3defefd-7e95-483c-aefb-2b30fef71c2d","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","screenViews","byKeys"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"aaf87509-8d31-4afb-8b37-c4da9958e0a5","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","byKeys"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"d24c0ca7-901e-4d26-91b4-303323390c66","name":"Get screen view","request":{"name":"Get screen view","description":{"content":"Retrieve the details of a single screen view campaign.","type":"text/plain"},"url":{"path":["schema-service","screenViews","single",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"d4b4c665-5eaa-4462-b863-e64db115780a","name":"Success","originalRequest":{"url":{"path":["schema-service","screenViews","single",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"56473cde-0dca-16f4-050b-f7d0f2973f97\",\n  \"businessProfileId\": 5654,\n  \"name\": \"string\",\n  \"status\": \"DRAFT\",\n  \"priority\": 99,\n  \"scheduled\": true,\n  \"author\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"avatar\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"content\": {\n    \"json\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"documents\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"groups\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"groupsOrder\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"createdAt\": \"1974-01-03T10:35:23.288Z\",\n  \"updatedAt\": \"1989-06-12T04:34:35.572Z\",\n  \"directory\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"feed\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"version\": \"string\",\n  \"parentVersion\": \"string\",\n  \"description\": \"string\",\n  \"deletedAt\": \"1964-03-24T01:15:14.342Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"28e45051-25b4-4f72-af4a-49cd966e2be4","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","single",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fa707fc7-fdd1-492c-84b0-8058f58d5c7c","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","screenViews","single",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8ab5079c-4fcd-46e9-83b7-14a189635749","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","screenViews","single",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"19f72115-6946-4ed6-9c4e-9cbdb96f01aa","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","screenViews","single",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9e2529db-262e-4954-887e-f685095b9939","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","single",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"fda355c5-0260-4424-a806-ab01da446011","name":"Get screen view versions","request":{"name":"Get screen view versions","description":{"content":"Retrieve all versions of a screen view campaign.","type":"text/plain"},"url":{"path":["schema-service","screenViews","versions",":screenViewId"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"limit","value":"string","description":"(Required) The maximum number of items to retrieve for pagination"},{"disabled":false,"key":"page","value":"8655","description":"(Required) The number of the page to retrieve"}],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"d4e44532-d5bf-495c-b566-d3047b14303e","name":"Success","originalRequest":{"url":{"path":["schema-service","screenViews","versions",":screenViewId"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"string"},{"key":"page","value":"8655"}],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"draft\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"version\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"hash\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parentVersion\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authorId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"businessProfileId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"priority\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"isActive\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"updatedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"deletedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"currentlyPublished\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"version\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"hash\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"parentVersion\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"authorId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"businessProfileId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"priority\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"isActive\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"updatedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"deletedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"previouslyPublished\": {\n    \"data\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"pagination\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"094e9222-c0a3-43d3-90c0-4928eb9c045e","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","versions",":screenViewId"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"string"},{"key":"page","value":"8655"}],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4a7937c5-0730-4cb6-a6bd-e744df5cd62e","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","screenViews","versions",":screenViewId"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"string"},{"key":"page","value":"8655"}],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f4df99f4-34dd-486b-854c-91786864584a","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","screenViews","versions",":screenViewId"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"string"},{"key":"page","value":"8655"}],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ae805a15-4d97-48e2-8a0c-2a581dcad08b","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","screenViews","versions",":screenViewId"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"string"},{"key":"page","value":"8655"}],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e04b3890-f332-4af5-a2c6-e51597364a16","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","versions",":screenViewId"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"string"},{"key":"page","value":"8655"}],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"6f7e6afd-9b14-4714-aa8c-2e170f082a8d","name":"Generate screen view","request":{"name":"Generate screen view","description":{"content":"When this method is called, the Synerise backend finds all screen view campaigns applicable to the profile and returns the screen view with the highest priority (1).","type":"text/plain"},"url":{"path":["schema-service","screenViews","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"a32b02d4-ad76-4db5-91e4-1c45f3ca2da6","name":"Processed JSON content","originalRequest":{"url":{"path":["schema-service","screenViews","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ba56ec7b-b567-4f53-a913-d713ec9b4e62","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"988ef8c6-5c75-453e-98c2-ba30ea9e3a92","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","screenViews","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5760548f-007f-4ad2-8a4a-32cdf1aa4d84","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","screenViews","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5c6f16ae-4274-4782-a9ff-14b53d2e98aa","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","screenViews","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f9d692ce-c36d-44d0-b76d-a85d32010a65","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"1873d8d6-40fb-420a-90da-e13bff53495e","name":"Generate screen view","request":{"name":"Generate screen view","description":{"content":"When this method is called, the Synerise backend finds all screen view campaigns applicable to the profile and returns the screen view with the highest priority (1).","type":"text/plain"},"url":{"path":["schema-service","v2","screenViews","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"60141d24-1788-4471-8ae4-e08546bee609","name":"Processed JSON content","originalRequest":{"url":{"path":["schema-service","v2","screenViews","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"2a880bd7-6dbd-2713-33ef-83678c6e39bb\",\n  \"version\": \"string\",\n  \"hash\": \"bb6639b2-a98e-49d9-804f-ed6c0e2a0d2f:2019-12-05T08:22:10.094\",\n  \"name\": \"string\",\n  \"priority\": 99,\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"createdAt\": \"1970-08-19T08:56:03.855Z\",\n  \"updatedAt\": \"1966-01-27T11:05:55.913Z\",\n  \"path\": \"/screenView\",\n  \"data\": {},\n  \"parentVersion\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"343e32ec-6172-4ce6-8269-b669db2fcd08","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screenViews","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5903a62c-196f-4e85-8284-180f06ec4ea2","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screenViews","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"11cfa516-a0d3-4900-bace-8fdc132e76f2","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screenViews","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e8ae8d09-758a-49db-a4be-e1b047af7322","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screenViews","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4f595f75-d4b2-43eb-8993-8b10a8afbc38","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screenViews","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"f0d16bcd-53c3-415c-a400-53b48a0e780b","name":"Initialize screen view","request":{"name":"Initialize screen view","description":{"content":"Create a new screen view campaign. It is created as a blank, without any conditions.","type":"text/plain"},"url":{"path":["schema-service","screenViews","createNew"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"1889b8a0-7547-422b-be75-49455876034d","name":"Success","originalRequest":{"url":{"path":["schema-service","screenViews","createNew"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"1931e9a6-0890-39a6-eb0c-1e04f2cd220f\",\n  \"version\": \"string\",\n  \"status\": \"SCHEDULED\",\n  \"hash\": \"bb6639b2-a98e-49d9-804f-ed6c0e2a0d2f:2019-12-05T08:22:10.094\",\n  \"parentVersion\": \"string\",\n  \"authorId\": \"string\",\n  \"businessProfileId\": 1170,\n  \"priority\": 99,\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"isActive\": false,\n  \"createdAt\": \"1984-01-28T09:40:41.384Z\",\n  \"updatedAt\": \"1984-08-30T05:43:45.412Z\",\n  \"deletedAt\": \"1979-03-06T21:27:51.568Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9fd5b05e-fc47-481e-ac4d-10c400855caa","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","createNew"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"76ce18eb-012e-4082-bd36-6e8219108132","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","screenViews","createNew"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8408e303-1d74-4d31-9fba-2d1ce9bdbef4","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","screenViews","createNew"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c4b381b8-7bfe-4c16-9b04-cc88d5a42d78","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","screenViews","createNew"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c89e4ce8-bc04-448a-9db3-ab70d9323e98","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","createNew"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"59ee8101-eecf-43f9-a0ea-60e596aa6c05","name":"Copy content","request":{"name":"Copy content","description":{"content":"Copy content to a screen view draft from another screen view.","type":"text/plain"},"url":{"path":["schema-service","screenViews","content",":screenViewId",":screenViewVersion","copyFromExistingScreenView"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"screenViewId\": \"cf369823-7ab6-2d76-158a-a2c47182e638\",\n  \"screenViewVersion\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"7cc50c84-7435-46fa-83cf-2727f2ae2f22","name":"Success","originalRequest":{"url":{"path":["schema-service","screenViews","content",":screenViewId",":screenViewVersion","copyFromExistingScreenView"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"screenViewId\": \"cf369823-7ab6-2d76-158a-a2c47182e638\",\n  \"screenViewVersion\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"65220180-2151-4b2a-b6fe-d313fa91e643","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","content",":screenViewId",":screenViewVersion","copyFromExistingScreenView"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"screenViewId\": \"cf369823-7ab6-2d76-158a-a2c47182e638\",\n  \"screenViewVersion\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"216f331a-0b48-47aa-b624-d1da0938bfe4","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","screenViews","content",":screenViewId",":screenViewVersion","copyFromExistingScreenView"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"screenViewId\": \"cf369823-7ab6-2d76-158a-a2c47182e638\",\n  \"screenViewVersion\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"dadd6997-48b2-40df-8a75-a8061df8a8a2","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","screenViews","content",":screenViewId",":screenViewVersion","copyFromExistingScreenView"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"screenViewId\": \"cf369823-7ab6-2d76-158a-a2c47182e638\",\n  \"screenViewVersion\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b112f519-9d83-45db-ac20-b61625ed2313","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","screenViews","content",":screenViewId",":screenViewVersion","copyFromExistingScreenView"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"screenViewId\": \"cf369823-7ab6-2d76-158a-a2c47182e638\",\n  \"screenViewVersion\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f32c1049-2129-48d9-8916-e15ec2a75494","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","content",":screenViewId",":screenViewVersion","copyFromExistingScreenView"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"screenViewId\": \"cf369823-7ab6-2d76-158a-a2c47182e638\",\n  \"screenViewVersion\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"6404b2e3-3ef8-4b9f-bcbd-5d89a43a44e7","name":"Add content","request":{"name":"Add content","description":{"content":"Add content to a screen view draft.","type":"text/plain"},"url":{"path":["schema-service","screenViews","content",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"json\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"documents\": [\n    \"string\",\n    \"string\"\n  ],\n  \"groups\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"groupsOrder\": false\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"9372324c-65b2-4710-ac3f-c553efb9fe91","name":"Success","originalRequest":{"url":{"path":["schema-service","screenViews","content",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"json\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"documents\": [\n    \"string\",\n    \"string\"\n  ],\n  \"groups\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"groupsOrder\": false\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"66b6437e-1d4f-4a2e-85d0-53f333c4c110","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","content",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"json\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"documents\": [\n    \"string\",\n    \"string\"\n  ],\n  \"groups\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"groupsOrder\": false\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a9a66d68-bb53-48e0-b20b-e0b6c1e5eb15","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","screenViews","content",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"json\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"documents\": [\n    \"string\",\n    \"string\"\n  ],\n  \"groups\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"groupsOrder\": false\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c80624b6-048e-47d5-8cb8-a9b8ecca98a8","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","screenViews","content",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"json\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"documents\": [\n    \"string\",\n    \"string\"\n  ],\n  \"groups\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"groupsOrder\": false\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c2b5000e-1d06-490e-95f8-795e85c519bd","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","screenViews","content",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"json\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"documents\": [\n    \"string\",\n    \"string\"\n  ],\n  \"groups\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"groupsOrder\": false\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9929cdb4-eda7-4f0f-b8f0-77d80d3b94da","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","content",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"json\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"documents\": [\n    \"string\",\n    \"string\"\n  ],\n  \"groups\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"groupsOrder\": false\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"93854233-a686-4483-9e66-3ed2509cda0e","name":"Add audience","request":{"name":"Add audience","description":{"content":"Define the audience for a screen view draft.","type":"text/plain"},"url":{"path":["schema-service","screenViews","audience",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"targetType\": \"SEGMENT\",\n  \"segments\": [\n    \"string\",\n    \"string\"\n  ],\n  \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"c75c5778-8825-4914-bae5-58b9d92d9645","name":"Success","originalRequest":{"url":{"path":["schema-service","screenViews","audience",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"targetType\": \"ALL\",\n  \"segments\": [\n    \"string\",\n    \"string\"\n  ],\n  \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7a8eb689-7b3c-4169-90a1-eedf8559d641","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","audience",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"targetType\": \"ALL\",\n  \"segments\": [\n    \"string\",\n    \"string\"\n  ],\n  \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4ec2842e-6f5b-4c60-bd06-c6dd302016a1","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","screenViews","audience",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"targetType\": \"ALL\",\n  \"segments\": [\n    \"string\",\n    \"string\"\n  ],\n  \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1b739fc7-f2a7-4ffb-8fe7-bca5a4ade428","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","screenViews","audience",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"targetType\": \"ALL\",\n  \"segments\": [\n    \"string\",\n    \"string\"\n  ],\n  \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"acbe32f5-d9d3-4247-9c08-c52accf48b66","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","screenViews","audience",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"targetType\": \"ALL\",\n  \"segments\": [\n    \"string\",\n    \"string\"\n  ],\n  \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"dfe842e0-49c9-4edb-b86b-c00ea64ad213","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","audience",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"targetType\": \"ALL\",\n  \"segments\": [\n    \"string\",\n    \"string\"\n  ],\n  \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"47803728-cfd0-491e-b386-e3a5d3471385","name":"Publish screen view","request":{"name":"Publish screen view","description":{"content":"Make the screen view accessible to customers.","type":"text/plain"},"url":{"path":["schema-service","screenViews","publish",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"overwrite\": false\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"e9d009d6-761b-4d86-96df-55b85be27299","name":"Success","originalRequest":{"url":{"path":["schema-service","screenViews","publish",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"overwrite\": false\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"09bb1af7-fda4-4588-bcb9-89ae2ea9b0bc","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","publish",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"overwrite\": false\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d9565d50-74d8-4079-a216-1f21370ec6bb","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","screenViews","publish",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"overwrite\": false\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"68954214-b96f-4a8c-8556-f984b0a683b8","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","screenViews","publish",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"overwrite\": false\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4e3a45f7-6bc9-4625-8553-7f8cd49b7c9b","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","screenViews","publish",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"overwrite\": false\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"104cdea1-3ca7-4700-80e7-080be34e6483","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","publish",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"overwrite\": false\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"859338d6-9cbf-454d-a2ab-7c9ade07b1da","name":"Copy draft from existing screen view","request":{"name":"Copy draft from existing screen view","description":{"content":"Copy a duplicate of an active screen view. The duplicate is in draft status.","type":"text/plain"},"url":{"path":["schema-service","screenViews","copyDraftFromExistingScreenView"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"screenViewId\": \"cf369823-7ab6-2d76-158a-a2c47182e638\",\n  \"screenViewVersion\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"6a58efad-bec2-45ed-be0a-2fa8e57654ca","name":"Success","originalRequest":{"url":{"path":["schema-service","screenViews","copyDraftFromExistingScreenView"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"screenViewId\": \"cf369823-7ab6-2d76-158a-a2c47182e638\",\n  \"screenViewVersion\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"1931e9a6-0890-39a6-eb0c-1e04f2cd220f\",\n  \"version\": \"string\",\n  \"status\": \"SCHEDULED\",\n  \"hash\": \"bb6639b2-a98e-49d9-804f-ed6c0e2a0d2f:2019-12-05T08:22:10.094\",\n  \"parentVersion\": \"string\",\n  \"authorId\": \"string\",\n  \"businessProfileId\": 1170,\n  \"priority\": 99,\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"isActive\": false,\n  \"createdAt\": \"1984-01-28T09:40:41.384Z\",\n  \"updatedAt\": \"1984-08-30T05:43:45.412Z\",\n  \"deletedAt\": \"1979-03-06T21:27:51.568Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1f230618-4757-4c2c-85f2-4b6012ef3aa7","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","copyDraftFromExistingScreenView"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"screenViewId\": \"cf369823-7ab6-2d76-158a-a2c47182e638\",\n  \"screenViewVersion\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d662dc26-ad6c-4557-96f3-acc06f6726ec","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","screenViews","copyDraftFromExistingScreenView"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"screenViewId\": \"cf369823-7ab6-2d76-158a-a2c47182e638\",\n  \"screenViewVersion\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"deecdfe5-dfb9-418c-af34-3decb3ceaaf3","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","screenViews","copyDraftFromExistingScreenView"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"screenViewId\": \"cf369823-7ab6-2d76-158a-a2c47182e638\",\n  \"screenViewVersion\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b2667277-2cae-44af-b234-ede84d6371cc","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","screenViews","copyDraftFromExistingScreenView"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"screenViewId\": \"cf369823-7ab6-2d76-158a-a2c47182e638\",\n  \"screenViewVersion\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c99d05dd-a235-4b33-93ae-b650c3169d26","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","copyDraftFromExistingScreenView"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"screenViewId\": \"cf369823-7ab6-2d76-158a-a2c47182e638\",\n  \"screenViewVersion\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"0c2ff684-989b-4d42-82c8-23431a850a6a","name":"Create draft from existing screen view","request":{"name":"Create draft from existing screen view","description":{"content":"Create a duplicate of an active screen view. The duplicate is in draft status.","type":"text/plain"},"url":{"path":["schema-service","screenViews","createDraftFromExistingScreenView"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"screenViewId\": \"cf369823-7ab6-2d76-158a-a2c47182e638\",\n  \"screenViewVersion\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"a76b5e8d-053c-4ff8-ad03-fca72aff8c24","name":"Success","originalRequest":{"url":{"path":["schema-service","screenViews","createDraftFromExistingScreenView"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"screenViewId\": \"cf369823-7ab6-2d76-158a-a2c47182e638\",\n  \"screenViewVersion\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"1931e9a6-0890-39a6-eb0c-1e04f2cd220f\",\n  \"version\": \"string\",\n  \"status\": \"SCHEDULED\",\n  \"hash\": \"bb6639b2-a98e-49d9-804f-ed6c0e2a0d2f:2019-12-05T08:22:10.094\",\n  \"parentVersion\": \"string\",\n  \"authorId\": \"string\",\n  \"businessProfileId\": 1170,\n  \"priority\": 99,\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"isActive\": false,\n  \"createdAt\": \"1984-01-28T09:40:41.384Z\",\n  \"updatedAt\": \"1984-08-30T05:43:45.412Z\",\n  \"deletedAt\": \"1979-03-06T21:27:51.568Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cb3a743f-30aa-4ffa-a010-4cd7c1991388","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","createDraftFromExistingScreenView"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"screenViewId\": \"cf369823-7ab6-2d76-158a-a2c47182e638\",\n  \"screenViewVersion\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7c8d82ec-04e7-4987-af37-ee290b347b9b","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","screenViews","createDraftFromExistingScreenView"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"screenViewId\": \"cf369823-7ab6-2d76-158a-a2c47182e638\",\n  \"screenViewVersion\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6569f6db-fa55-4fce-84d8-8b9a17552254","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","screenViews","createDraftFromExistingScreenView"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"screenViewId\": \"cf369823-7ab6-2d76-158a-a2c47182e638\",\n  \"screenViewVersion\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9b9870aa-e248-4a62-83fa-fe2fe30f2b83","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","screenViews","createDraftFromExistingScreenView"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"screenViewId\": \"cf369823-7ab6-2d76-158a-a2c47182e638\",\n  \"screenViewVersion\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8ed6f0f7-2ddd-4850-bed8-de774370069e","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","createDraftFromExistingScreenView"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"screenViewId\": \"cf369823-7ab6-2d76-158a-a2c47182e638\",\n  \"screenViewVersion\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"773aa448-08b0-4c65-beba-45fb9526261a","name":"Update screen view description","request":{"name":"Update screen view description","description":{"content":"Update the description of a screen view. You can update the descriptions of active screen views.","type":"text/plain"},"url":{"path":["schema-service","screenViews","single",":screenViewId",":screenViewVersion","description"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"response":[{"id":"2d6adb17-6e92-474a-a4da-5739b255644f","name":"Success","originalRequest":{"url":{"path":["schema-service","screenViews","single",":screenViewId",":screenViewVersion","description"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d2ac412a-5823-46c4-940a-475fd4d8b59b","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","single",":screenViewId",":screenViewVersion","description"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ac64290c-802b-4553-8e2c-e2081d39c5cb","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","screenViews","single",":screenViewId",":screenViewVersion","description"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ccb377b2-88ae-42c5-bd01-c14c184f8e81","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","screenViews","single",":screenViewId",":screenViewVersion","description"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"74a5de2f-435e-499a-8207-bfad5fcd0a15","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","screenViews","single",":screenViewId",":screenViewVersion","description"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9544533b-4eb7-40b7-9f4e-28429a7ce941","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","single",":screenViewId",":screenViewVersion","description"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"ade0e086-c3b4-49f5-a8b7-eea8fb6f03b1","name":"Update screen view priority","request":{"name":"Update screen view priority","description":{"content":"Update the priority of a screen view. You can update the priorities of active screen views.","type":"text/plain"},"url":{"path":["schema-service","screenViews","single",":screenViewId",":screenViewVersion","priority"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"9147","options":{"raw":{"language":"json"}}}},"response":[{"id":"f057cb50-772e-42c4-ba1f-325edfa2819e","name":"Success","originalRequest":{"url":{"path":["schema-service","screenViews","single",":screenViewId",":screenViewVersion","priority"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"9147","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"85d6330a-71a3-4c9e-bd43-c67fe30e7515","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","single",":screenViewId",":screenViewVersion","priority"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"9147","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1c45eebf-a86d-4e2e-8174-66d3f94cd178","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","screenViews","single",":screenViewId",":screenViewVersion","priority"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"9147","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"390ce0cf-5748-4da8-a5c5-1f26757346fc","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","screenViews","single",":screenViewId",":screenViewVersion","priority"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"9147","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4ee0fc49-ce0d-4128-824c-12f15c7a8608","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","screenViews","single",":screenViewId",":screenViewVersion","priority"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"9147","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"45fd04b6-3a6c-4c52-84fa-91ac57c9013b","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","single",":screenViewId",":screenViewVersion","priority"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"9147","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e5fc7a52-a7f7-441d-98a5-67c3497e0856","name":"Discard changes","request":{"name":"Discard changes","description":{"content":"Discard the changes made in a version of a screen view.","type":"text/plain"},"url":{"path":["schema-service","screenViews","discardChanges",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"4848c865-7d6c-4475-84ae-2df05bb4b8ce","name":"Success","originalRequest":{"url":{"path":["schema-service","screenViews","discardChanges",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"56473cde-0dca-16f4-050b-f7d0f2973f97\",\n  \"businessProfileId\": 5654,\n  \"name\": \"string\",\n  \"status\": \"DRAFT\",\n  \"priority\": 99,\n  \"scheduled\": true,\n  \"author\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"avatar\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"content\": {\n    \"json\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"documents\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"groups\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"groupsOrder\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"audience\": {\n    \"targetType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"segments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"query\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"createdAt\": \"1974-01-03T10:35:23.288Z\",\n  \"updatedAt\": \"1989-06-12T04:34:35.572Z\",\n  \"directory\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"feed\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"version\": \"string\",\n  \"parentVersion\": \"string\",\n  \"description\": \"string\",\n  \"deletedAt\": \"1964-03-24T01:15:14.342Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f14220df-aead-4a49-b080-060ffda216f3","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","discardChanges",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6046ee73-4382-4a46-91a1-141c71ac65c5","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","screenViews","discardChanges",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b8d30a82-2444-483f-aa90-85c8ab192302","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","screenViews","discardChanges",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"71af5164-2f38-4933-9bc6-03d2414e978b","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","screenViews","discardChanges",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"79ae6f9d-6f30-4d2d-95b2-3030fc82bfcd","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","discardChanges",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"7fc0c726-6824-492f-847b-a26a0088a076","name":"Delete screen view","request":{"name":"Delete screen view","description":{"content":"Delete a screen view and all its versions. This operation is irreversible.","type":"text/plain"},"url":{"path":["schema-service","screenViews","delete",":screenViewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"0e57e8f5-dcb1-40f5-a930-ada26d04afe2","name":"Success","originalRequest":{"url":{"path":["schema-service","screenViews","delete",":screenViewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"361cbc12-20ea-4b17-a59c-ac390a1ff3e4","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","delete",":screenViewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ac2ae978-b770-48a5-82d4-8ffb9b06fa6d","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","screenViews","delete",":screenViewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"15123766-abf7-4d78-b86d-85d3dd121dca","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","screenViews","delete",":screenViewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"616374c9-6cdd-4052-861c-88fa4452ab00","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","screenViews","delete",":screenViewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ed7ae680-3234-4edb-adba-11520acded7a","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","delete",":screenViewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"3cd48b1c-b3fd-4d19-98c5-c3b2212e509d","name":"Delete screen view version","request":{"name":"Delete screen view version","description":{"content":"Delete a version of a screen view.","type":"text/plain"},"url":{"path":["schema-service","screenViews","single","delete",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"f6069a03-f05f-43d7-b851-2ed31998d80b","name":"Success","originalRequest":{"url":{"path":["schema-service","screenViews","single","delete",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ea4bdcc5-1e1e-49a0-b508-f9e608bcbe5e","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","single","delete",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"df8971ca-6e7c-47cd-a567-2dfa15802222","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","screenViews","single","delete",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6139c67c-e053-40ad-b5f0-a0322a5ab07c","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","screenViews","single","delete",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 5034\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"54a6133c-c75d-4fcd-9f63-6394e7b73b9f","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","screenViews","single","delete",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ccf6b078-419a-4a60-ab50-75b97e5e615b","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","single","delete",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2015-10-28T21:12:45.312Z\",\n  \"errorCode\": \"string\",\n  \"status\": 2989,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"dd211d95-7188-4828-961f-84e99f337161","name":"Documents (legacy)","description":{"content":"","type":"text/plain"},"item":[{"id":"7a52b322-c3d6-4a28-ba51-f871d74474df","name":"Preview document","request":{"name":"Preview document","description":{"content":"Preview a document.","type":"text/plain"},"url":{"path":["schema-service","document","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"content\": {},\n  \"schema\": \"containers\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"02c3465f-f057-44eb-8852-649e841e8b4d","name":"JSON content of the document","originalRequest":{"url":{"path":["schema-service","document","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"content\": {},\n  \"schema\": \"containers\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e555ea46-6a4c-4c09-9ec3-e214c795b1d6","name":"Create document version","request":{"name":"Create document version","description":{"content":"Create a new version of a document. To modify an existing version of a document, see [Update document](#operation/documentUpdatePost).","type":"text/plain"},"url":{"path":["schema-service","document",":uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"uuid","description":"(Required) Document UUID. The UUID is the same for all versions of a document."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"content\": {},\n  \"description\": \"string\",\n  \"name\": \"string\",\n  \"version\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"a4fbec86-80c3-4b86-a02b-45e690066c62","name":"Document","originalRequest":{"url":{"path":["schema-service","document",":uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"uuid","description":"(Required) Document UUID. The UUID is the same for all versions of a document."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"*/*"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"content\": {},\n  \"description\": \"string\",\n  \"name\": \"string\",\n  \"version\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"*/*"}],"body":"{\n  \"author\": 4099,\n  \"content\": {},\n  \"createdAt\": \"1957-12-24T22:27:15.683Z\",\n  \"description\": \"string\",\n  \"id\": 8608,\n  \"isActive\": true,\n  \"name\": \"string\",\n  \"published\": false,\n  \"schema\": \"containers\",\n  \"slug\": \"basket\",\n  \"uuid\": \"135d1080-9f80-d97e-1ab9-256c5537ada4\",\n  \"version\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"f60f41bf-ea9e-403d-b391-aafaf4223f1c","name":"Get raw document","request":{"name":"Get raw document","description":{"content":"Retrieve a single document in raw form (inserts are not processed).","type":"text/plain"},"url":{"path":["schema-service","document",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"id","description":"(Required) Document ID. Each version of a document has a unique ID."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"4db3778c-0637-48ea-ad16-3af6abe0dc7e","name":"Raw document","originalRequest":{"url":{"path":["schema-service","document",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"id","description":"(Required) Document ID. Each version of a document has a unique ID."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"author\": 4099,\n  \"content\": {},\n  \"createdAt\": \"1957-12-24T22:27:15.683Z\",\n  \"description\": \"string\",\n  \"id\": 8608,\n  \"isActive\": true,\n  \"name\": \"string\",\n  \"published\": false,\n  \"schema\": \"containers\",\n  \"slug\": \"basket\",\n  \"uuid\": \"135d1080-9f80-d97e-1ab9-256c5537ada4\",\n  \"version\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"dd44a718-62b0-4ebf-acd3-db6e2813e349","name":"Update document","request":{"name":"Update document","description":{"content":"Update an existing version of a document. This endpoint does not create a new version. To create a new version, see [Create document version](#operation/documentVersionPost).","type":"text/plain"},"url":{"path":["schema-service","document",":uuid",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"uuid","description":"(Required) Document UUID. The UUID is the same for all versions of a document."},{"disabled":false,"type":"any","value":"8655","key":"id","description":"(Required) Document ID. Each version of a document has a unique ID."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"content\": {},\n  \"description\": \"string\",\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"ebc28a2c-6559-4d18-b538-21742660bebd","name":"Updated document","originalRequest":{"url":{"path":["schema-service","document",":uuid",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"uuid","description":"(Required) Document UUID. The UUID is the same for all versions of a document."},{"disabled":false,"type":"any","value":"8655","key":"id","description":"(Required) Document ID. Each version of a document has a unique ID."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"content\": {},\n  \"description\": \"string\",\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"author\": 4099,\n  \"content\": {},\n  \"createdAt\": \"1957-12-24T22:27:15.683Z\",\n  \"description\": \"string\",\n  \"id\": 8608,\n  \"isActive\": true,\n  \"name\": \"string\",\n  \"published\": false,\n  \"schema\": \"containers\",\n  \"slug\": \"basket\",\n  \"uuid\": \"135d1080-9f80-d97e-1ab9-256c5537ada4\",\n  \"version\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"1706710f-1222-47a2-b2df-602d9bc2208c","name":"Generate processed document (only content)","request":{"name":"Generate processed document (only content)","description":{"content":"Retrieve a generated document, without any metadata in the response. Inserts are processed.","type":"text/plain"},"url":{"path":["schema-service","v2","document","slug",":slug","content"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1wwgytnt-bog16-azqx0apkqy1-sxv","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"89545ba5-8695-4fed-9109-69521965c180","name":"Generated document","originalRequest":{"url":{"path":["schema-service","v2","document","slug",":slug","content"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1wwgytnt-bog16-azqx0apkqy1-sxv","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"content\": {}\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"719304a4-96fa-4217-a040-e727fdec5c32","name":"Generate processed document (only content)","request":{"name":"Generate processed document (only content)","description":{"content":"Retrieve a generated document, without any metadata in the response. Inserts are processed.","type":"text/plain"},"url":{"path":["schema-service","document","slug",":slug","content"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"version","value":"string","description":"Document version. If not provided, defaults to the latest version."},{"disabled":false,"key":"page","value":"8655","description":"Page of items in the document"},{"disabled":false,"key":"limit","value":"8655","description":"Limit of items per page"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"slug","description":"(Required) Document slug"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"key_0\": \"string\",\n  \"key_1\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"19a3da63-a690-4d42-ba17-3b573655ecf0","name":"Generated document","originalRequest":{"url":{"path":["schema-service","document","slug",":slug","content"],"host":["{{baseUrl}}"],"query":[{"key":"version","value":"string"},{"key":"page","value":"8655"},{"key":"limit","value":"8655"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"slug","description":"(Required) Document slug"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key_0\": \"string\",\n  \"key_1\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"content\": {}\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"bd4befba-33f2-47ca-af4a-bf8d88e7a9cb","name":"Generate processed document (only content)","request":{"name":"Generate processed document (only content)","description":{"content":"Retrieve a generated document, without any metadata in the response. Inserts are processed.","type":"text/plain"},"url":{"path":["schema-service","document","slug",":slug","content"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"version","value":"string","description":"Document version. If not provided, defaults to the latest version."},{"disabled":false,"key":"page","value":"8655","description":"Page of items in the document"},{"disabled":false,"key":"limit","value":"8655","description":"Limit of items per page"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"slug","description":"(Required) Document slug"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"8049fe75-c3c0-4abe-a02a-da03cac8a985","name":"Generated document","originalRequest":{"url":{"path":["schema-service","document","slug",":slug","content"],"host":["{{baseUrl}}"],"query":[{"key":"version","value":"string"},{"key":"page","value":"8655"},{"key":"limit","value":"8655"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"slug","description":"(Required) Document slug"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"content\": {}\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"1cf1065b-43d9-4cac-ba82-68a692a9bdd5","name":"Generate certification document with specific slug.","request":{"name":"Generate certification document with specific slug.","description":{"content":"Retrieve a certification document. Inserts are processed.","type":"text/plain"},"url":{"path":["schema-service","document","certification",":slug"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"version","value":"string","description":"Document version. If not provided, defaults to the latest version."},{"disabled":false,"key":"page","value":"8655","description":"Page of items in the document"},{"disabled":false,"key":"limit","value":"8655","description":"Limit of items per page"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"slug","description":"(Required) Document slug"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"b6b7a3b4-976f-4681-9ffa-e5dffc06debd","name":"Generated document","originalRequest":{"url":{"path":["schema-service","document","certification",":slug"],"host":["{{baseUrl}}"],"query":[{"key":"version","value":"string"},{"key":"page","value":"8655"},{"key":"limit","value":"8655"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"slug","description":"(Required) Document slug"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"content\": {},\n  \"schema\": \"containers\",\n  \"slug\": \"basket\",\n  \"uuid\": \"4dca02ba-2cfc-0b34-2f81-b201303a71ad\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"da36a5db-af8a-49cc-a7c9-78ca8bd64540","name":"Generate processed document","request":{"name":"Generate processed document","description":{"content":"Retrieve a generated document. Inserts are processed.","type":"text/plain"},"url":{"path":["schema-service","document","slug",":slug"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"version","value":"string","description":"Document version. If not provided, defaults to the latest version."},{"disabled":false,"key":"page","value":"8655","description":"Page of items in the document"},{"disabled":false,"key":"limit","value":"8655","description":"Limit of items per page"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"slug","description":"(Required) Document slug"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"key_0\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"74b48363-691c-4ddf-87a1-2e627a1a51a0","name":"Generated document","originalRequest":{"url":{"path":["schema-service","document","slug",":slug"],"host":["{{baseUrl}}"],"query":[{"key":"version","value":"string"},{"key":"page","value":"8655"},{"key":"limit","value":"8655"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"slug","description":"(Required) Document slug"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key_0\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"content\": {},\n  \"schema\": \"containers\",\n  \"slug\": \"basket\",\n  \"uuid\": \"4dca02ba-2cfc-0b34-2f81-b201303a71ad\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"22e7ef38-2f05-4a61-932f-5d2fbaaf2673","name":"Generate processed document","request":{"name":"Generate processed document","description":{"content":"Retrieve a generated document. Inserts are processed.","type":"text/plain"},"url":{"path":["schema-service","document","slug",":slug"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"version","value":"string","description":"Document version. If not provided, defaults to the latest version."},{"disabled":false,"key":"page","value":"8655","description":"Page of items in the document"},{"disabled":false,"key":"limit","value":"8655","description":"Limit of items per page"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"slug","description":"(Required) Document slug"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"99b2a8ff-518e-401c-87e7-6537147de297","name":"Generated document","originalRequest":{"url":{"path":["schema-service","document","slug",":slug"],"host":["{{baseUrl}}"],"query":[{"key":"version","value":"string"},{"key":"page","value":"8655"},{"key":"limit","value":"8655"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"slug","description":"(Required) Document slug"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"content\": {},\n  \"schema\": \"containers\",\n  \"slug\": \"basket\",\n  \"uuid\": \"4dca02ba-2cfc-0b34-2f81-b201303a71ad\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b32153c3-0914-47b2-832b-4428a1573a60","name":"Generate documents by schema","request":{"name":"Generate documents by schema","description":{"content":"Generate all documents assigned to a schema. The content is processed.","type":"text/plain"},"url":{"path":["schema-service","document","by-schema",":schema"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"version","value":"string","description":"Document version. If not defined, all document versions are generated."},{"disabled":false,"key":"page","value":"8655","description":"Page of items in the document"},{"disabled":false,"key":"limit","value":"8655","description":"Limit of items per page"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"schema","description":"(Required) Schema name"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"34dfeec5-f322-4695-b439-685b47c96bbd","name":"Generated documents","originalRequest":{"url":{"path":["schema-service","document","by-schema",":schema"],"host":["{{baseUrl}}"],"query":[{"key":"version","value":"string"},{"key":"page","value":"8655"},{"key":"limit","value":"8655"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"schema","description":"(Required) Schema name"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"content\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"schema\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"uuid\": \"26cfe588-b6bf-5820-0b5e-38ded9b4063a\"\n  },\n  {\n    \"content\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"schema\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"uuid\": \"5919a562-71f1-73fa-e9e6-ebe1a51d0199\"\n  }\n]","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"5cfebf18-a34f-4450-9676-608034e34227","name":"Create document","request":{"name":"Create document","description":{"content":"Create a new document.","type":"text/plain"},"url":{"path":["schema-service","document"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"slug\": \"basket\",\n  \"schema\": \"containers\",\n  \"content\": {},\n  \"version\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"07d7b9af-c333-4ba9-b186-301b0cc66581","name":"Document data","originalRequest":{"url":{"path":["schema-service","document"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"author\": 4099,\n  \"content\": {},\n  \"createdAt\": \"1957-12-24T22:27:15.683Z\",\n  \"description\": \"string\",\n  \"id\": 8608,\n  \"isActive\": true,\n  \"name\": \"string\",\n  \"published\": false,\n  \"schema\": \"containers\",\n  \"slug\": \"basket\",\n  \"uuid\": \"135d1080-9f80-d97e-1ab9-256c5537ada4\",\n  \"version\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"5b05842c-4df4-499e-a4a2-52c5cc60f628","name":"List documents","request":{"name":"List documents","description":{"content":"List all documents in the workspace. You can sort and filter the results. The content is raw.","type":"text/plain"},"url":{"path":["schema-service","document"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"search","value":"string","description":"Search term. The following fields are searched: `name`, `description`, `version`, `slug`."},{"disabled":false,"key":"sortBy","value":"id:asc","description":"Parameter to sort by"},{"disabled":false,"key":"limit","value":"string","description":"The maximum number of items to retrieve for pagination"},{"disabled":false,"key":"offset","value":"string","description":"Offset for pagination. The first item of the first page has the offset of `0`."}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"2d7846d1-cd98-4856-ab22-e69137582c4f","name":"List of documents","originalRequest":{"url":{"path":["schema-service","document"],"host":["{{baseUrl}}"],"query":[{"key":"search","value":"string"},{"key":"sortBy","value":"id:asc"},{"key":"limit","value":"string"},{"key":"offset","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"total\": 2678,\n  \"offset\": 8992,\n  \"limit\": 1752\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e4f5d3c0-e003-4553-81c7-7efe2732fc75","name":"Delete documents","request":{"name":"Delete documents","description":{"content":"You can delete one or more documents. This operation is irreversible.","type":"text/plain"},"url":{"path":["schema-service","document"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"response":[{"id":"fc53a941-a40a-497a-8127-7b6a6dda8d30","name":"Deletion status","originalRequest":{"url":{"path":["schema-service","document"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"true","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"d9be5765-5724-4297-90f4-e642fbab29d3","name":"Get document versions","request":{"name":"Get document versions","description":{"content":"Retrieve all versions of a document. The content is raw.","type":"text/plain"},"url":{"path":["schema-service","document",":uuid","versions"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"uuid","description":"(Required) Document UUID. The UUID is the same for all versions of a document."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"0b41122e-6f20-4ca0-879f-9a6cd42d00f8","name":"List of document versions","originalRequest":{"url":{"path":["schema-service","document",":uuid","versions"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"uuid","description":"(Required) Document UUID. The UUID is the same for all versions of a document."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"author\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"content\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"isActive\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"published\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"schema\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"version\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"author\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"content\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"isActive\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"published\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"schema\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"version\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"8db00453-225d-4a5a-b369-ee100b77e2e5","name":"Publish document","request":{"name":"Publish document","description":{"content":"Publish a document. You must provide a version in the request body.","type":"text/plain"},"url":{"path":["schema-service","document",":uuid","publish"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"uuid","description":"(Required) Document UUID. The UUID is the same for all versions of a document."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"1.0.5","options":{"raw":{"language":"json"}}}},"response":[{"id":"d0ef6c4c-e997-44e4-8c13-067d35d3e719","name":"Publishing status","originalRequest":{"url":{"path":["schema-service","document",":uuid","publish"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"uuid","description":"(Required) Document UUID. The UUID is the same for all versions of a document."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"1.0.5","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"false","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"85cb6365-7788-40ad-8d7b-c92bdd826f78","name":"Check if slug is correct","request":{"name":"Check if slug is correct","description":{"content":"Check if the provided slug exists.","type":"text/plain"},"url":{"path":["schema-service","document","slug",":slug","check"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"slug","description":"(Required) Document slug"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"8c38612c-f869-478f-ab57-4b286f550382","name":"True or False","originalRequest":{"url":{"path":["schema-service","document","slug",":slug","check"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"slug","description":"(Required) Document slug"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"false","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"b12a8d02-c877-41ea-9b6f-ce0e87d02cc8","name":"Synonyms","description":{"content":"","type":"text/plain"},"item":[{"id":"65cdf0ec-e708-4dd1-8984-2ebb98193daf","name":"Get synonyms","request":{"name":"Get synonyms","description":{"content":"Retrieve a list of synonyms.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","synonyms"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"page","value":"4","description":"Page number to return for pagination. The first page has the index `1`."},{"disabled":false,"key":"limit","value":"100","description":"The number of items to return per page"},{"disabled":false,"key":"sortBy","value":"string","description":"Name of the attribute by which the data will be sorted and ordered by. Supported values: `indexId`, `updatedAt`, `createdAt`, `confidence`. Defaults to `updatedAt`."},{"disabled":false,"key":"ordering","value":"desc","description":"Sorting order"},{"disabled":false,"key":"includeMeta","value":"false","description":"\nWhen `true`, pagination metadata is included in the response body.\n\nWhen `false`, the data is included in the response headers:\n\n- Link: links to neighbors, first, and last pages in pagination.\n\n- X-Pagination-Total-Count: total number of items on all pages\n\n- X-Pagination-Total-Pages: total number of pages\n\n- X-Pagination-Page: current page\n\n- X-Pagination-Limit: maximum number of items on a page\n\n- X-Pagination-Sorted-By: parameter that the items were sorted by\n\n- X-Pagination-Ordering: sorting direction\n"},{"disabled":false,"key":"source","value":"User","description":"Filter synonyms by source"},{"disabled":false,"key":"state","value":"Accepted","description":"Filter synonyms by state"},{"disabled":false,"key":"type","value":"oneway","description":"Filter synonyms by type"},{"disabled":false,"key":"search","value":"string","description":"Search synonyms by word or synonym phrase (case-insensitive partial match)"},{"disabled":false,"key":"confidence","value":"0.7003196367344084","description":"Filter synonyms with confidence greater than or equal to this value"}],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"indexId","description":"(Required) Index identifier"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"4d727fed-2e6f-4713-97d1-7de9913a4619","name":"List of synonyms returned","originalRequest":{"url":{"path":["search","v2","indices",":indexId","synonyms"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"4"},{"key":"limit","value":"100"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"desc"},{"key":"includeMeta","value":"false"},{"key":"source","value":"User"},{"key":"state","value":"Accepted"},{"key":"type","value":"oneway"},{"key":"search","value":"string"},{"key":"confidence","value":"0.7003196367344084"}],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"indexId","description":"(Required) Index identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"meta\": {\n    \"totalPages\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"page\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sortedBy\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"ordering\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"link\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0c193652-2335-4c79-8344-4a3d4ff880b8","name":"Some error occurred","originalRequest":{"url":{"path":["search","v2","indices",":indexId","synonyms"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"4"},{"key":"limit","value":"100"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"desc"},{"key":"includeMeta","value":"false"},{"key":"source","value":"User"},{"key":"state","value":"Accepted"},{"key":"type","value":"oneway"},{"key":"search","value":"string"},{"key":"confidence","value":"0.7003196367344084"}],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"indexId","description":"(Required) Index identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"2c284068-75dd-4ea9-90d9-f00826cab3ff","name":"Create synonym","request":{"name":"Create synonym","description":{"content":"Creates a new synonym.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","synonyms"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"indexId","description":"(Required) Index identifier"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"synonyms\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"type\": \"oneway\",\n  \"word\": \"string\",\n  \"confidence\": 0.5947331353713585,\n  \"reason\": \"string\",\n  \"source\": \"User\",\n  \"state\": \"Accepted\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"f1af690c-3fbd-46cd-b244-68e19afe541b","name":"Id of created synonym returned","originalRequest":{"url":{"path":["search","v2","indices",":indexId","synonyms"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"indexId","description":"(Required) Index identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": 3522,\n  \"type\": \"oneway\",\n  \"word\": \"string\",\n  \"synonyms\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"createdAt\": \"string\",\n  \"updatedAt\": \"string\",\n  \"confidence\": 0.1712413261244482,\n  \"reason\": \"string\",\n  \"source\": \"User\",\n  \"state\": \"Accepted\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6ab1d239-3f4c-4cb9-89ae-22cec682dcf5","name":"Some error occurred","originalRequest":{"url":{"path":["search","v2","indices",":indexId","synonyms"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"indexId","description":"(Required) Index identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"0d66ab91-b3e0-4024-a993-716bf15c8a0b","name":"Batch insert synonyms","request":{"name":"Batch insert synonyms","description":{"content":"Insert multiple synonyms into an index at once.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","synonyms","batch"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"source","value":"User","description":"Source to assign to imported synonyms"}],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"indexId","description":"(Required) Index identifier"}]},"header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"formdata","formdata":[{"key":"synonyms","type":"file","description":"Uploaded CSV file to be used in synonyms update"}]}},"response":[{"id":"92061852-36a2-465a-ba2e-e6b2fd64bab8","name":"Summary of batch insertion","originalRequest":{"url":{"path":["search","v2","indices",":indexId","synonyms","batch"],"host":["{{baseUrl}}"],"query":[{"key":"source","value":"User"}],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"indexId","description":"(Required) Index identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"attemptedInserts\": 9952,\n  \"actualInserts\": 481,\n  \"errors\": [\n    \"string\",\n    \"string\"\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"83dfca96-9229-4779-8e3d-286e21bc09d3","name":"Some error occurred","originalRequest":{"url":{"path":["search","v2","indices",":indexId","synonyms","batch"],"host":["{{baseUrl}}"],"query":[{"key":"source","value":"User"}],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"indexId","description":"(Required) Index identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"f665e919-0740-42c4-a659-f02d3be85df7","name":"Replace all synonyms","request":{"name":"Replace all synonyms","description":{"content":"<span style=\"color:red\"><strong>Deletes all existing synonyms</strong></span> from an index and then inserts multiple new synonyms at once.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","synonyms","replace-all"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"source","value":"User","description":"Source to assign to imported synonyms"}],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"indexId","description":"(Required) Index identifier"}]},"header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"formdata","formdata":[{"key":"synonyms","type":"file","description":"Uploaded CSV file to be used in synonyms update"}]}},"response":[{"id":"a0d6c061-5826-49f0-93a6-09aeebe71365","name":"All synonyms replaced","originalRequest":{"url":{"path":["search","v2","indices",":indexId","synonyms","replace-all"],"host":["{{baseUrl}}"],"query":[{"key":"source","value":"User"}],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"indexId","description":"(Required) Index identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"a06884ba-8dda-42ef-8d5c-93f76ce13809","name":"Some error occurred","originalRequest":{"url":{"path":["search","v2","indices",":indexId","synonyms","replace-all"],"host":["{{baseUrl}}"],"query":[{"key":"source","value":"User"}],"variable":[{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"indexId","description":"(Required) Index identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"918f2897-a723-4996-9e39-3f1e5c4aa7c1","name":"Get synonym","request":{"name":"Get synonym","description":{"content":"Retrieves a synonym.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","synonyms",":synonymId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"synonymId","description":"(Required) Synonym identifier"},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"indexId","description":"(Required) Index identifier"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"8f3764f3-f862-4f0b-a51e-80f9e52e2931","name":"Synonym returned.","originalRequest":{"url":{"path":["search","v2","indices",":indexId","synonyms",":synonymId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"synonymId","description":"(Required) Synonym identifier"},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"indexId","description":"(Required) Index identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": 3522,\n  \"type\": \"oneway\",\n  \"word\": \"string\",\n  \"synonyms\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"createdAt\": \"string\",\n  \"updatedAt\": \"string\",\n  \"confidence\": 0.1712413261244482,\n  \"reason\": \"string\",\n  \"source\": \"User\",\n  \"state\": \"Accepted\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"20e5ea4a-c848-4b12-bcc5-d9ca1797598f","name":"Some error occurred","originalRequest":{"url":{"path":["search","v2","indices",":indexId","synonyms",":synonymId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"synonymId","description":"(Required) Synonym identifier"},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"indexId","description":"(Required) Index identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"d3882749-9b72-4151-94d6-3d4d5e8f57d8","name":"Update synonym","request":{"name":"Update synonym","description":{"content":"Updates a synonym identified by `id`.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","synonyms",":synonymId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"synonymId","description":"(Required) Synonym identifier"},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"indexId","description":"(Required) Index identifier"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"synonyms\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"type\": \"oneway\",\n  \"word\": \"string\",\n  \"confidence\": 0.5252845521977622,\n  \"reason\": \"string\",\n  \"source\": \"User\",\n  \"state\": \"Accepted\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"82fe52c3-6c50-4d1f-afc3-64096fd00f63","name":"Updated synonym returned.","originalRequest":{"url":{"path":["search","v2","indices",":indexId","synonyms",":synonymId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"synonymId","description":"(Required) Synonym identifier"},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"indexId","description":"(Required) Index identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": 3522,\n  \"type\": \"oneway\",\n  \"word\": \"string\",\n  \"synonyms\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"createdAt\": \"string\",\n  \"updatedAt\": \"string\",\n  \"confidence\": 0.1712413261244482,\n  \"reason\": \"string\",\n  \"source\": \"User\",\n  \"state\": \"Accepted\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d7e34abf-1163-4a32-a2aa-658bdce88fa5","name":"Some error occurred","originalRequest":{"url":{"path":["search","v2","indices",":indexId","synonyms",":synonymId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"synonymId","description":"(Required) Synonym identifier"},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"indexId","description":"(Required) Index identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"25da4cd7-d42f-4a17-ad02-a0b42adc1ead","name":"Delete synonym","request":{"name":"Delete synonym","description":{"content":"Deletes a synonym with given id.","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","synonyms",":synonymId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"synonymId","description":"(Required) Synonym identifier"},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"indexId","description":"(Required) Index identifier"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"cb8f8203-902b-47ac-b6b3-4ae1ecd2e25c","name":"Synonym deleted","originalRequest":{"url":{"path":["search","v2","indices",":indexId","synonyms",":synonymId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"synonymId","description":"(Required) Synonym identifier"},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"indexId","description":"(Required) Index identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"cfec1201-a925-4135-9c2c-fe98a6c4f0d2","name":"Some error occurred","originalRequest":{"url":{"path":["search","v2","indices",":indexId","synonyms",":synonymId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"synonymId","description":"(Required) Synonym identifier"},{"disabled":false,"type":"any","value":"defc9b77-2f9e-8c97-1d0c-594867668816","key":"indexId","description":"(Required) Index identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2000-02-24T08:32:26.868Z\",\n  \"status\": 2792,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"aa756511-f2b6-40b4-92e2-2e9dd1b3e53a","name":"Asset tags","description":{"content":"","type":"text/plain"},"item":[{"id":"cc28c0e3-7657-45b3-a362-ea5a0f9e010b","name":"Get all directories","request":{"name":"Get all directories","description":{"content":"Gets all tag directories from the Workspace.","type":"text/plain"},"url":{"path":["tags-collector","directories"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"69350ba3-e7be-4eb5-aaf5-46b1b238998d","name":"OK","originalRequest":{"url":{"path":["tags-collector","directories"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"hash\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"params\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"hash\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"params\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"280b3899-79e9-4dfa-97b1-6358369a63c3","name":"Unauthorized","originalRequest":{"url":{"path":["tags-collector","directories"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"d06d83a9-19f4-4ac9-9557-5633079702a8","name":"Forbidden","originalRequest":{"url":{"path":["tags-collector","directories"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"78d0fc59-fceb-4d09-a9a5-16e5976821d0","name":"Create directory","request":{"name":"Create directory","description":{"content":"Creates a directory.","type":"text/plain"},"url":{"path":["tags-collector","directories"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"params\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"type\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"48f45f4b-2be5-4896-99e0-06ba5fe5de94","name":"Created","originalRequest":{"url":{"path":["tags-collector","directories"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"params\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"type\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"createdAt\": \"1972-08-24T08:05:05.080Z\",\n  \"hash\": \"string\",\n  \"name\": \"string\",\n  \"params\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"type\": {\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"hash\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d90bf159-7e21-4d38-9f80-396789623f12","name":"Unauthorized","originalRequest":{"url":{"path":["tags-collector","directories"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"params\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"type\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"312db401-46f9-4633-bb9e-e0fb2c9984bb","name":"Forbidden","originalRequest":{"url":{"path":["tags-collector","directories"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"params\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"type\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"e637c386-3b1a-44d1-824b-d20609487bef","name":"Not Found","originalRequest":{"url":{"path":["tags-collector","directories"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"params\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"type\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"3a0fc82b-561c-486a-ba4d-7d73bdf5478f","name":"Get directory types","request":{"name":"Get directory types","description":{"content":"Gets all directory types.","type":"text/plain"},"url":{"path":["tags-collector","directories","types"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"e5df1dc3-2fc9-45bf-baf2-5aeefb48131c","name":"OK","originalRequest":{"url":{"path":["tags-collector","directories","types"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"hash\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"hash\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"2c3be75f-1dda-4c01-84cb-929c102f2581","name":"Unauthorized","originalRequest":{"url":{"path":["tags-collector","directories","types"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"b507db5e-5b20-4140-bb87-d95089611b57","name":"Forbidden","originalRequest":{"url":{"path":["tags-collector","directories","types"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"c336edff-e24d-4848-8ac2-770c23d709ee","name":"Not Found","originalRequest":{"url":{"path":["tags-collector","directories","types"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"27e0618c-5e4a-4565-983b-68244de525e4","name":"Create directory type","request":{"name":"Create directory type","description":{"content":"Creates a directory type.","type":"text/plain"},"url":{"path":["tags-collector","directories","types"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"75155830-3a90-43e2-a517-48fce9ae1102","name":"Created","originalRequest":{"url":{"path":["tags-collector","directories","types"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"createdAt\": \"1979-11-23T06:56:29.011Z\",\n  \"hash\": \"string\",\n  \"name\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e523b06e-93de-40ff-814d-35f0092b5a5e","name":"Unauthorized","originalRequest":{"url":{"path":["tags-collector","directories","types"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"d61cf554-aecc-443e-9bea-70cde43d2968","name":"Forbidden","originalRequest":{"url":{"path":["tags-collector","directories","types"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"c8159980-ae98-4ca6-868e-473ca0e6380a","name":"Not Found","originalRequest":{"url":{"path":["tags-collector","directories","types"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"783ba315-8a63-4d4f-b765-39d6c243c820","name":"Delete directory","request":{"name":"Delete directory","description":{"content":"Deletes a directory.","type":"text/plain"},"url":{"path":["tags-collector","directories",":directoryHash"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"DELETE","auth":null},"response":[{"id":"d718b660-0ad9-4170-8366-5d5b9df998f7","name":"OK","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"5b9e7a36-e18a-4f93-a9b4-3b9d9100d3f1","name":"No Content","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"94ab7cfb-02ba-41fc-96dd-3ad9d3efa131","name":"Unauthorized","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"beb0bd2b-9605-4a8f-a833-c0cfb245c479","name":"Forbidden","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"67673a32-57c5-4ab9-843a-419265b302fc","name":"Update directory","request":{"name":"Update directory","description":{"content":"Updates a directory.","type":"text/plain"},"url":{"path":["tags-collector","directories",":directoryHash"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PATCH","auth":null,"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"params\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"f34dbc92-15c6-477e-8108-a0faf2da956e","name":"OK","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"params\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"createdAt\": \"1972-08-24T08:05:05.080Z\",\n  \"hash\": \"string\",\n  \"name\": \"string\",\n  \"params\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"type\": {\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"hash\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fdce258e-afa5-4f2e-b088-4264d82277e2","name":"No Content","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"params\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"6e0424ff-28bb-467d-9739-9d7fc0bfd889","name":"Unauthorized","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"params\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"c5b3ad3b-bd3d-4d42-967c-74665dd46a38","name":"Forbidden","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"params\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"5c7e0db2-2396-4719-bba3-cc4659bcd10c","name":"Get tags from directory","request":{"name":"Get tags from directory","description":{"content":"Retrieve tags from a directory.","type":"text/plain"},"url":{"path":["tags-collector","directories",":directoryHash","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"8b6feae5-bd40-4c2a-94df-d614140d153d","name":"OK","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"authorId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"color\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"directory\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"hash\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"icon\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"priority\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"authorId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"color\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"directory\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"hash\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"icon\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"priority\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"c126f545-36c6-4f99-99dc-38567ba4421e","name":"Unauthorized","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"a0e69296-0aff-431e-b18c-e888e029d7ce","name":"Forbidden","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"c5b1f5da-cfe6-4655-958e-d13db928013e","name":"Not Found","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"84a978d8-bb44-4c63-afd3-312133fe7cf1","name":"Assign tags to directory","request":{"name":"Assign tags to directory","description":{"content":"Assign tags to a directory.","type":"text/plain"},"url":{"path":["tags-collector","directories",":directoryHash","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"header":[{"key":"Content-Type","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"response":[{"id":"9c5a4989-7168-4cfc-a768-56e8aad7958d","name":"OK","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"5789659f-4e1f-4912-b5b9-6ef65caf7a10","name":"Created","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"POST","body":{}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"61e46ba9-303e-4050-9da1-b94a5cdf7983","name":"Unauthorized","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"7b62c4bc-f0aa-4322-ba9f-43ef76181787","name":"Forbidden","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"e2c0f8f9-e68c-47e2-b303-a4598ebac076","name":"Not Found","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"7a7d7210-714d-431b-becc-aaacd4324956","name":"Unassign tags from directory","request":{"name":"Unassign tags from directory","description":{"content":"Unassign tags from a directory. This does not delete the tags or the directory.","type":"text/plain"},"url":{"path":["tags-collector","directories",":directoryHash","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"header":[{"key":"Content-Type","value":"application/json"}],"method":"DELETE","auth":null,"body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"response":[{"id":"3f153203-632c-4347-935e-1fa3b9231b0c","name":"OK","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"09bebcbe-9288-4d65-9f87-1d70292d6b88","name":"No Content","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"ef76222d-b62b-4d35-ade0-692b21a91829","name":"Unauthorized","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"d1c5d224-821d-4f5c-a2a6-b30d1c65cf14","name":"Forbidden","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"695f6828-4e3b-4b8f-9bd8-b8a38e0a74b5","name":"Update directory type","request":{"name":"Update directory type","description":{"content":"Update the type of a directory.","type":"text/plain"},"url":{"path":["tags-collector","directories",":directoryHash","types"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":null,"body":{"mode":"raw","raw":"{\n  \"directoryTypeHash\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"312610fe-17fb-402e-8525-744198bd9e51","name":"OK","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash","types"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"directoryTypeHash\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"createdAt\": \"1972-08-24T08:05:05.080Z\",\n  \"hash\": \"string\",\n  \"name\": \"string\",\n  \"params\": {\n    \"key_0\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"key_1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"type\": {\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"hash\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d6546601-91c0-4540-9b20-797fe78dd217","name":"Created","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash","types"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"PUT","body":{"mode":"raw","raw":"{\n  \"directoryTypeHash\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"a7437741-959f-475b-8936-59f1c6dea24f","name":"Unauthorized","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash","types"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"PUT","body":{"mode":"raw","raw":"{\n  \"directoryTypeHash\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"9d0334c8-ad11-4bb8-bb39-d59ec7c237e5","name":"Forbidden","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash","types"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"PUT","body":{"mode":"raw","raw":"{\n  \"directoryTypeHash\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"144dde43-0aae-4644-b45a-6b8819e2b78c","name":"Not Found","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash","types"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"PUT","body":{"mode":"raw","raw":"{\n  \"directoryTypeHash\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"a7f739c9-c8bd-4a7b-909d-2f823c39bc1a","name":"Get tag list","request":{"name":"Get tag list","description":{"content":"Gets a paginated list of tags that can be assigned to assets, for example promotions.","type":"text/plain"},"url":{"path":["tags-collector","tags"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"page","value":"0","description":"Page to retrieve"},{"disabled":false,"key":"size","value":"10","description":"Limit of items per page"},{"disabled":false,"key":"directoryType","value":"string","description":"Directory type"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"e91bf91c-e2e9-432a-8039-3180a1447a92","name":"OK","originalRequest":{"url":{"path":["tags-collector","tags"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"0"},{"key":"size","value":"10"},{"key":"directoryType","value":"string"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"pagination\": {\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"page\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"pages\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"total\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"55460668-ae13-4f63-9661-c51f90220bff","name":"Unauthorized","originalRequest":{"url":{"path":["tags-collector","tags"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"0"},{"key":"size","value":"10"},{"key":"directoryType","value":"string"}],"variable":[]},"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"fef1bd02-7c7d-401d-883c-bc8b0820b8c6","name":"Forbidden","originalRequest":{"url":{"path":["tags-collector","tags"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"0"},{"key":"size","value":"10"},{"key":"directoryType","value":"string"}],"variable":[]},"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"198fa9a7-9d0e-4626-a340-b13267971a2e","name":"Not Found","originalRequest":{"url":{"path":["tags-collector","tags"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"0"},{"key":"size","value":"10"},{"key":"directoryType","value":"string"}],"variable":[]},"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"8edbb752-300b-4978-99a6-6560b2675155","name":"Create tag","request":{"name":"Create tag","description":{"content":"Creates a tag that can be assigned to assets, for example promotions.","type":"text/plain"},"url":{"path":["tags-collector","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"value\": \"string\",\n  \"priority\": 0,\n  \"color\": \"string\",\n  \"description\": \"string\",\n  \"directory\": \"string\",\n  \"icon\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"1bdf82e0-9f6b-42a6-a6cf-f58df8f56c30","name":"Created","originalRequest":{"url":{"path":["tags-collector","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"value\": \"string\",\n  \"priority\": 0,\n  \"color\": \"string\",\n  \"description\": \"string\",\n  \"directory\": \"string\",\n  \"icon\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"authorId\": 2320,\n  \"color\": \"string\",\n  \"createdAt\": \"1996-02-20T11:32:45.584Z\",\n  \"description\": \"string\",\n  \"directory\": {\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"hash\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"params\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"hash\": \"string\",\n  \"icon\": \"string\",\n  \"priority\": 0,\n  \"value\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"46de4e50-dcfd-4406-b382-4a85b3afbc06","name":"Unauthorized","originalRequest":{"url":{"path":["tags-collector","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"value\": \"string\",\n  \"priority\": 0,\n  \"color\": \"string\",\n  \"description\": \"string\",\n  \"directory\": \"string\",\n  \"icon\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"5a4917a8-6fc1-4f2c-8b12-ab5ec03fac99","name":"Forbidden","originalRequest":{"url":{"path":["tags-collector","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"value\": \"string\",\n  \"priority\": 0,\n  \"color\": \"string\",\n  \"description\": \"string\",\n  \"directory\": \"string\",\n  \"icon\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"bb2cab96-9305-4f1a-920d-fcaa612a93d1","name":"Not Found","originalRequest":{"url":{"path":["tags-collector","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"value\": \"string\",\n  \"priority\": 0,\n  \"color\": \"string\",\n  \"description\": \"string\",\n  \"directory\": \"string\",\n  \"icon\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"0269e944-f2bc-452c-848d-46b6cb9f6e32","name":"Update tag","request":{"name":"Update tag","description":{"content":"Updates a tag definition.","type":"text/plain"},"url":{"path":["tags-collector","tags",":tagHash"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"tagHash","description":"(Required) HashID of a tag"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PATCH","auth":null,"body":{"mode":"raw","raw":"{\n  \"color\": \"string\",\n  \"description\": \"string\",\n  \"directory\": \"string\",\n  \"icon\": \"string\",\n  \"priority\": 0,\n  \"value\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"30ae382c-782f-4e55-b0d8-96f9f5def7ab","name":"OK","originalRequest":{"url":{"path":["tags-collector","tags",":tagHash"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"tagHash","description":"(Required) HashID of a tag"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"color\": \"string\",\n  \"description\": \"string\",\n  \"directory\": \"string\",\n  \"icon\": \"string\",\n  \"priority\": 0,\n  \"value\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"authorId\": 2320,\n  \"color\": \"string\",\n  \"createdAt\": \"1996-02-20T11:32:45.584Z\",\n  \"description\": \"string\",\n  \"directory\": {\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"hash\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"params\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"hash\": \"string\",\n  \"icon\": \"string\",\n  \"priority\": 0,\n  \"value\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7c301c69-773a-4a22-91d8-a5370e71afc9","name":"Unauthorized","originalRequest":{"url":{"path":["tags-collector","tags",":tagHash"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"tagHash","description":"(Required) HashID of a tag"}]},"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"color\": \"string\",\n  \"description\": \"string\",\n  \"directory\": \"string\",\n  \"icon\": \"string\",\n  \"priority\": 0,\n  \"value\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"7946fe03-37de-4cc1-8799-fe176f60488b","name":"Forbidden","originalRequest":{"url":{"path":["tags-collector","tags",":tagHash"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"tagHash","description":"(Required) HashID of a tag"}]},"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"color\": \"string\",\n  \"description\": \"string\",\n  \"directory\": \"string\",\n  \"icon\": \"string\",\n  \"priority\": 0,\n  \"value\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"3c82c39e-2d25-497e-9a3e-15c73aed0775","name":"Templates","description":{"content":"","type":"text/plain"},"item":[{"id":"6ad61d62-fb44-4d95-b219-7c0b67efaf66","name":"List templates","request":{"name":"List templates","description":{"content":"Returns all templates from a Workspace, with an option to filter by type.","type":"text/plain"},"url":{"path":["template-backend","template"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"type","value":"SMS","description":"The type of templates to return"},{"disabled":false,"key":"search","value":"string","description":"Searched phrase"},{"disabled":false,"key":"limit","value":"3408.6366118814526"},{"disabled":false,"key":"offset","value":"3408.6366118814526"},{"disabled":false,"key":"approved","value":"false","description":"When approval-service enabled it filters for approved templates"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"2ad4eac6-6c47-4967-8e33-24e0067f5c74","name":"An array of templates","originalRequest":{"url":{"path":["template-backend","template"],"host":["{{baseUrl}}"],"query":[{"key":"type","value":"SMS"},{"key":"search","value":"string"},{"key":"limit","value":"3408.6366118814526"},{"key":"offset","value":"3408.6366118814526"},{"key":"approved","value":"false"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"hashId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"businessProfileId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"subtype\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"contentType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"updatedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"directory\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"thumbnailUrl\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"author\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"hashId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"businessProfileId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"subtype\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"contentType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"updatedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"directory\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"thumbnailUrl\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"author\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"f83166b1-8848-4683-b338-d07370ab90e2","name":"Create template","request":{"name":"Create template","description":{"content":"Create a new template.","type":"text/plain"},"url":{"path":["template-backend","template"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"content\": \"{\\\"json\\\":\\\"\\\",\\\"html\\\":\\\"<p>some text</p>\\\",\\\"css\\\":\\\"p {\\\\n    font-weight: bold\\\\n}\\\",\\\"js\\\":\\\"console.log(\\\\\\\"test\\\\\\\")\\\",\\\"raw\\\":\\\"<html><head><style type=\\\\\\\"text/css\\\\\\\">p {\\\\n    font-weight: bold\\\\n}</style></head><body><p>some text</p></body></html>\\\",\\\"source\\\":2}\",\n  \"directory\": \"e0326a2d-7697-4ae9-b490-31f97041adcb\",\n  \"source\": 4550,\n  \"name\": null,\n  \"type\": \"EMAIL\",\n  \"subtype\": \"BANNER\",\n  \"contentType\": \"TEMPLATE\",\n  \"includeSafeArea\": false,\n  \"hidden\": false,\n  \"temporal\": false\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"926bb2cd-bb6a-42ab-8d03-e74ce1496729","name":"Created template","originalRequest":{"url":{"path":["template-backend","template"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"content\": \"{\\\"json\\\":\\\"\\\",\\\"html\\\":\\\"<p>some text</p>\\\",\\\"css\\\":\\\"p {\\\\n    font-weight: bold\\\\n}\\\",\\\"js\\\":\\\"console.log(\\\\\\\"test\\\\\\\")\\\",\\\"raw\\\":\\\"<html><head><style type=\\\\\\\"text/css\\\\\\\">p {\\\\n    font-weight: bold\\\\n}</style></head><body><p>some text</p></body></html>\\\",\\\"source\\\":2}\",\n  \"directory\": \"e0326a2d-7697-4ae9-b490-31f97041adcb\",\n  \"source\": 4550,\n  \"name\": null,\n  \"type\": \"EMAIL\",\n  \"subtype\": \"BANNER\",\n  \"contentType\": \"TEMPLATE\",\n  \"includeSafeArea\": false,\n  \"hidden\": false,\n  \"temporal\": false\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": 4865,\n  \"hashId\": \"e0326a2d-7697-4ae9-b490-31f97041adcb\",\n  \"businessProfileId\": 594,\n  \"name\": null,\n  \"templateContent\": \"{\\\"json\\\":\\\"\\\",\\\"html\\\":\\\"<p>some text</p>\\\",\\\"css\\\":\\\"p {\\\\n    font-weight: bold\\\\n}\\\",\\\"js\\\":\\\"console.log(\\\\\\\"test\\\\\\\")\\\",\\\"raw\\\":\\\"<html><head><style type=\\\\\\\"text/css\\\\\\\">p {\\\\n    font-weight: bold\\\\n}</style></head><body><p>some text</p></body></html>\\\",\\\"source\\\":2}\",\n  \"type\": \"EMAIL\",\n  \"subtype\": \"BANNER\",\n  \"thumbnailUrl\": \"https://foo.bar\",\n  \"directory\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"createdAt\": \"2019-03-21T12:31:26Z\",\n  \"updatedAt\": \"2019-03-21T12:31:26Z\",\n  \"parsedData\": {\n    \"links\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"parsedContent\": \"string\",\n  \"functionType\": \"Password Change\",\n  \"author\": 123,\n  \"status\": \"DRAFT\",\n  \"source\": 3335,\n  \"contentType\": \"TEMPLATE\",\n  \"includeSafeArea\": false\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"68efc90e-6dfa-4d6a-8310-e44002445994","name":"Get template by UUID","request":{"name":"Get template by UUID","description":{"content":"Return the details of a template identified by its UUID.","type":"text/plain"},"url":{"path":["template-backend","template",":templateUuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"e0326a2d-7697-4ae9-b490-31f97041adcb","key":"templateUuid","description":"(Required) Template UUID"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"3e5581aa-ff87-447b-8961-55099a3815e6","name":"Template details","originalRequest":{"url":{"path":["template-backend","template",":templateUuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"e0326a2d-7697-4ae9-b490-31f97041adcb","key":"templateUuid","description":"(Required) Template UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": 4865,\n  \"hashId\": \"e0326a2d-7697-4ae9-b490-31f97041adcb\",\n  \"businessProfileId\": 594,\n  \"name\": null,\n  \"templateContent\": \"{\\\"json\\\":\\\"\\\",\\\"html\\\":\\\"<p>some text</p>\\\",\\\"css\\\":\\\"p {\\\\n    font-weight: bold\\\\n}\\\",\\\"js\\\":\\\"console.log(\\\\\\\"test\\\\\\\")\\\",\\\"raw\\\":\\\"<html><head><style type=\\\\\\\"text/css\\\\\\\">p {\\\\n    font-weight: bold\\\\n}</style></head><body><p>some text</p></body></html>\\\",\\\"source\\\":2}\",\n  \"type\": \"EMAIL\",\n  \"subtype\": \"BANNER\",\n  \"thumbnailUrl\": \"https://foo.bar\",\n  \"directory\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"createdAt\": \"2019-03-21T12:31:26Z\",\n  \"updatedAt\": \"2019-03-21T12:31:26Z\",\n  \"parsedData\": {\n    \"links\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"parsedContent\": \"string\",\n  \"functionType\": \"Password Change\",\n  \"author\": 123,\n  \"status\": \"DRAFT\",\n  \"source\": 3335,\n  \"contentType\": \"TEMPLATE\",\n  \"includeSafeArea\": false\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"788699ac-e9c8-4536-afa2-e1207d986828","name":"Patch a template","request":{"name":"Patch a template","description":{"content":"Change template content.","type":"text/plain"},"url":{"path":["template-backend","template",":templateUuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"e0326a2d-7697-4ae9-b490-31f97041adcb","key":"templateUuid","description":"(Required) Template UUID"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PATCH","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": null,\n  \"content\": \"{\\\"json\\\":\\\"\\\",\\\"html\\\":\\\"<p>some text</p>\\\",\\\"css\\\":\\\"p {\\\\n    font-weight: bold\\\\n}\\\",\\\"js\\\":\\\"console.log(\\\\\\\"test\\\\\\\")\\\",\\\"raw\\\":\\\"<html><head><style type=\\\\\\\"text/css\\\\\\\">p {\\\\n    font-weight: bold\\\\n}</style></head><body><p>some text</p></body></html>\\\",\\\"source\\\":2}\",\n  \"includeSafeArea\": false\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"ff7cd7ba-e62c-44f1-92d5-c19f9e610a5c","name":"Template details","originalRequest":{"url":{"path":["template-backend","template",":templateUuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"e0326a2d-7697-4ae9-b490-31f97041adcb","key":"templateUuid","description":"(Required) Template UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"name\": null,\n  \"content\": \"{\\\"json\\\":\\\"\\\",\\\"html\\\":\\\"<p>some text</p>\\\",\\\"css\\\":\\\"p {\\\\n    font-weight: bold\\\\n}\\\",\\\"js\\\":\\\"console.log(\\\\\\\"test\\\\\\\")\\\",\\\"raw\\\":\\\"<html><head><style type=\\\\\\\"text/css\\\\\\\">p {\\\\n    font-weight: bold\\\\n}</style></head><body><p>some text</p></body></html>\\\",\\\"source\\\":2}\",\n  \"includeSafeArea\": false\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": 4865,\n  \"hashId\": \"e0326a2d-7697-4ae9-b490-31f97041adcb\",\n  \"businessProfileId\": 594,\n  \"name\": null,\n  \"templateContent\": \"{\\\"json\\\":\\\"\\\",\\\"html\\\":\\\"<p>some text</p>\\\",\\\"css\\\":\\\"p {\\\\n    font-weight: bold\\\\n}\\\",\\\"js\\\":\\\"console.log(\\\\\\\"test\\\\\\\")\\\",\\\"raw\\\":\\\"<html><head><style type=\\\\\\\"text/css\\\\\\\">p {\\\\n    font-weight: bold\\\\n}</style></head><body><p>some text</p></body></html>\\\",\\\"source\\\":2}\",\n  \"type\": \"EMAIL\",\n  \"subtype\": \"BANNER\",\n  \"thumbnailUrl\": \"https://foo.bar\",\n  \"directory\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"createdAt\": \"2019-03-21T12:31:26Z\",\n  \"updatedAt\": \"2019-03-21T12:31:26Z\",\n  \"parsedData\": {\n    \"links\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"parsedContent\": \"string\",\n  \"functionType\": \"Password Change\",\n  \"author\": 123,\n  \"status\": \"DRAFT\",\n  \"source\": 3335,\n  \"contentType\": \"TEMPLATE\",\n  \"includeSafeArea\": false\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"24e5f946-979a-4820-ac9b-f1b309e29a5f","name":"Create functional template","request":{"name":"Create functional template","description":{"content":"Create a new functional template. Functional templates are used for cases not covered by the [Create template endpoint](#operation/create-template), such as a password change page.","type":"text/plain"},"url":{"path":["template-backend","template","functional"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"directory\": \"e0326a2d-7697-4ae9-b490-31f97041adcb\",\n  \"content\": \"<html><h1>Content</h1></html>\",\n  \"functionType\": \"Password Change\",\n  \"name\": \"name\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"429410cd-43fc-406d-b547-66768f0edba2","name":"Created template","originalRequest":{"url":{"path":["template-backend","template","functional"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"directory\": \"e0326a2d-7697-4ae9-b490-31f97041adcb\",\n  \"content\": \"<html><h1>Content</h1></html>\",\n  \"functionType\": \"Password Change\",\n  \"name\": \"name\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": 4434,\n  \"hashId\": \"e0326a2d-7697-4ae9-b490-31f97041adcb\",\n  \"businessProfileId\": 594,\n  \"type\": \"EMAIL\",\n  \"subtype\": \"BANNER\",\n  \"functionType\": \"Password Change\",\n  \"thumbnailUrl\": \"https://foo.bar\",\n  \"createdAt\": \"2019-03-21T12:31:26Z\",\n  \"createdBy\": 123\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"57d43e8c-0558-48aa-92bf-4accd2e84172","name":"Move templates to another directory","request":{"name":"Move templates to another directory","description":{"content":"Move templates to another directory.","type":"text/plain"},"url":{"path":["template-backend","template","move"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"templateHashIds\": [\n    \"2ede34f8-1c27-4131-bfb1-5c88856882e1\",\n    \"2ede34f8-1c27-4131-bfb1-5c88856882e1\"\n  ],\n  \"directoryHash\": \"2ede34f8-1c27-4131-bfb1-5c88856882e1\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"64d6dffb-3701-43ac-a1b9-ba865bb3b56b","name":"Number of moved templates","originalRequest":{"url":{"path":["template-backend","template","move"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"templateHashIds\": [\n    \"2ede34f8-1c27-4131-bfb1-5c88856882e1\",\n    \"2ede34f8-1c27-4131-bfb1-5c88856882e1\"\n  ],\n  \"directoryHash\": \"2ede34f8-1c27-4131-bfb1-5c88856882e1\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"12","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"14568fcd-d4c7-4807-a081-f494b0d522ba","name":"Remove templates","request":{"name":"Remove templates","description":{"content":"Delete templates. This operation is irreversible.","type":"text/plain"},"url":{"path":["template-backend","template","remove"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"[\n  \"e0326a2d-7697-4ae9-b490-31f97041adcb\",\n  \"e0326a2d-7697-4ae9-b490-31f97041adcb\"\n]","options":{"raw":{"language":"json"}}}},"response":[{"id":"5ca4e055-c1f8-4f4c-9ed0-bf6aaa124a16","name":"Number of removed templates","originalRequest":{"url":{"path":["template-backend","template","remove"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  \"e0326a2d-7697-4ae9-b490-31f97041adcb\",\n  \"e0326a2d-7697-4ae9-b490-31f97041adcb\"\n]","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"12","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"1b72fe43-5341-4b7c-b20a-3597f2c965ec","name":"Get template by ID","request":{"name":"Get template by ID","description":{"content":"Retrieve a template identified by ID.","type":"text/plain"},"url":{"path":["template-backend","template","getById",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"12","key":"id","description":"(Required) Template ID"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"4f543f72-8e2b-4237-817a-83e110f7d879","name":"Template details","originalRequest":{"url":{"path":["template-backend","template","getById",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"12","key":"id","description":"(Required) Template ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": 4865,\n  \"hashId\": \"e0326a2d-7697-4ae9-b490-31f97041adcb\",\n  \"businessProfileId\": 594,\n  \"name\": null,\n  \"templateContent\": \"{\\\"json\\\":\\\"\\\",\\\"html\\\":\\\"<p>some text</p>\\\",\\\"css\\\":\\\"p {\\\\n    font-weight: bold\\\\n}\\\",\\\"js\\\":\\\"console.log(\\\\\\\"test\\\\\\\")\\\",\\\"raw\\\":\\\"<html><head><style type=\\\\\\\"text/css\\\\\\\">p {\\\\n    font-weight: bold\\\\n}</style></head><body><p>some text</p></body></html>\\\",\\\"source\\\":2}\",\n  \"type\": \"EMAIL\",\n  \"subtype\": \"BANNER\",\n  \"thumbnailUrl\": \"https://foo.bar\",\n  \"directory\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"createdAt\": \"2019-03-21T12:31:26Z\",\n  \"updatedAt\": \"2019-03-21T12:31:26Z\",\n  \"parsedData\": {\n    \"links\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"parsedContent\": \"string\",\n  \"functionType\": \"Password Change\",\n  \"author\": 123,\n  \"status\": \"DRAFT\",\n  \"source\": 3335,\n  \"contentType\": \"TEMPLATE\",\n  \"includeSafeArea\": false\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b94b2967-c214-4909-a690-33faa1810f94","name":"Create template from ZIP","request":{"name":"Create template from ZIP","description":{"content":"Create new template from ZIP file.","type":"text/plain"},"url":{"path":["template-backend","upload","zip"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"formdata","formdata":[{"key":"filename","type":"file","description":"(Required) ZIP file"}]}},"response":[{"id":"743d32ec-fd3e-475a-86b5-c6d27d8f37e1","name":"Created template","originalRequest":{"url":{"path":["template-backend","upload","zip"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"formdata","formdata":[{"description":{"content":"(Required) ZIP file","type":"text/plain"},"key":"filename","type":"file"}]}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"html\": \"string\",\n  \"css\": \"string\",\n  \"date\": \"2019-03-21T12:31:26Z\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"9992ba6e-abbf-47d3-8a15-5bfacd7969ff","name":"Create template from URL","request":{"name":"Create template from URL","description":{"content":"Create new template from URL.","type":"text/plain"},"url":{"path":["template-backend","upload","url"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"url\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"a4436503-3fa8-4c8c-80e8-7b904ddc2dcc","name":"Created template","originalRequest":{"url":{"path":["template-backend","upload","url"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"url\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"856fbc8c-9afa-422a-bce3-e8c643d51b1a","name":"Template directories","description":{"content":"","type":"text/plain"},"item":[{"id":"23c99722-f3e9-43d1-89bc-8e7809cbb7da","name":"Get directories","request":{"name":"Get directories","description":{"content":"Retrieve a list of all directories in the Workspace.","type":"text/plain"},"url":{"path":["template-backend","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"7d22a802-312a-4e7e-87c0-ca45973b4f45","name":"Directory list","originalRequest":{"url":{"path":["template-backend","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n]","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"5368def6-3cfc-4e6c-adcf-68cbe1d4ec7e","name":"Create directory","request":{"name":"Create directory","description":{"content":"Create a new directory for templates. A directory can store only one type of templates.","type":"text/plain"},"url":{"path":["template-backend","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"type\": \"EMAIL\",\n  \"name\": \"string\",\n  \"readOnly\": false,\n  \"contentType\": \"TEMPLATE\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"b5ceb18f-cfee-4f07-851d-2a0b6e954a2e","name":"Created directory","originalRequest":{"url":{"path":["template-backend","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"type\": \"EMAIL\",\n  \"name\": \"string\",\n  \"readOnly\": false,\n  \"contentType\": \"TEMPLATE\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"hashId\": \"e0326a2d-7697-4ae9-b490-31f97041adcb\",\n  \"name\": \"string\",\n  \"readOnly\": true,\n  \"createdAt\": \"2019-03-21T12:31:26Z\",\n  \"default\": true,\n  \"type\": \"EMAIL\",\n  \"contentType\": \"TEMPLATE\",\n  \"predefined\": true\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"1083e6c8-8b24-4279-9ea5-4f84d74de934","name":"Get directories by type","request":{"name":"Get directories by type","description":{"content":"Retrieve a list of directories of a single type.","type":"text/plain"},"url":{"path":["template-backend","directory","byType"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"type","value":"SMS","description":"(Required) \nThe type of directories to return (directory types match the template types stored in them).\n\nDirectories with null type are always returned.\n"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"bec461fc-31e6-4306-955d-fbfbefe2533b","name":"Directory list","originalRequest":{"url":{"path":["template-backend","directory","byType"],"host":["{{baseUrl}}"],"query":[{"key":"type","value":"SMS"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n]","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"00756253-abe5-4b1e-b7da-037fc01f38c1","name":"Rename directory","request":{"name":"Rename directory","description":{"content":"Rename a directory.","type":"text/plain"},"url":{"path":["template-backend","directory",":directoryUUID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"e0326a2d-7697-4ae9-b490-31f97041adcb","key":"directoryUUID","description":"(Required) Directory UUID"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PATCH","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": null\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"900ab015-f92e-4cee-81c4-db0d86d564a1","name":"Directory details","originalRequest":{"url":{"path":["template-backend","directory",":directoryUUID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"e0326a2d-7697-4ae9-b490-31f97041adcb","key":"directoryUUID","description":"(Required) Directory UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"name\": null\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"hashId\": \"e0326a2d-7697-4ae9-b490-31f97041adcb\",\n  \"name\": \"string\",\n  \"readOnly\": true,\n  \"createdAt\": \"2019-03-21T12:31:26Z\",\n  \"default\": true,\n  \"type\": \"EMAIL\",\n  \"contentType\": \"TEMPLATE\",\n  \"predefined\": true\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"d5984727-9db8-45ba-a19e-0bdd32355fc1","name":"Remove directory","request":{"name":"Remove directory","description":{"content":"Remove a directory. Only empty directories can be removed.","type":"text/plain"},"url":{"path":["template-backend","directory",":directoryUUID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"e0326a2d-7697-4ae9-b490-31f97041adcb","key":"directoryUUID","description":"(Required) Directory UUID"}]},"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"902fc14b-85cf-4264-93e2-2ee3c90efcf8","name":"Directory removed","originalRequest":{"url":{"path":["template-backend","directory",":directoryUUID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"e0326a2d-7697-4ae9-b490-31f97041adcb","key":"directoryUUID","description":"(Required) Directory UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"c9a635f0-8304-4975-9f37-4e672915711e","name":"Directory is not empty","originalRequest":{"url":{"path":["template-backend","directory",":directoryUUID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"e0326a2d-7697-4ae9-b490-31f97041adcb","key":"directoryUUID","description":"(Required) Directory UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"00500218-d562-4da0-be62-5c82b2d03d0f","name":"Preview","description":{"content":"","type":"text/plain"},"item":[{"id":"c4ad9ce2-47e6-4976-b5ef-1116d4c7d458","name":"Create preview","request":{"name":"Create preview","description":{"content":"Create a new preview for templates on pages.","type":"text/plain"},"url":{"path":["template-backend","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"html\": \"string\",\n  \"css\": \"string\",\n  \"js\": \"string\",\n  \"previewContext\": {\n    \"campaignId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"variantId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"4303fdc9-ee88-4b08-a0d4-2d0c9ad5aa75","name":"Created preview","originalRequest":{"url":{"path":["template-backend","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"html\": \"string\",\n  \"css\": \"string\",\n  \"js\": \"string\",\n  \"previewContext\": {\n    \"campaignId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"variantId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"e0326a2d-7697-4ae9-b490-31f97041adcb\",\n  \"html\": \"string\",\n  \"css\": \"string\",\n  \"js\": \"string\",\n  \"previewContext\": {\n    \"campaignId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"variantId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"475fb8a8-2cc0-4587-b3e2-1f4e46de0f05","name":"Bad request error","originalRequest":{"url":{"path":["template-backend","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"html\": \"string\",\n  \"css\": \"string\",\n  \"js\": \"string\",\n  \"previewContext\": {\n    \"campaignId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"variantId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"cbba6751-9e8d-4b28-bde3-ae724f8de714","name":"Get preview","request":{"name":"Get preview","description":{"content":"Get template preview in the Workspace.","type":"text/plain"},"url":{"path":["template-backend","preview",":previewUuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"e0326a2d-7697-4ae9-b490-31f97041adcb","key":"previewUuid","description":"(Required) Preview UUID"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"c9e86808-7efb-4022-bc10-679ae8e310c1","name":"Get new preview","originalRequest":{"url":{"path":["template-backend","preview",":previewUuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"e0326a2d-7697-4ae9-b490-31f97041adcb","key":"previewUuid","description":"(Required) Preview UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"html\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"css\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"js\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"previewContext\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"html\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"css\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"js\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"previewContext\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"0bfc86ba-f58a-474b-a844-88ec9d8af813","name":"Bad request error","originalRequest":{"url":{"path":["template-backend","preview",":previewUuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"e0326a2d-7697-4ae9-b490-31f97041adcb","key":"previewUuid","description":"(Required) Preview UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"3cfa1a42-1bcf-4313-90f5-8127440d93e6","name":"Update preview","request":{"name":"Update preview","description":{"content":"Update a preview.","type":"text/plain"},"url":{"path":["template-backend","preview",":previewUuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"e0326a2d-7697-4ae9-b490-31f97041adcb","key":"previewUuid","description":"(Required) Preview UUID"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PATCH","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"html\": \"string\",\n  \"css\": \"string\",\n  \"js\": \"string\",\n  \"previewContext\": {\n    \"campaignId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"variantId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"6a6eebfb-3d2f-46d5-8b61-a9772f7d336a","name":"Updated preview","originalRequest":{"url":{"path":["template-backend","preview",":previewUuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"e0326a2d-7697-4ae9-b490-31f97041adcb","key":"previewUuid","description":"(Required) Preview UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"html\": \"string\",\n  \"css\": \"string\",\n  \"js\": \"string\",\n  \"previewContext\": {\n    \"campaignId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"variantId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"e0326a2d-7697-4ae9-b490-31f97041adcb\",\n  \"html\": \"string\",\n  \"css\": \"string\",\n  \"js\": \"string\",\n  \"previewContext\": {\n    \"campaignId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"variantId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1e462eb7-fd65-4695-9466-7156ee68d03e","name":"Bad request error","originalRequest":{"url":{"path":["template-backend","preview",":previewUuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"e0326a2d-7697-4ae9-b490-31f97041adcb","key":"previewUuid","description":"(Required) Preview UUID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"html\": \"string\",\n  \"css\": \"string\",\n  \"js\": \"string\",\n  \"previewContext\": {\n    \"campaignId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"variantId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"791adb41-0e3e-4a82-8e48-31640610d734","name":"Access control","description":{"content":"","type":"text/plain"},"item":[{"id":"9ea44b52-8449-4d6e-901b-77ba4a124135","name":"Enable MFA requirement for workspace","request":{"name":"Enable MFA requirement for workspace","description":{"content":"This request enables multi-factor authentication requirement for the currently selected workspace. After enabling this setting, only users with MFA can access the workspace.","type":"text/plain"},"url":{"path":["uauth","business-profile","mfa","requirements"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"e55a5000-3de2-4811-a7fb-d5e5bd4352f8","name":"OK","originalRequest":{"url":{"path":["uauth","business-profile","mfa","requirements"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"0cfc8692-c4aa-49eb-aec7-28d2f3e1fce3","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","business-profile","mfa","requirements"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"530eeabd-cee7-461b-83fa-49bd28757113","name":"Forbidden","originalRequest":{"url":{"path":["uauth","business-profile","mfa","requirements"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"bfafcfb1-1876-4385-8222-516088bedb7f","name":"Not Found","originalRequest":{"url":{"path":["uauth","business-profile","mfa","requirements"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"1be3874d-7dee-4709-82d3-1b2f89ae64ab","name":"Disable MFA requirement for workspace","request":{"name":"Disable MFA requirement for workspace","description":{"content":"This request disables multi-factor authentication requirement for the currently selected workspace. After disabling this setting, users without MFA can access the workspace.","type":"text/plain"},"url":{"path":["uauth","business-profile","mfa","requirements"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"4250e8be-22f7-4cd7-850c-9a63614db10a","name":"OK","originalRequest":{"url":{"path":["uauth","business-profile","mfa","requirements"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"0343e9da-257e-4dba-88fc-0894deb52fc3","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","business-profile","mfa","requirements"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"028940cf-6f1a-4012-b983-62f879c89cd4","name":"Forbidden","originalRequest":{"url":{"path":["uauth","business-profile","mfa","requirements"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"2bf6c1cd-69eb-45e1-ba3f-ab9efe5bca05","name":"Not Found","originalRequest":{"url":{"path":["uauth","business-profile","mfa","requirements"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"1cae66e1-ae48-4099-a8fd-49ff2fbc6038","name":"Get own strongest password policy","request":{"name":"Get own strongest password policy","description":{"content":"If a user has access to more than one workspace, you can use this endpoint to find the strictest password policy of all the policies in these workspaces. The user's password must meet the requirements of that strictest policy.","type":"text/plain"},"url":{"path":["uauth","users","my-account","strongest-password-settings"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"*/*"}],"method":"GET","auth":null},"response":[{"id":"f0f65c83-d216-463c-9bf0-e859cb8dd890","name":"OK","originalRequest":{"url":{"path":["uauth","users","my-account","strongest-password-settings"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"*/*"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"*/*"}],"body":"{\n  \"attempts\": 8705,\n  \"block\": 1462,\n  \"businessProfileId\": 7634,\n  \"different\": 1894,\n  \"digits\": 2453,\n  \"expiration\": 6455,\n  \"lowerLetters\": 9335,\n  \"maxIdleTime\": 8001,\n  \"maxLength\": 5299,\n  \"minLength\": 535,\n  \"nextChange\": 3567,\n  \"specialChars\": 9348,\n  \"upperLetters\": 2315\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"a94fad6c-22c4-4e72-a5c8-740ec98cd560","name":"Get IP allowlist policy","request":{"name":"Get IP allowlist policy","description":{"content":"Retrieve the details of IP allowlisting policy of the workspace.","type":"text/plain"},"url":{"path":["uauth","settings","user-bp-ip-policy"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"e9dea53e-440f-4159-8515-87e66219605f","name":"IP policy details","originalRequest":{"url":{"path":["uauth","settings","user-bp-ip-policy"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"enabled\": false,\n  \"enableSupportSubnets\": true,\n  \"ipPolicy\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"eed825db-74d8-4740-926c-14d8c609f52f","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","settings","user-bp-ip-policy"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"0aa56e76-ccde-459e-8128-485f7ea682c0","name":"Forbidden","originalRequest":{"url":{"path":["uauth","settings","user-bp-ip-policy"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"cd89ad90-ae62-4448-a1e0-76d668666507","name":"Not Found","originalRequest":{"url":{"path":["uauth","settings","user-bp-ip-policy"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"8bfb9486-fec3-4401-b895-940d5c9bca56","name":"Update IP allowlist policy","request":{"name":"Update IP allowlist policy","description":{"content":"Update the details of IP allowlisting policy of the workspace.","type":"text/plain"},"url":{"path":["uauth","settings","user-bp-ip-policy"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"enableSupportSubnets\": true,\n  \"ipPolicy\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"d96ef1df-3e65-4a3b-8796-2aa11ec69bb3","name":"Updated IP policy","originalRequest":{"url":{"path":["uauth","settings","user-bp-ip-policy"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"enableSupportSubnets\": true,\n  \"ipPolicy\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"enabled\": true,\n  \"enableSupportSubnets\": true,\n  \"ipPolicy\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"589ff58f-363e-4977-b32a-6fc2ab5efa22","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","settings","user-bp-ip-policy"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"enableSupportSubnets\": true,\n  \"ipPolicy\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"96416721-8fb5-4ee9-92b4-00eabe0da864","name":"Forbidden","originalRequest":{"url":{"path":["uauth","settings","user-bp-ip-policy"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"enableSupportSubnets\": true,\n  \"ipPolicy\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"f169c7bc-06f8-4754-8f3f-f78e9ecbfe8e","name":"Not Found","originalRequest":{"url":{"path":["uauth","settings","user-bp-ip-policy"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"enabled\": true,\n  \"enableSupportSubnets\": true,\n  \"ipPolicy\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"513f8c49-4599-4405-8790-34613d01b148","name":"Get strongest password policy of a User","request":{"name":"Get strongest password policy of a User","description":{"content":"If a user has access to more than one workspace, you can use this endpoint to find the strictest password policy of all the policies in these workspaces. The user's password must meet the requirements of that strictest policy.","type":"text/plain"},"url":{"path":["uauth","strongest-password-settings-by-email",":email"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"email","description":"(Required) User's email address"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"48c8e7ef-8b98-45ba-8224-0ea3920000cf","name":"OK","originalRequest":{"url":{"path":["uauth","strongest-password-settings-by-email",":email"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"email","description":"(Required) User's email address"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"attempts\": 8705,\n  \"block\": 1462,\n  \"businessProfileId\": 7634,\n  \"different\": 1894,\n  \"digits\": 2453,\n  \"expiration\": 6455,\n  \"lowerLetters\": 9335,\n  \"maxIdleTime\": 8001,\n  \"maxLength\": 5299,\n  \"minLength\": 535,\n  \"nextChange\": 3567,\n  \"specialChars\": 9348,\n  \"upperLetters\": 2315\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"87a1cf7c-33b7-4958-b207-0ebb6c4e9c20","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","strongest-password-settings-by-email",":email"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"email","description":"(Required) User's email address"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"24ea55f0-e0bb-41c5-8ebc-4c0a3eec2662","name":"Forbidden","originalRequest":{"url":{"path":["uauth","strongest-password-settings-by-email",":email"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"email","description":"(Required) User's email address"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"69f60dc0-9ddd-4c1b-ba58-818c43cb823e","name":"Not Found","originalRequest":{"url":{"path":["uauth","strongest-password-settings-by-email",":email"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"email","description":"(Required) User's email address"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"5cfd0da4-81a2-4a3b-ad21-4176900ca39d","name":"Initiate multi-factor authentication for user","request":{"name":"Initiate multi-factor authentication for user","description":{"content":"Begins the process of enabling multi-factor authentication for a user by initiating it.","type":"text/plain"},"url":{"path":["uauth","users","mfa","initialization"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"mfaType","value":"EMAIL","description":"(Required) Type of multi-factor authentication"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"2f0075cd-332d-42d5-a2ab-a88181a5f052","name":"Secret and QR code URL","originalRequest":{"url":{"path":["uauth","users","mfa","initialization"],"host":["{{baseUrl}}"],"query":[{"key":"mfaType","value":"<string>"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"url\": \"string\",\n  \"secret\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e6008dcd-3c32-417a-a2ef-9be9f10b9531","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","users","mfa","initialization"],"host":["{{baseUrl}}"],"query":[{"key":"mfaType","value":"<string>"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"9b0491d8-114f-4136-bf0b-85cf081cb4d3","name":"Forbidden","originalRequest":{"url":{"path":["uauth","users","mfa","initialization"],"host":["{{baseUrl}}"],"query":[{"key":"mfaType","value":"<string>"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"86e8b6af-acb9-413c-8542-73c914bf178e","name":"Not Found","originalRequest":{"url":{"path":["uauth","users","mfa","initialization"],"host":["{{baseUrl}}"],"query":[{"key":"mfaType","value":"<string>"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"723a4140-834b-4e44-9bc4-466bb04716d1","name":"Confirm multi-factor authentication for user","request":{"name":"Confirm multi-factor authentication for user","description":{"content":"Continues the process of enabling multi-factor authentication for a user by confirming it.","type":"text/plain"},"url":{"path":["uauth","users","mfa","confirmation"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"mfaType","value":"<string>","description":"(Required) Type of multi-factor authentication"}],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"verificationCode\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"561d1b7f-e0de-42cb-9bae-726e21db4e41","name":"User's backup code","originalRequest":{"url":{"path":["uauth","users","mfa","confirmation"],"host":["{{baseUrl}}"],"query":[{"key":"mfaType","value":"<string>"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"verificationCode\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"backupCode\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"64b43486-dc53-4686-a85e-ccd0ee5e9060","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","users","mfa","confirmation"],"host":["{{baseUrl}}"],"query":[{"key":"mfaType","value":"<string>"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"verificationCode\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"01ac62ac-babf-4b7a-8adb-24fbbc6d8a3a","name":"Forbidden","originalRequest":{"url":{"path":["uauth","users","mfa","confirmation"],"host":["{{baseUrl}}"],"query":[{"key":"mfaType","value":"<string>"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"verificationCode\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"bf2ae87c-ff71-48be-b3ef-2ae72b8bb749","name":"Not Found","originalRequest":{"url":{"path":["uauth","users","mfa","confirmation"],"host":["{{baseUrl}}"],"query":[{"key":"mfaType","value":"<string>"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"verificationCode\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"d97e0505-57ec-44f7-a16c-c8923db1a292","name":"Remove multi-factor authentication for user","request":{"name":"Remove multi-factor authentication for user","description":{"content":"Removes user multi-factor authentication.","type":"text/plain"},"url":{"path":["uauth","users","mfa"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"mfaType","value":"<string>","description":"(Required) Type of multi-factor authentication"},{"disabled":false,"key":"backupCode","value":"string","description":"(Required) User's backup code"}],"variable":[]},"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"6aa7afc0-fbc0-4cc7-b343-a84670f6a988","name":"No Content","originalRequest":{"url":{"path":["uauth","users","mfa"],"host":["{{baseUrl}}"],"query":[{"key":"mfaType","value":"<string>"},{"key":"backupCode","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"9788fd7e-85af-41f5-ba32-e65e282f9c30","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","users","mfa"],"host":["{{baseUrl}}"],"query":[{"key":"mfaType","value":"<string>"},{"key":"backupCode","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"69bd34c5-0c4d-4fda-bab2-1e0c13391859","name":"Forbidden","originalRequest":{"url":{"path":["uauth","users","mfa"],"host":["{{baseUrl}}"],"query":[{"key":"mfaType","value":"<string>"},{"key":"backupCode","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"f7bc0d8f-d8cf-444d-b7c1-9eb268db4f42","name":"Not Found","originalRequest":{"url":{"path":["uauth","users","mfa"],"host":["{{baseUrl}}"],"query":[{"key":"mfaType","value":"<string>"},{"key":"backupCode","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"0927f236-3a43-41d0-b97b-dd4d36b2cc2e","name":"Get user password policy","request":{"name":"Get user password policy","description":{"content":"Retrieve the user password policy of the workspace.","type":"text/plain"},"url":{"path":["uauth","settings","password-policy"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"2cec71bf-08d0-4fa1-973b-7bbeb914fc6d","name":"OK","originalRequest":{"url":{"path":["uauth","settings","password-policy"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"attempts\": 8406,\n  \"block\": 6017,\n  \"different\": 7919,\n  \"digits\": 7955,\n  \"expiration\": 3828,\n  \"lowerLetters\": 1878,\n  \"maxIdleTime\": 5441,\n  \"maxLength\": 1360,\n  \"minLength\": 1468,\n  \"nextChange\": 4593,\n  \"specialChars\": 6499,\n  \"upperLetters\": 2188\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"acfabc88-7eec-4923-a1b1-0afa54eb821d","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","settings","password-policy"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"07d132ce-5a6c-45ac-a201-477f52260a20","name":"Forbidden","originalRequest":{"url":{"path":["uauth","settings","password-policy"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"dd4d7bb9-6704-42eb-8e04-ebbe190a634c","name":"Not Found","originalRequest":{"url":{"path":["uauth","settings","password-policy"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"a164c1b8-4970-4905-88bb-362354534f06","name":"Update user password policy","request":{"name":"Update user password policy","description":{"content":"Update the user password policy. Entering `0` as the value disables a requirement.","type":"text/plain"},"url":{"path":["uauth","settings","password-policy"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"attempts\": 8406,\n  \"block\": 6017,\n  \"different\": 7919,\n  \"digits\": 7955,\n  \"expiration\": 3828,\n  \"lowerLetters\": 1878,\n  \"maxIdleTime\": 5441,\n  \"maxLength\": 1360,\n  \"minLength\": 1468,\n  \"nextChange\": 4593,\n  \"specialChars\": 6499,\n  \"upperLetters\": 2188\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"0f727bc1-af12-4217-b524-f96cd78fc807","name":"New password policy","originalRequest":{"url":{"path":["uauth","settings","password-policy"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"attempts\": 8406,\n  \"block\": 6017,\n  \"different\": 7919,\n  \"digits\": 7955,\n  \"expiration\": 3828,\n  \"lowerLetters\": 1878,\n  \"maxIdleTime\": 5441,\n  \"maxLength\": 1360,\n  \"minLength\": 1468,\n  \"nextChange\": 4593,\n  \"specialChars\": 6499,\n  \"upperLetters\": 2188\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"attempts\": 8406,\n  \"block\": 6017,\n  \"different\": 7919,\n  \"digits\": 7955,\n  \"expiration\": 3828,\n  \"lowerLetters\": 1878,\n  \"maxIdleTime\": 5441,\n  \"maxLength\": 1360,\n  \"minLength\": 1468,\n  \"nextChange\": 4593,\n  \"specialChars\": 6499,\n  \"upperLetters\": 2188\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"aa867ae8-e5f1-42b4-9bf6-8ad9f3738565","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","settings","password-policy"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"attempts\": 8406,\n  \"block\": 6017,\n  \"different\": 7919,\n  \"digits\": 7955,\n  \"expiration\": 3828,\n  \"lowerLetters\": 1878,\n  \"maxIdleTime\": 5441,\n  \"maxLength\": 1360,\n  \"minLength\": 1468,\n  \"nextChange\": 4593,\n  \"specialChars\": 6499,\n  \"upperLetters\": 2188\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"88f20aba-ec98-40f6-b17b-ee18bdfe5eb9","name":"Forbidden","originalRequest":{"url":{"path":["uauth","settings","password-policy"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"attempts\": 8406,\n  \"block\": 6017,\n  \"different\": 7919,\n  \"digits\": 7955,\n  \"expiration\": 3828,\n  \"lowerLetters\": 1878,\n  \"maxIdleTime\": 5441,\n  \"maxLength\": 1360,\n  \"minLength\": 1468,\n  \"nextChange\": 4593,\n  \"specialChars\": 6499,\n  \"upperLetters\": 2188\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"117184e8-6a6a-463a-bf67-34f57ef3ee0a","name":"Not Found","originalRequest":{"url":{"path":["uauth","settings","password-policy"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"attempts\": 8406,\n  \"block\": 6017,\n  \"different\": 7919,\n  \"digits\": 7955,\n  \"expiration\": 3828,\n  \"lowerLetters\": 1878,\n  \"maxIdleTime\": 5441,\n  \"maxLength\": 1360,\n  \"minLength\": 1468,\n  \"nextChange\": 4593,\n  \"specialChars\": 6499,\n  \"upperLetters\": 2188\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"7757d125-3a18-4f13-802d-32809b0da908","name":"User account management","description":{"content":"","type":"text/plain"},"item":[{"id":"cfdb0afd-8bfa-4db5-8616-79b7055c4ec0","name":"Change user password","request":{"name":"Change user password","description":{"content":"Change a user's password.","type":"text/plain"},"url":{"path":["uauth","change-password"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"currentPassword\": \"string\",\n  \"newPassword\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"8ab634a0-25d2-49d8-9af9-838850f00291","name":"OK","originalRequest":{"url":{"path":["uauth","change-password"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"currentPassword\": \"string\",\n  \"newPassword\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"OK\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"11649371-c753-48ea-a4bd-ca0a2d74c243","name":"Created","originalRequest":{"url":{"path":["uauth","change-password"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"currentPassword\": \"string\",\n  \"newPassword\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"defa6cfa-6e29-4ba0-a4be-96d8d357d99a","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","change-password"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"currentPassword\": \"string\",\n  \"newPassword\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"0d7a88cb-fc45-490d-98df-61911e636f4b","name":"Forbidden","originalRequest":{"url":{"path":["uauth","change-password"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"currentPassword\": \"string\",\n  \"newPassword\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"5b3d1af8-42eb-4436-af6a-cec7f69e87dc","name":"Not Found","originalRequest":{"url":{"path":["uauth","change-password"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"currentPassword\": \"string\",\n  \"newPassword\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"a32294f2-c6f3-40ca-aa26-b0277bd6c3ec","name":"Request user password reset","request":{"name":"Request user password reset","description":{"content":"The user can request a password reset token sent by email.","type":"text/plain"},"url":{"path":["uauth","password-reset","request"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"email\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"93c3d441-df0c-4a8d-bef0-b0d37d7a8e2f","name":"OK","originalRequest":{"url":{"path":["uauth","password-reset","request"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"6ae10988-a543-45a0-b604-3cc1111fc37b","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","password-reset","request"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"53b40b22-ed15-4a52-a2a1-757611c13085","name":"Forbidden","originalRequest":{"url":{"path":["uauth","password-reset","request"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"5885a1fb-e314-404c-bdda-3f155b0a5b9e","name":"Not Found","originalRequest":{"url":{"path":["uauth","password-reset","request"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"704b167f-0801-44ec-8b9a-ce1a05acb925","name":"Confirm user password reset","request":{"name":"Confirm user password reset","description":{"content":"Confirm user password reset using the token received by email.","type":"text/plain"},"url":{"path":["uauth","password-reset","confirmation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"token\": \"string\",\n  \"password\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"889d5211-3308-4826-b3a3-9a7f077fd2d8","name":"OK","originalRequest":{"url":{"path":["uauth","password-reset","confirmation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"token\": \"string\",\n  \"password\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"9831c989-9d83-4bb3-a991-b2f58f855383","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","password-reset","confirmation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"token\": \"string\",\n  \"password\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"e3c851cc-3d2c-4afc-9aeb-ab07727a7b5d","name":"Forbidden","originalRequest":{"url":{"path":["uauth","password-reset","confirmation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"token\": \"string\",\n  \"password\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"2b3805f6-dea2-4dc5-8c3d-27c4350398d0","name":"Not Found","originalRequest":{"url":{"path":["uauth","password-reset","confirmation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"token\": \"string\",\n  \"password\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"d0f1c769-5fc8-421d-856a-789741fff657","name":"Confirm user registration","request":{"name":"Confirm user registration","description":{"content":"Confirm user registration. The token is sent by email.","type":"text/plain"},"url":{"path":["uauth","user","confirmation",":confirmationToken"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"confirmationToken","description":"(Required) Confirmation token"}]},"method":"GET","auth":null},"response":[{"id":"29561ede-3490-4fa4-8236-28e33f5ffc51","name":"OK","originalRequest":{"url":{"path":["uauth","user","confirmation",":confirmationToken"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"confirmationToken","description":"(Required) Confirmation token"}]},"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"a1a185cd-fe52-4170-ab5e-593de57bc359","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","user","confirmation",":confirmationToken"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"confirmationToken","description":"(Required) Confirmation token"}]},"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"8ebf80d7-51be-4d6c-91fd-73261722a78a","name":"Forbidden","originalRequest":{"url":{"path":["uauth","user","confirmation",":confirmationToken"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"confirmationToken","description":"(Required) Confirmation token"}]},"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"745546f9-e04c-4cb6-b959-e05920358ae3","name":"Not Found","originalRequest":{"url":{"path":["uauth","user","confirmation",":confirmationToken"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"confirmationToken","description":"(Required) Confirmation token"}]},"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"a4ac5367-1611-4812-a69e-3519a7d1cc57","name":"Register user","request":{"name":"Register user","description":{"content":"Register a new user. Before the new account can be used, it must be [confirmed](#operation/confirmUserUsingGET).","type":"text/plain"},"url":{"path":["uauth","user","register"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"password\": \"string\",\n  \"invitationToken\": \"string\",\n  \"externalProviderToken\": \"string\",\n  \"externalProviderType\": \"GOOGLE\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"66f07ddf-a79d-43ac-8b6c-8c3b2080b425","name":"OK","originalRequest":{"url":{"path":["uauth","user","register"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"password\": \"string\",\n  \"invitationToken\": \"string\",\n  \"externalProviderToken\": \"string\",\n  \"externalProviderType\": \"GOOGLE\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"6b4e2548-b306-402f-a129-6c99cedb284a","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","user","register"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"password\": \"string\",\n  \"invitationToken\": \"string\",\n  \"externalProviderToken\": \"string\",\n  \"externalProviderType\": \"GOOGLE\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"e1eee26a-77ec-4585-a5c3-abcf80d62d39","name":"Forbidden","originalRequest":{"url":{"path":["uauth","user","register"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"password\": \"string\",\n  \"invitationToken\": \"string\",\n  \"externalProviderToken\": \"string\",\n  \"externalProviderType\": \"GOOGLE\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"66c64730-b1b1-40ba-838f-393581d8805d","name":"Not Found","originalRequest":{"url":{"path":["uauth","user","register"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"password\": \"string\",\n  \"invitationToken\": \"string\",\n  \"externalProviderToken\": \"string\",\n  \"externalProviderType\": \"GOOGLE\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"7864e4fa-8ebc-44b4-9a4e-4df51158a66a","name":"User already registered","originalRequest":{"url":{"path":["uauth","user","register"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"password\": \"string\",\n  \"invitationToken\": \"string\",\n  \"externalProviderToken\": \"string\",\n  \"externalProviderType\": \"GOOGLE\"\n}","options":{"raw":{"language":"json"}}}},"status":"Conflict","code":409,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"9189fda4-ba83-4e56-81d6-b8500e86066f","name":"Re-send user confirmation token","request":{"name":"Re-send user confirmation token","description":{"content":"If the confirmation token does not reach the user's inbox, you can send a new one.","type":"text/plain"},"url":{"path":["uauth","user","register","resend-confirmation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"email\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"7ed0900d-d599-436b-a1a6-5ad4ab37b149","name":"OK","originalRequest":{"url":{"path":["uauth","user","register","resend-confirmation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"08d95d9d-65b0-4a43-a779-55cc8ec0e997","name":"Created","originalRequest":{"url":{"path":["uauth","user","register","resend-confirmation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"f510f59c-27ad-4907-816d-00cc7b01c603","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","user","register","resend-confirmation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"90d8a1c0-06a0-4f19-ba2a-1d38b1396013","name":"Forbidden","originalRequest":{"url":{"path":["uauth","user","register","resend-confirmation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"eefd6acc-7273-463d-b169-d2e45bd2089f","name":"Not Found","originalRequest":{"url":{"path":["uauth","user","register","resend-confirmation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"0c818fe2-25cc-4b73-b0f0-07bd450c0033","name":"Get user's own data","request":{"name":"Get user's own data","description":{"content":"A user can retrieve their account data.","type":"text/plain"},"url":{"path":["uauth","users","my-account"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"562831c2-17d9-43d4-b754-517ff7068643","name":"OK","originalRequest":{"url":{"path":["uauth","users","my-account"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": 2232,\n  \"email\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"displayName\": \"string\",\n  \"avatar\": \"string\",\n  \"phone\": \"string\",\n  \"language\": \"en-GB\",\n  \"organizationRole\": \"string\",\n  \"introduction\": \"string\",\n  \"confirmed\": true,\n  \"mailAccountId\": 1829,\n  \"superAdmin\": false,\n  \"created\": \"2020-09-23T08:34:27.190Z\",\n  \"updated\": \"1965-07-31T19:15:51.610Z\",\n  \"lastLogin\": \"1968-07-13T15:32:41.328Z\",\n  \"status\": \"EXPIRED\",\n  \"roles\": [\n    6769,\n    9326\n  ],\n  \"isTheSameUserAsLoggedIn\": true,\n  \"description\": \"string\",\n  \"isMfaEnabled\": false,\n  \"passwordLastModificationDate\": \"1995-08-22T13:07:16.116Z\",\n  \"canBeEdited\": false,\n  \"dateFormatNotation\": \"EU\",\n  \"timeFormatNotation\": \"EU\",\n  \"numberFormatNotation\": \"EU\",\n  \"mfaTokenExpirationHours\": 9538,\n  \"defaultMfaMethod\": \"EMAIL\",\n  \"labels\": [\n    \"string\",\n    \"string\"\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4ed302eb-ccc0-4e3b-9ca2-d5f9c2de4fc8","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","users","my-account"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"9f914f88-5ffa-40c5-bdd5-b645fc962e24","name":"Forbidden","originalRequest":{"url":{"path":["uauth","users","my-account"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"bef79412-fb47-4d8e-9c79-04395935eeec","name":"Not Found","originalRequest":{"url":{"path":["uauth","users","my-account"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"86bcf514-82e5-4171-9698-f90d1c8e8bf8","name":"Update user's own data","request":{"name":"Update user's own data","description":{"content":"A user can update their own details.","type":"text/plain"},"url":{"path":["uauth","users","my-account"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"avatar\": \"string\",\n  \"phone\": \"string\",\n  \"language\": \"en-US\",\n  \"organizationRole\": \"string\",\n  \"introduction\": \"string\",\n  \"confirmed\": true,\n  \"mailAccountId\": 7977,\n  \"description\": \"string\",\n  \"dateFormatNotation\": \"US\",\n  \"timeFormatNotation\": \"EU\",\n  \"numberFormatNotation\": \"US\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"ec299d16-500a-459c-ab74-5802fbbfcab8","name":"OK","originalRequest":{"url":{"path":["uauth","users","my-account"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"avatar\": \"string\",\n  \"phone\": \"string\",\n  \"language\": \"en-US\",\n  \"organizationRole\": \"string\",\n  \"introduction\": \"string\",\n  \"confirmed\": true,\n  \"mailAccountId\": 7977,\n  \"description\": \"string\",\n  \"dateFormatNotation\": \"US\",\n  \"timeFormatNotation\": \"EU\",\n  \"numberFormatNotation\": \"US\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": 3901,\n  \"email\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"displayName\": \"string\",\n  \"avatar\": \"string\",\n  \"phone\": \"string\",\n  \"language\": \"pl\",\n  \"organizationRole\": \"string\",\n  \"introduction\": \"string\",\n  \"confirmed\": false,\n  \"mailAccountId\": 1188,\n  \"superAdmin\": false,\n  \"created\": \"2008-10-28T15:20:33.871Z\",\n  \"updated\": \"1983-04-23T12:15:57.831Z\",\n  \"lastLogin\": \"1971-02-28T21:03:14.734Z\",\n  \"status\": \"EXPIRED\",\n  \"roles\": [\n    6451,\n    7909\n  ],\n  \"isTheSameUserAsLoggedIn\": false,\n  \"description\": \"string\",\n  \"isMfaEnabled\": false,\n  \"passwordLastModificationDate\": \"2011-04-29T15:27:38.182Z\",\n  \"canBeEdited\": false,\n  \"dateFormatNotation\": \"US\",\n  \"timeFormatNotation\": \"EU\",\n  \"numberFormatNotation\": \"EU\",\n  \"mfaTokenExpirationHours\": 6586,\n  \"defaultMfaMethod\": \"EMAIL\",\n  \"labels\": [\n    \"string\",\n    \"string\"\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5f01a7cb-ec4a-4c24-b28d-479431002024","name":"Created","originalRequest":{"url":{"path":["uauth","users","my-account"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"avatar\": \"string\",\n  \"phone\": \"string\",\n  \"language\": \"en-US\",\n  \"organizationRole\": \"string\",\n  \"introduction\": \"string\",\n  \"confirmed\": true,\n  \"mailAccountId\": 7977,\n  \"description\": \"string\",\n  \"dateFormatNotation\": \"US\",\n  \"timeFormatNotation\": \"EU\",\n  \"numberFormatNotation\": \"US\"\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"e3057e4a-7b5e-4ee5-ac71-cc3e104d9765","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","users","my-account"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"avatar\": \"string\",\n  \"phone\": \"string\",\n  \"language\": \"en-US\",\n  \"organizationRole\": \"string\",\n  \"introduction\": \"string\",\n  \"confirmed\": true,\n  \"mailAccountId\": 7977,\n  \"description\": \"string\",\n  \"dateFormatNotation\": \"US\",\n  \"timeFormatNotation\": \"EU\",\n  \"numberFormatNotation\": \"US\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"deb7f1a7-9fcc-43df-bfc6-bd2833fb337b","name":"Forbidden","originalRequest":{"url":{"path":["uauth","users","my-account"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"avatar\": \"string\",\n  \"phone\": \"string\",\n  \"language\": \"en-US\",\n  \"organizationRole\": \"string\",\n  \"introduction\": \"string\",\n  \"confirmed\": true,\n  \"mailAccountId\": 7977,\n  \"description\": \"string\",\n  \"dateFormatNotation\": \"US\",\n  \"timeFormatNotation\": \"EU\",\n  \"numberFormatNotation\": \"US\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"17b8d542-642c-4081-8b1b-bcdac930b84a","name":"Not Found","originalRequest":{"url":{"path":["uauth","users","my-account"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"avatar\": \"string\",\n  \"phone\": \"string\",\n  \"language\": \"en-US\",\n  \"organizationRole\": \"string\",\n  \"introduction\": \"string\",\n  \"confirmed\": true,\n  \"mailAccountId\": 7977,\n  \"description\": \"string\",\n  \"dateFormatNotation\": \"US\",\n  \"timeFormatNotation\": \"EU\",\n  \"numberFormatNotation\": \"US\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"6988bc85-ee27-431e-8c81-4f67ec8ff415","name":"Delete user's own account","request":{"name":"Delete user's own account","description":{"content":"A user can delete their own account.","type":"text/plain"},"url":{"path":["uauth","users","my-account"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"3131c527-18c0-45fc-a489-877fbfa3689f","name":"OK","originalRequest":{"url":{"path":["uauth","users","my-account"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"bd1bd7c1-8dad-4aa6-aace-c493d9610cd6","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","users","my-account"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"f836ddf4-837f-475a-954e-8d90ca5fe158","name":"Forbidden","originalRequest":{"url":{"path":["uauth","users","my-account"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"0c517969-cbbf-4723-be83-7d1bf305b1e9","name":"Access groups","description":{"content":"","type":"text/plain"},"item":[{"id":"e4a888b5-d69f-47d7-b324-e1af3511e9f9","name":"List grouped permissions","request":{"name":"List grouped permissions","description":{"content":"List all permissions for a role, including information about permission grouping.","type":"text/plain"},"url":{"path":["uauth","permissions","group","role",":roleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"roleId","description":"(Required) Role ID"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"13fc7820-e569-4073-90ef-1540e1269741","name":"This schema is **recursive**: the `children` array can include more groups, which include more groups, etc.","originalRequest":{"url":{"path":["uauth","permissions","group","role",":roleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"roleId","description":"(Required) Role ID"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"path\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"left\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"right\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"deep\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"canCreate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"canRead\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"canUpdate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"canDelete\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"canExecute\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"create\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"read\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"update\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"delete\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"execute\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createDisabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"readDisabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"updateDisabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"deleteDisabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"executeDisabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"children\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"slug\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"path\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"left\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"right\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"deep\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"canCreate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"canRead\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"canUpdate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"canDelete\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"canExecute\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"create\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"read\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"update\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"delete\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"execute\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createDisabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"readDisabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"updateDisabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"deleteDisabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"executeDisabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"children\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"248f2918-38b9-4db6-889c-f79962cab8b4","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","permissions","group","role",":roleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"roleId","description":"(Required) Role ID"}]},"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"efa1eb88-5919-480b-8d02-047d5c5ee6c0","name":"Forbidden","originalRequest":{"url":{"path":["uauth","permissions","group","role",":roleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"roleId","description":"(Required) Role ID"}]},"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"44c76ec3-ae25-4e51-936d-0a3b2b3ee64b","name":"Not Found","originalRequest":{"url":{"path":["uauth","permissions","group","role",":roleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"roleId","description":"(Required) Role ID"}]},"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"5da4799f-3cc6-4e11-90ee-252a9c94247c","name":"Get role groups","request":{"name":"Get role groups","description":{"content":"Retrieve a list of user role groups.","type":"text/plain"},"url":{"path":["uauth","roles","listing"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"21195a42-67c4-4116-8724-c7a1b92f80e2","name":"OK","originalRequest":{"url":{"path":["uauth","roles","listing"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"data\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"editable\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"data\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"editable\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"19002b2f-01bd-4a8f-a196-9afdd6968162","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","roles","listing"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"4dbbf0f4-9e0a-43a9-8c78-ec563a2295ac","name":"Forbidden","originalRequest":{"url":{"path":["uauth","roles","listing"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"1ccf3c80-8095-4601-adbf-eac338f8fb90","name":"Not Found","originalRequest":{"url":{"path":["uauth","roles","listing"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"30a9cb01-7235-467b-a50d-3d2ca7e6652d","name":"Create role group","request":{"name":"Create role group","description":{"content":"Create a new role group. A new group does not include any roles. To add a role to a group, [update the role](#operation/updateRoleUsingPOST).","type":"text/plain"},"url":{"path":["uauth","roles","role-group"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"5a0aea57-435e-4bbc-acc1-41d87ccbfdaa","name":"New group created; response includes all existing groups","originalRequest":{"url":{"path":["uauth","roles","role-group"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"data\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"editable\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"data\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"editable\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"e9ff4878-91c4-46e6-b062-da226284042d","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","roles","role-group"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"3713802c-4a3e-4c1d-add8-f1ccd843f5e1","name":"Forbidden","originalRequest":{"url":{"path":["uauth","roles","role-group"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"2a352d38-b386-4d55-9402-c6d000beedab","name":"Not Found","originalRequest":{"url":{"path":["uauth","roles","role-group"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b0064f5a-0c89-487f-8cae-7f1d48df277a","name":"Update role group","request":{"name":"Update role group","description":{"content":"Update a group. To add a role to a group, [update the role](#operation/updateRoleUsingPOST).","type":"text/plain"},"url":{"path":["uauth","roles","role-group",":groupId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"groupId","description":"(Required) Role group ID"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"a4eed26f-d5ee-48fb-86db-186d527be8cf","name":"Group updated; response includes all existing groups","originalRequest":{"url":{"path":["uauth","roles","role-group",":groupId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"groupId","description":"(Required) Role group ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"data\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"editable\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"data\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"editable\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"689bc3a4-774a-48c2-8d00-0293a2908124","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","roles","role-group",":groupId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"groupId","description":"(Required) Role group ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"0195c2e8-4603-4261-beb6-08fe11b35d3f","name":"Forbidden","originalRequest":{"url":{"path":["uauth","roles","role-group",":groupId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"groupId","description":"(Required) Role group ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"2b29df07-72ba-4514-833e-6258d1508447","name":"Not Found","originalRequest":{"url":{"path":["uauth","roles","role-group",":groupId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"groupId","description":"(Required) Role group ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"d5873984-9526-43ce-bed8-af6f93d14d7c","name":"Delete role group","request":{"name":"Delete role group","description":{"content":"Delete a role group permanently.","type":"text/plain"},"url":{"path":["uauth","roles","role-group",":groupId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"groupId","description":"(Required) Role group ID"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"fed7de02-f1c3-47cd-b91d-ddc6f1ce7e2c","name":"Group deleted; response includes all existing groups","originalRequest":{"url":{"path":["uauth","roles","role-group",":groupId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"groupId","description":"(Required) Role group ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"data\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"editable\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"data\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"editable\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"a0974cbc-c35d-4965-a68b-5709771d547d","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","roles","role-group",":groupId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"groupId","description":"(Required) Role group ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"dcef107d-768c-4bb4-9a30-34d24790247f","name":"Forbidden","originalRequest":{"url":{"path":["uauth","roles","role-group",":groupId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"groupId","description":"(Required) Role group ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e659007b-f7ea-4b32-8dfa-af47ebde618b","name":"Create role","request":{"name":"Create role","description":{"content":"Create a new user role.","type":"text/plain"},"url":{"path":["uauth","roles","role"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"group\": 2458,\n  \"description\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"516832b8-ceb6-4c21-bf96-31c0c18749c4","name":"Role created","originalRequest":{"url":{"path":["uauth","roles","role"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"group\": 2458,\n  \"description\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": 5638,\n  \"name\": \"string\",\n  \"businessProfileId\": 7941,\n  \"shownAsResource\": true,\n  \"manageable\": false,\n  \"pii\": true,\n  \"group\": 3374,\n  \"author\": {\n    \"avatar\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"displayName\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"firstName\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"lastName\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"editable\": true,\n  \"description\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"53ea62d6-1abe-4cff-ad85-e8ac74299549","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","roles","role"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"group\": 2458,\n  \"description\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"a957ae57-6bee-4a8c-a0fc-57a61b45bf0c","name":"Forbidden","originalRequest":{"url":{"path":["uauth","roles","role"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"group\": 2458,\n  \"description\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"d1166dda-f1d6-485e-80be-95528b200a25","name":"Not Found","originalRequest":{"url":{"path":["uauth","roles","role"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"group\": 2458,\n  \"description\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"40394fc6-bbd9-41bc-bacd-fa5434be174c","name":"Get role","request":{"name":"Get role","description":{"content":"Retrieve the details of a user role","type":"text/plain"},"url":{"path":["uauth","roles",":roleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"roleId","description":"(Required) Role ID"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"3c4235e5-669e-4dca-90e6-94c92f3a2bdd","name":"OK","originalRequest":{"url":{"path":["uauth","roles",":roleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"roleId","description":"(Required) Role ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": 5638,\n  \"name\": \"string\",\n  \"businessProfileId\": 7941,\n  \"shownAsResource\": true,\n  \"manageable\": false,\n  \"pii\": true,\n  \"group\": 3374,\n  \"author\": {\n    \"avatar\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"displayName\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"firstName\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"lastName\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"editable\": true,\n  \"description\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e294d5fa-2e36-402a-90bc-c8761a9914f1","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","roles",":roleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"roleId","description":"(Required) Role ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"8e3f2b1a-d9ea-4a82-a412-a343e74fd4fd","name":"Forbidden","originalRequest":{"url":{"path":["uauth","roles",":roleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"roleId","description":"(Required) Role ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"dfc85dcf-68b6-4111-b4ed-36be1db85f85","name":"Not Found","originalRequest":{"url":{"path":["uauth","roles",":roleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"roleId","description":"(Required) Role ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c567f8c0-bcba-4bcf-9281-e01a02aa1586","name":"Update role","request":{"name":"Update role","description":{"content":"Update a user role.","type":"text/plain"},"url":{"path":["uauth","roles","role",":roleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"roleId","description":"(Required) Role ID"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"group\": 2458,\n  \"description\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"c14c5e88-63dc-4ea8-8cc7-257bfceb57e5","name":"Role updated","originalRequest":{"url":{"path":["uauth","roles","role",":roleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"roleId","description":"(Required) Role ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"group\": 2458,\n  \"description\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": 5638,\n  \"name\": \"string\",\n  \"businessProfileId\": 7941,\n  \"shownAsResource\": true,\n  \"manageable\": false,\n  \"pii\": true,\n  \"group\": 3374,\n  \"author\": {\n    \"avatar\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"displayName\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"firstName\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"lastName\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"editable\": true,\n  \"description\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"37cfc793-eab0-4f14-aa44-8d0bb1192091","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","roles","role",":roleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"roleId","description":"(Required) Role ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"group\": 2458,\n  \"description\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"6c3a8c58-3492-47d7-8130-9657cfd4f460","name":"Forbidden","originalRequest":{"url":{"path":["uauth","roles","role",":roleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"roleId","description":"(Required) Role ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"group\": 2458,\n  \"description\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"5e309190-07ec-42ab-9488-c7629a338b4a","name":"Not Found","originalRequest":{"url":{"path":["uauth","roles","role",":roleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"roleId","description":"(Required) Role ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"group\": 2458,\n  \"description\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"bf3c88d2-c087-487d-9ced-f4fb33154aa8","name":"Delete role","request":{"name":"Delete role","description":{"content":"Delete a user role permanently.","type":"text/plain"},"url":{"path":["uauth","roles","role",":roleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"roleId","description":"(Required) Role ID"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"46e1ad54-46d4-47da-9c55-a480b9782574","name":"Role deleted, response includes all existing groups","originalRequest":{"url":{"path":["uauth","roles","role",":roleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"roleId","description":"(Required) Role ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"data\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"editable\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"data\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"editable\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"dd77e9ad-c4f9-47a8-a48e-26fd1cb4567f","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","roles","role",":roleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"roleId","description":"(Required) Role ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"0545ac2e-8156-49f9-8bfc-c06df23afae1","name":"Forbidden","originalRequest":{"url":{"path":["uauth","roles","role",":roleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"roleId","description":"(Required) Role ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"ffdfbf67-d52c-457f-b0de-5a7035d8fd5a","name":"Get available roles","request":{"name":"Get available roles","description":{"content":"Retrieve a list of user roles available in the business profile.","type":"text/plain"},"url":{"path":["uauth","users","available-roles"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"d3fd578b-b358-45bd-88a8-cef7fd4637e4","name":"OK","originalRequest":{"url":{"path":["uauth","users","available-roles"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"businessProfileId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"manageable\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"shownAsResource\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"pii\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"businessProfileId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"manageable\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"shownAsResource\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"pii\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"6e30a842-4666-4932-927a-d027b12a3cd4","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","users","available-roles"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"8be9099b-d061-4783-91d1-893d7d9004dc","name":"Forbidden","originalRequest":{"url":{"path":["uauth","users","available-roles"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"a23d2b47-953a-4666-bf69-d08abdb57786","name":"Not Found","originalRequest":{"url":{"path":["uauth","users","available-roles"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"5c4e697f-d0f9-4e3a-a29a-92208d66efc2","name":"User management","description":{"content":"","type":"text/plain"},"item":[{"id":"63c99f5c-f92b-497d-b332-430c614b116a","name":"Find user by invitation token","request":{"name":"Find user by invitation token","description":{"content":"You can retrieve the details of an account by providing the invitation token generated for that account.","type":"text/plain"},"url":{"path":["uauth","user","register","invitation",":invitationToken"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"invitationToken","description":"(Required) Invitation token"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"7c7a575e-10b0-4d9a-af9d-70c849e20447","name":"OK","originalRequest":{"url":{"path":["uauth","user","register","invitation",":invitationToken"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"invitationToken","description":"(Required) Invitation token"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"email\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"aa3236ec-1fa6-4047-936a-eee17b9be744","name":"Created","originalRequest":{"url":{"path":["uauth","user","register","invitation",":invitationToken"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"invitationToken","description":"(Required) Invitation token"}]},"method":"GET","body":{}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"fb8d939b-aa4f-41aa-9a59-3e2e3d884103","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","user","register","invitation",":invitationToken"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"invitationToken","description":"(Required) Invitation token"}]},"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"06b02b77-cdff-431d-9cf6-e2083bf767e7","name":"Forbidden","originalRequest":{"url":{"path":["uauth","user","register","invitation",":invitationToken"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"invitationToken","description":"(Required) Invitation token"}]},"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"b16b06e1-8aa4-4993-b98b-dde53a51d313","name":"Not Found","originalRequest":{"url":{"path":["uauth","user","register","invitation",":invitationToken"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"invitationToken","description":"(Required) Invitation token"}]},"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"3e57c196-b637-4ab8-8ddd-5c7ce2379f18","name":"Invite user","request":{"name":"Invite user","description":{"content":"Invite a user to join a workspace. The user receives an email with an invitation token.","type":"text/plain"},"url":{"path":["uauth","users","invitations","invite"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"roles\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"711bbe22-954d-4d89-acc3-4d4f6c456bba","name":"OK","originalRequest":{"url":{"path":["uauth","users","invitations","invite"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"roles\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": [\n    \"string\",\n    \"string\"\n  ],\n  \"fail\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"eb09d36b-7740-4c7d-b530-b136eaf28099","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","users","invitations","invite"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"roles\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"9f6034ca-932b-4e28-b6a8-26fa077552f3","name":"Forbidden","originalRequest":{"url":{"path":["uauth","users","invitations","invite"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"roles\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"a34515aa-ddea-4725-8711-f76a02c6f076","name":"Not Found","originalRequest":{"url":{"path":["uauth","users","invitations","invite"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"roles\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"3f651d25-4f1e-4d06-a0b7-73e33f74efb5","name":"Invite many users","request":{"name":"Invite many users","description":{"content":"Invite a number of users to the workspace at once. The users receive emails with invitation tokens.","type":"text/plain"},"url":{"path":["uauth","users","invitations","invite-bulk"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"invitations\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"6731f260-f494-49ba-b2cc-66eb35d84e97","name":"OK","originalRequest":{"url":{"path":["uauth","users","invitations","invite-bulk"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"invitations\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"success\": [\n    \"string\",\n    \"string\"\n  ],\n  \"fail\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b3addaa9-4261-4bf1-9e11-e689c3938ce6","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","users","invitations","invite-bulk"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"invitations\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"ccd77f7b-cc17-461a-91f3-206227a2a205","name":"Forbidden","originalRequest":{"url":{"path":["uauth","users","invitations","invite-bulk"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"invitations\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"8e3ab8cc-8420-4802-b6f8-2659b618d708","name":"Not Found","originalRequest":{"url":{"path":["uauth","users","invitations","invite-bulk"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"invitations\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"28a5ee77-f435-4732-b946-22adce0ed5a2","name":"Delete invitations","request":{"name":"Delete invitations","description":{"content":"Delete invitations that were not yet accepted.","type":"text/plain"},"url":{"path":["uauth","users","invitations",":invitationIds"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"invitationIds","description":"(Required) Comma-separated list of invitation IDs. To obtain the invitation ID, check the [list of users with PENDING status](#/operation/UsersListingUsingGET). The invitation ID for a user is the same as the ID of that user."}]},"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"777209f1-5f5f-4097-8cf2-7457671ad56f","name":"OK","originalRequest":{"url":{"path":["uauth","users","invitations",":invitationIds"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"invitationIds","description":"(Required) Comma-separated list of invitation IDs. To obtain the invitation ID, check the [list of users with PENDING status](#/operation/UsersListingUsingGET). The invitation ID for a user is the same as the ID of that user."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"7aa79611-65a1-45ab-85f2-2d7101b9a618","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","users","invitations",":invitationIds"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"invitationIds","description":"(Required) Comma-separated list of invitation IDs. To obtain the invitation ID, check the [list of users with PENDING status](#/operation/UsersListingUsingGET). The invitation ID for a user is the same as the ID of that user."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"ee6889c3-4c48-4572-9d3e-b63b55496497","name":"Forbidden","originalRequest":{"url":{"path":["uauth","users","invitations",":invitationIds"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"invitationIds","description":"(Required) Comma-separated list of invitation IDs. To obtain the invitation ID, check the [list of users with PENDING status](#/operation/UsersListingUsingGET). The invitation ID for a user is the same as the ID of that user."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"acce88d7-e7c2-4f66-8437-4b8dc56ccd60","name":"Update invitation","request":{"name":"Update invitation","description":{"content":"Update the details of an invitation.","type":"text/plain"},"url":{"path":["uauth","users","invitations",":invitationId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"invitationId","description":"(Required) To obtain the invitation ID, check the [list of users with PENDING status](#/operation/UsersListingUsingGET). The invitation ID for a user is the same as the ID of that user."}]},"header":[{"key":"Content-Type","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"roles\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"7e5145c6-96b5-4a33-bd39-ab8ec17715c0","name":"OK","originalRequest":{"url":{"path":["uauth","users","invitations",":invitationId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"invitationId","description":"(Required) To obtain the invitation ID, check the [list of users with PENDING status](#/operation/UsersListingUsingGET). The invitation ID for a user is the same as the ID of that user."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"roles\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"cb4a7aed-c1c3-44ea-b956-4a00f41dfd27","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","users","invitations",":invitationId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"invitationId","description":"(Required) To obtain the invitation ID, check the [list of users with PENDING status](#/operation/UsersListingUsingGET). The invitation ID for a user is the same as the ID of that user."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"roles\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"679235b9-a969-47af-941c-0007d4d69a0d","name":"Forbidden","originalRequest":{"url":{"path":["uauth","users","invitations",":invitationId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"invitationId","description":"(Required) To obtain the invitation ID, check the [list of users with PENDING status](#/operation/UsersListingUsingGET). The invitation ID for a user is the same as the ID of that user."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"roles\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"b3503b88-8bca-4048-8255-e6a6373c200b","name":"Not Found","originalRequest":{"url":{"path":["uauth","users","invitations",":invitationId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"6242","key":"invitationId","description":"(Required) To obtain the invitation ID, check the [list of users with PENDING status](#/operation/UsersListingUsingGET). The invitation ID for a user is the same as the ID of that user."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"firstName\": \"string\",\n  \"lastName\": \"string\",\n  \"roles\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b9055e79-b35c-4b86-8bf4-fe0c6a7dd6a3","name":"List users","request":{"name":"List users","description":{"content":"List users from the current workspace","type":"text/plain"},"url":{"path":["uauth","users","listing"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"page","value":"8655","description":"(Required) The page of results to retrieve. The first page has the index `0`."},{"disabled":false,"key":"size","value":"8655","description":"(Required) The number of entries on a page"},{"disabled":false,"key":"status","value":"ACTIVE","description":"(Required) Filters the results by status of the users"},{"disabled":false,"key":"search","value":"string","description":"(Required) String to search for in the first names, surnames, and email addresses"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"9808989a-8fee-44f3-96a3-382dfb8751dd","name":"OK","originalRequest":{"url":{"path":["uauth","users","listing"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"8655"},{"key":"size","value":"8655"},{"key":"status","value":"ACTIVE"},{"key":"search","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"meta\": {\n    \"pagination\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4846924e-1b6c-4fd3-92a2-1b0ccefb0104","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","users","listing"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"8655"},{"key":"size","value":"8655"},{"key":"status","value":"ACTIVE"},{"key":"search","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"5b9fceb7-e328-4444-903d-ece3900b64fd","name":"Forbidden","originalRequest":{"url":{"path":["uauth","users","listing"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"8655"},{"key":"size","value":"8655"},{"key":"status","value":"ACTIVE"},{"key":"search","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"eff4b063-bc6c-4a75-9f32-ca59ee0f2b7e","name":"Not Found","originalRequest":{"url":{"path":["uauth","users","listing"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"8655"},{"key":"size","value":"8655"},{"key":"status","value":"ACTIVE"},{"key":"search","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b4ae72a6-9585-4ab8-885c-0e626d286cd6","name":"Autocomplete user search result","request":{"name":"Autocomplete user search result","description":{"content":"You can use this endpoint to obtain data for search autocomplete.","type":"text/plain"},"url":{"path":["uauth","users","listing","autocomplete"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"email","value":"string","description":"(Required) User's email address"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"a49720f3-8e50-4d53-bc31-0a9b1d4de584","name":"OK","originalRequest":{"url":{"path":["uauth","users","listing","autocomplete"],"host":["{{baseUrl}}"],"query":[{"key":"email","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"avatarUrl\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"displayName\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"userId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"avatarUrl\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"displayName\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"userId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"9d3d24e7-cb03-4a35-b6e0-c88723377a02","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","users","listing","autocomplete"],"host":["{{baseUrl}}"],"query":[{"key":"email","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"feac7de9-0e0e-4cf1-8596-c20cf77b4105","name":"Forbidden","originalRequest":{"url":{"path":["uauth","users","listing","autocomplete"],"host":["{{baseUrl}}"],"query":[{"key":"email","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"bb66121a-b9e5-4d65-b453-8c30e53ec780","name":"Not Found","originalRequest":{"url":{"path":["uauth","users","listing","autocomplete"],"host":["{{baseUrl}}"],"query":[{"key":"email","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"128d64b1-e378-44d0-b809-9e939ef0a725","name":"Remove users from workspace","request":{"name":"Remove users from workspace","description":{"content":"Delete user associations from a workspace. This does not delete the user accounts.","type":"text/plain"},"url":{"path":["uauth","users","profile-association",":ids"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"11405,11406,11407","key":"ids","description":"(Required) Comma-separated user IDs"}]},"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"d4ed8fe5-9f80-4df8-9b16-7cebc3dd7aae","name":"OK","originalRequest":{"url":{"path":["uauth","users","profile-association",":ids"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"11405,11406,11407","key":"ids","description":"(Required) Comma-separated user IDs"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"8a465389-a761-422e-9361-852900646ba5","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","users","profile-association",":ids"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"11405,11406,11407","key":"ids","description":"(Required) Comma-separated user IDs"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"885dec58-821a-4c42-8d90-d7905dd4d191","name":"Forbidden","originalRequest":{"url":{"path":["uauth","users","profile-association",":ids"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"11405,11406,11407","key":"ids","description":"(Required) Comma-separated user IDs"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"60a5f43b-0307-47be-8cdf-8fb42778107a","name":"Get user data","request":{"name":"Get user data","description":{},"url":{"path":["uauth","users",":userId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"userId","description":"(Required) User ID"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"2a1a8ec0-4a0c-4f9a-9e98-329e48bea8d9","name":"OK","originalRequest":{"url":{"path":["uauth","users",":userId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"userId","description":"(Required) User ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"avatar\": \"string\",\n  \"confirmed\": false,\n  \"created\": \"2021-08-06T08:01:30.678Z\",\n  \"description\": \"string\",\n  \"displayName\": \"string\",\n  \"email\": \"string\",\n  \"firstName\": \"string\",\n  \"id\": 2641,\n  \"introduction\": \"string\",\n  \"isTheSameUserAsLoggedIn\": true,\n  \"language\": \"pl\",\n  \"lastLogin\": \"1998-03-30T00:30:36.992Z\",\n  \"lastName\": \"string\",\n  \"mailAccountId\": 9788,\n  \"organizationRole\": \"string\",\n  \"phone\": \"string\",\n  \"roles\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"status\": \"PENDING\",\n  \"superAdmin\": false,\n  \"updated\": \"1994-09-06T04:05:40.629Z\",\n  \"isMfaEnabled\": true,\n  \"passwordLastModificationDate\": \"1994-06-03T05:14:19.731Z\",\n  \"dateFormatNotation\": \"EU\",\n  \"timeFormatNotation\": \"EU\",\n  \"numberFormatNotation\": \"EU\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"599ed107-dfe6-46ea-b673-34e17c69a214","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","users",":userId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"userId","description":"(Required) User ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"02fb2c9e-f41f-4110-ba05-3dd8d20de5b4","name":"Forbidden","originalRequest":{"url":{"path":["uauth","users",":userId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"userId","description":"(Required) User ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"e57028a1-de03-49dc-8eca-5e91da75d478","name":"Not Found","originalRequest":{"url":{"path":["uauth","users",":userId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"userId","description":"(Required) User ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"73a01edb-523d-401f-8556-3434b5905fed","name":"Update user data","request":{"name":"Update user data","description":{},"url":{"path":["uauth","users",":userId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"userId","description":"(Required) User ID"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"roles\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"firstName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"lastName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"avatar\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"phone\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"language\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"organizationRole\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"introduction\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"confirmed\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"mailAccountId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"description\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"dateFormatNotation\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"timeFormatNotation\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"numberFormatNotation\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"75a02320-f23e-4c76-9ab2-11d86cd993bb","name":"OK","originalRequest":{"url":{"path":["uauth","users",":userId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"userId","description":"(Required) User ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"roles\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"firstName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"lastName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"avatar\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"phone\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"language\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"organizationRole\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"introduction\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"confirmed\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"mailAccountId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"description\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"dateFormatNotation\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"timeFormatNotation\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"numberFormatNotation\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"avatar\": \"string\",\n  \"confirmed\": false,\n  \"created\": \"2021-08-06T08:01:30.678Z\",\n  \"description\": \"string\",\n  \"displayName\": \"string\",\n  \"email\": \"string\",\n  \"firstName\": \"string\",\n  \"id\": 2641,\n  \"introduction\": \"string\",\n  \"isTheSameUserAsLoggedIn\": true,\n  \"language\": \"pl\",\n  \"lastLogin\": \"1998-03-30T00:30:36.992Z\",\n  \"lastName\": \"string\",\n  \"mailAccountId\": 9788,\n  \"organizationRole\": \"string\",\n  \"phone\": \"string\",\n  \"roles\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"status\": \"PENDING\",\n  \"superAdmin\": false,\n  \"updated\": \"1994-09-06T04:05:40.629Z\",\n  \"isMfaEnabled\": true,\n  \"passwordLastModificationDate\": \"1994-06-03T05:14:19.731Z\",\n  \"dateFormatNotation\": \"EU\",\n  \"timeFormatNotation\": \"EU\",\n  \"numberFormatNotation\": \"EU\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"331e3e49-5783-4c3b-8439-8409acedb12a","name":"Created","originalRequest":{"url":{"path":["uauth","users",":userId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"userId","description":"(Required) User ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"roles\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"firstName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"lastName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"avatar\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"phone\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"language\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"organizationRole\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"introduction\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"confirmed\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"mailAccountId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"description\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"dateFormatNotation\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"timeFormatNotation\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"numberFormatNotation\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"cde74079-5fa0-44f3-b877-3e062650f41c","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","users",":userId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"userId","description":"(Required) User ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"roles\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"firstName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"lastName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"avatar\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"phone\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"language\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"organizationRole\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"introduction\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"confirmed\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"mailAccountId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"description\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"dateFormatNotation\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"timeFormatNotation\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"numberFormatNotation\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"ae78852c-5c78-451d-8d95-d5de71a3c419","name":"Forbidden","originalRequest":{"url":{"path":["uauth","users",":userId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"userId","description":"(Required) User ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"roles\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"firstName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"lastName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"avatar\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"phone\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"language\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"organizationRole\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"introduction\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"confirmed\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"mailAccountId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"description\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"dateFormatNotation\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"timeFormatNotation\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"numberFormatNotation\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"750834a6-b099-4143-bcc1-4784bd7aca4e","name":"Not Found","originalRequest":{"url":{"path":["uauth","users",":userId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"userId","description":"(Required) User ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"roles\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"firstName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"lastName\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"avatar\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"phone\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"language\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"organizationRole\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"introduction\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"confirmed\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"mailAccountId\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"description\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"dateFormatNotation\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"timeFormatNotation\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  },\n  \"numberFormatNotation\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"dc637e13-ef7e-4ca4-844d-13ae6ecc1ac7","name":"Activate users","request":{"name":"Activate users","description":{"content":"Activate access to the workspace for a number of users","type":"text/plain"},"url":{"path":["uauth","users","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"ids\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"466ab4b4-68e8-43f2-8ef4-3a77a75058f6","name":"OK","originalRequest":{"url":{"path":["uauth","users","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"ids\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e064ee84-01f0-409f-8905-b823b7d918d5","name":"De-activate users","request":{"name":"De-activate users","description":{"content":"De-activate access to the workspace for a number of users","type":"text/plain"},"url":{"path":["uauth","users","deactivate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"ids\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"f7df517d-c09a-4823-93ba-573f32929e7b","name":"OK","originalRequest":{"url":{"path":["uauth","users","deactivate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"ids\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"36e07f2e-f469-4c2c-8db8-8216c46a9e6f","name":"Change access expiration time","request":{"name":"Change access expiration time","description":{"content":"Change the date when a user's access to the workspace is cancelled.","type":"text/plain"},"url":{"path":["uauth","users",":userId","access-time"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"userId","description":"(Required) User ID"}]},"header":[{"key":"Content-Type","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"expirationDate\": \"2004-07-23T15:54:26.522Z\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"70a946c7-6ba3-467d-952f-532cc620eb32","name":"OK","originalRequest":{"url":{"path":["uauth","users",":userId","access-time"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"userId","description":"(Required) User ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"expirationDate\": \"2004-07-23T15:54:26.522Z\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"995d3bac-e5ac-4470-b989-78d2e13c829a","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","users",":userId","access-time"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"userId","description":"(Required) User ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"expirationDate\": \"2004-07-23T15:54:26.522Z\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"306aa326-706a-4034-b2a5-b791576d511b","name":"Forbidden","originalRequest":{"url":{"path":["uauth","users",":userId","access-time"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"userId","description":"(Required) User ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"expirationDate\": \"2004-07-23T15:54:26.522Z\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"9b95be12-112f-476e-aec8-f5be360103b5","name":"Not Found","originalRequest":{"url":{"path":["uauth","users",":userId","access-time"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"userId","description":"(Required) User ID"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"expirationDate\": \"2004-07-23T15:54:26.522Z\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"bc6425d4-aef8-400b-bff7-aca6e3b8a688","name":"Reset another user's password","request":{"name":"Reset another user's password","description":{"content":"Request a password reset for another user. That user receives an email with a password reset token. Their account is locked until the new password is set.","type":"text/plain"},"url":{"path":["uauth","users",":userId","password-reset"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"userId","description":"(Required) User ID"}]},"method":"POST","auth":null},"response":[{"id":"db04bf16-e285-4ecf-a4a3-0b71b3f3225a","name":"OK","originalRequest":{"url":{"path":["uauth","users",":userId","password-reset"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"userId","description":"(Required) User ID"}]},"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"a2d68b02-5ee5-422f-a17a-06758819221e","name":"Reset another user's multi-factor authentication","request":{"name":"Reset another user's multi-factor authentication","description":{"content":"You can reset the settings of another user's multi-factor authentication. This can be used, for example, if the user has lost both their device with the MFA application and the recovery code.\nThe user will need to re-enable MFA in the same way as when setting it up for the first time.\n","type":"text/plain"},"url":{"path":["uauth","users",":userId","mfa-reset"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"userId","description":"(Required) User ID"}]},"method":"PUT","auth":null},"response":[{"id":"b2cb372f-ea91-4b2f-be21-00215e9736d5","name":"OK","originalRequest":{"url":{"path":["uauth","users",":userId","mfa-reset"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8655","key":"userId","description":"(Required) User ID"}]},"method":"PUT","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"8acb62bb-9071-48e3-8a4a-020c89d02218","name":"Delete user account","request":{"name":"Delete user account","description":{"content":"Permanently deletes a user account.","type":"text/plain"},"url":{"path":["uauth","users",":ids"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"11405,11406,11407","key":"ids","description":"(Required) Comma-separated user IDs"}]},"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"8ff00934-f9e7-4b72-9a54-e69fdb149df6","name":"OK","originalRequest":{"url":{"path":["uauth","users",":ids"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"11405,11406,11407","key":"ids","description":"(Required) Comma-separated user IDs"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"4ede89a4-ee54-4d82-9a9a-1675208830f5","name":"Directory","description":{"content":"","type":"text/plain"},"item":[{"id":"2fb25a6c-aca5-4c89-964f-7a10272b964f","name":"List managed domains","request":{"name":"List managed domains","description":{"content":"Retrieve a list of all domains managed by the workspace.","type":"text/plain"},"url":{"path":["uauth","managed-domains"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"page","value":"1","description":"Page number (first page is 1)"},{"disabled":false,"key":"size","value":"20","description":"The number of entries on a page"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"12a39801-3fa6-4f5d-ad4e-d2842ca778ff","name":"OK","originalRequest":{"url":{"path":["uauth","managed-domains"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"size","value":"20"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"meta\": {\n    \"pagination\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"adedc071-69f6-47de-bc3b-f7fb0e8f5fa0","name":"Created","originalRequest":{"url":{"path":["uauth","managed-domains"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"size","value":"20"}],"variable":[]},"method":"GET","body":{}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"628c2829-615b-4917-8863-c957fdbdb8ba","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","managed-domains"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"size","value":"20"}],"variable":[]},"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"984cb1dc-f2f2-4654-9748-21153c862237","name":"Forbidden","originalRequest":{"url":{"path":["uauth","managed-domains"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"size","value":"20"}],"variable":[]},"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"55041989-e8e2-47a4-8717-e6ea35624ba3","name":"Not Found","originalRequest":{"url":{"path":["uauth","managed-domains"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"size","value":"20"}],"variable":[]},"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"0d8948c2-a092-4f42-95f5-0b62c2cfae0f","name":"Delete managed domain","request":{"name":"Delete managed domain","description":{"content":"Remove management settings for a domain.","type":"text/plain"},"url":{"path":["uauth","managed-domains"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"}],"method":"DELETE","auth":null,"body":{"mode":"raw","raw":"{\n  \"domain\": \"synerise.com\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"9d2323c2-1365-4179-b35c-158855a8cb27","name":"Created","originalRequest":{"url":{"path":["uauth","managed-domains"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"DELETE","body":{"mode":"raw","raw":"{\n  \"domain\": \"synerise.com\"\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"29336cc0-a0d4-49ef-86a3-876183665920","name":"No Content","originalRequest":{"url":{"path":["uauth","managed-domains"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"DELETE","body":{"mode":"raw","raw":"{\n  \"domain\": \"synerise.com\"\n}","options":{"raw":{"language":"json"}}}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"69e68890-0033-4936-bdbd-98785222ceaf","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","managed-domains"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"DELETE","body":{"mode":"raw","raw":"{\n  \"domain\": \"synerise.com\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"ae4da5cd-11cf-4c95-8c70-277868d49cba","name":"Forbidden","originalRequest":{"url":{"path":["uauth","managed-domains"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"DELETE","body":{"mode":"raw","raw":"{\n  \"domain\": \"synerise.com\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"fd259d75-5510-4f5f-9ee6-f86590f39bd5","name":"Not Found","originalRequest":{"url":{"path":["uauth","managed-domains"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"DELETE","body":{"mode":"raw","raw":"{\n  \"domain\": \"synerise.com\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"5866f35b-2a28-428a-89c7-647f31f43688","name":"Initialize managed domain","request":{"name":"Initialize managed domain","description":{"content":"Generate a verification string for a domain. This string is then used in [this endpoint](#operation/verifyManagedDomainUsingPOST). The verification string for a particular workspace is always the same.","type":"text/plain"},"url":{"path":["uauth","managed-domains","initialize-code"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"ca23dfd8-00ce-4e47-97bb-5e4aef892d84","name":"OK","originalRequest":{"url":{"path":["uauth","managed-domains","initialize-code"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"verificationCode\": \"654bfde8-7f22-159b-c2dc-289be40d863b\",\n  \"businessProfileId\": 557\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"24943fdb-964e-41b0-92c3-edd47afd8813","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","managed-domains","initialize-code"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"cf54516b-e1cf-480b-922b-084a0ee2401e","name":"Forbidden","originalRequest":{"url":{"path":["uauth","managed-domains","initialize-code"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"000e206e-b9cf-47c4-9c02-108ce439b604","name":"Not Found","originalRequest":{"url":{"path":["uauth","managed-domains","initialize-code"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"0149a448-72f7-4bb8-ae09-e15a4e9cc806","name":"Verify managed domain","request":{"name":"Verify managed domain","description":{"content":"Verify a managed domain to assign it to a workspace. All users who belong to the domain are managed by that workspace.","type":"text/plain"},"url":{"path":["uauth","managed-domains","verification"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"domain\": \"synerise.com\",\n  \"verificationMethod\": \"FILE_CHECK\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"273138ec-343d-4ec3-9c40-4225e2fcf78c","name":"OK","originalRequest":{"url":{"path":["uauth","managed-domains","verification"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"domain\": \"synerise.com\",\n  \"verificationMethod\": \"FILE_CHECK\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": 2430.9670422333816,\n  \"domain\": \"synerise.com\",\n  \"created\": \"2024-12-07T23:43:40.073Z\",\n  \"verificationMethod\": \"TXT_RECORD\",\n  \"verificationStatus\": \"VERIFIED\",\n  \"updated\": \"1996-05-02T12:59:56.368Z\",\n  \"managedByProfile\": 4577,\n  \"usersCount\": 1696.8802148847185\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"da188622-8b51-418f-8649-e927fba6bc7f","name":"Created","originalRequest":{"url":{"path":["uauth","managed-domains","verification"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"domain\": \"synerise.com\",\n  \"verificationMethod\": \"FILE_CHECK\"\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"0df38648-f775-4138-aaca-03fa326eb612","name":"Unauthorized","originalRequest":{"url":{"path":["uauth","managed-domains","verification"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"domain\": \"synerise.com\",\n  \"verificationMethod\": \"FILE_CHECK\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"17e96f1e-7f03-447d-b41d-48ab5d7cb184","name":"Forbidden","originalRequest":{"url":{"path":["uauth","managed-domains","verification"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"domain\": \"synerise.com\",\n  \"verificationMethod\": \"FILE_CHECK\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"a8a77158-25d7-4624-8d13-ca7487ed3da1","name":"Not Found","originalRequest":{"url":{"path":["uauth","managed-domains","verification"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"domain\": \"synerise.com\",\n  \"verificationMethod\": \"FILE_CHECK\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"0e695b1f-4803-474f-beab-f5a425d5f4b2","name":"Uploader","description":{"content":"","type":"text/plain"},"item":[{"id":"88225c90-4611-4cf8-8200-a20fd9c235dd","name":"Add files for dynamic attachments","request":{"name":"Add files for dynamic attachments","description":{"content":"Add base64 encoded files to the storage for use in [dynamic attachments](https://help.synerise.com/docs/automation/actions/send-email/#dynamic-attachments). You can send up to 5 files in one request. An `attachment.upload` event is generated when you use the endpoint.","type":"text/plain"},"url":{"path":["uploader-service","clients","files","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"files\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"ttlInMinutes\": 4498.290960314227,\n  \"identifierValue\": \"1234\",\n  \"parameters\": {\n    \"key_0\": 9414,\n    \"key_1\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"d36f8fbe-9ad8-4c54-8be5-38022ddf1d0b","name":"File or files uploaded successfully","originalRequest":{"url":{"path":["uploader-service","clients","files","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"email","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"files\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"ttlInMinutes\": 5993.5218233699425,\n  \"identifierValue\": \"1234\",\n  \"parameters\": {\n    \"key_0\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"d95e3315-b941-57d1-dbc6-bb2f7cdc8756\",\n  \"businessProfileId\": 4266.479832811681,\n  \"clientId\": 1234,\n  \"ttlInMinutes\": 3055.3742924456005,\n  \"params\": {\n    \"key_0\": 3031,\n    \"key_1\": 3122.8624186692864,\n    \"key_2\": false\n  },\n  \"createdAt\": \"1970-05-09T17:50:53.404Z\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"ca3dedc0-380d-4383-98a7-12123e47f8ac","name":"Upload file","request":{"name":"Upload file","description":{"content":"\nUpload a new file to Synerise.\n\n<strong><span style=\"color:red\">IMPORTANT:</span></strong> Due to technical limitations, the code examples on the right don't include the form data. If you use the examples, remember to add it.\n\nExample correct cURL request:\n<pre>\ncurl --location 'https://api.synerise.com/uploader-service/storages/default/upload' \\\n--header 'Authorization: Bearer YOUR_TOKEN' \\\n--form 'uploads=@\"/Users/currentuser/Downloads/image.png\"'\n</pre>\n","type":"text/plain"},"url":{"path":["uploader-service","storages",":container","upload"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"default","key":"container","description":"(Required) Name of the container in which the file will be stored"}]},"header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"formdata","formdata":[{"key":"0","value":"f","type":"text","description":""},{"key":"1","value":"o","type":"text","description":""},{"key":"2","value":"r","type":"text","description":""},{"key":"3","value":"m","type":"text","description":""}]}},"response":[{"id":"23b8baa8-0115-4683-be44-1478a15d7ab0","name":"File description","originalRequest":{"url":{"path":["uploader-service","storages",":container","upload"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"default","key":"container","description":"(Required) Name of the container in which the file will be stored"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"0","value":"f","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"1","value":"o","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"2","value":"r","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"3","value":"m","type":"text"}]}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"result\": {\n    \"files\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"storageId\": \"string\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"6b5273c6-de8b-494f-8946-9e47f0cf1948","name":"List files from workspace","request":{"name":"List files from workspace","description":{"content":"Retrieve a list of all files in the Workspace.","type":"text/plain"},"url":{"path":["uploader-service","storage-files","list"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"7ad1e61f-b469-4051-9cd7-d96766426019","name":"Files","originalRequest":{"url":{"path":["uploader-service","storage-files","list"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"author\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"canEdit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"canRemove\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"created\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filename\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"isStarred\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"mimetype\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"path\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"size\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"storageId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"updated\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"url\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"user_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"author\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"canEdit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"canRemove\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"created\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"filename\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"isStarred\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"mimetype\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"path\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"size\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"storageId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"updated\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"url\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"user_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"f7d97e48-15b0-42f1-b955-98af1bed1aa2","name":"List files from workspace","request":{"name":"List files from workspace","description":{"content":"Retrieve a list of all files in the Workspace.","type":"text/plain"},"url":{"path":["uploader-service","v2","list"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"page","value":"0","description":"page number"},{"disabled":false,"key":"limit","value":"50","description":"number of elements in a page"},{"disabled":false,"key":"sortBy","value":"createdAt:asc","description":"field to sort by and order"},{"disabled":false,"key":"mediatype","value":"image/jpeg","description":"filter by media type"},{"disabled":false,"key":"extensions","value":"pdf,jpeg","description":"filter by extension files"},{"disabled":false,"key":"search","value":"string","description":"file id or substring of file name"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"992ade8b-8cf3-418f-8f5f-daeab85a43fa","name":"Files","originalRequest":{"url":{"path":["uploader-service","v2","list"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"0"},{"key":"limit","value":"50"},{"key":"sortBy","value":"createdAt:asc"},{"key":"mediatype","value":"image/jpeg"},{"key":"extensions","value":"pdf,jpeg"},{"key":"search","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"meta\": {\n    \"links\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"limit\": 7202,\n    \"count\": 2999\n  },\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"a7750954-d355-47bd-88f3-d7b166c16fb7","name":"Remove files","request":{"name":"Remove files","description":{"content":"Delete one or more files.\n\n<strong><span style=\"color:red\">IMPORTANT:</span></strong> Due to technical limitations, the code examples on the right don't include the form data. If you use the examples, remember to add it.\n\nExample correct cURL request:\n<pre>\ncurl --location 'https://api.synerise.com/uploader-service/storage-files/delete-by-uuid' \\\n--header 'Authorization: Bearer YOUR_TOKEN' \\\n--form 'uuids=\"[\\\"0ac106beb55c401bac8bc8244e367512\\\",\\\"03dc506041e24c3cae284fd3f6611082\\\"]\"'\n</pre>\n","type":"text/plain"},"url":{"path":["uploader-service","storage-files","delete-by-uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"formdata","formdata":[{"key":"uuids","value":"string","type":"text","description":"(Required) "}]}},"response":[{"id":"53743b96-9174-4844-86ef-06938e91fbc4","name":"Results of the operation","originalRequest":{"url":{"path":["uploader-service","storage-files","delete-by-uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"formdata","formdata":[{"description":{"content":"(Required) ","type":"text/plain"},"key":"uuids","value":"string","type":"text"}]}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"0ac106beb55c401bac8bc8244e367512\": true,\n  \"03dc506041e24c3cae284fd3f6611082\": true\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b0b657af-2a00-4cfb-ad69-4cb46ccf3807","name":"Add stars","request":{"name":"Add stars","description":{"content":"Add a star to one or more files. Stars are used to mark files as favorite and make them easier to find.\n\n<strong><span style=\"color:red\">IMPORTANT:</span></strong> Due to technical limitations, the code examples on the right don't include the form data. If you use the examples, remember to add it.\n\nExample correct cURL request:\n<pre>\ncurl --location 'https://api.synerise.com/uploader-service/storage-files/add-star-by-uuid' \\\n--header 'Authorization: Bearer YOUR_TOKEN' \\\n--form 'uuids=\"[\\\"0ac106beb55c401bac8bc8244e367512\\\",\\\"03dc506041e24c3cae284fd3f6611082\\\"]\"'\n</pre>\n","type":"text/plain"},"url":{"path":["uploader-service","storage-files","add-star-by-uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"formdata","formdata":[{"key":"uuids","value":"string","type":"text","description":"(Required) "}]}},"response":[{"id":"dd28bea8-9983-434f-98a4-fdcf2c769b5e","name":"Results of the operation","originalRequest":{"url":{"path":["uploader-service","storage-files","add-star-by-uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"formdata","formdata":[{"description":{"content":"(Required) ","type":"text/plain"},"key":"uuids","value":"string","type":"text"}]}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"0ac106beb55c401bac8bc8244e367512\": false,\n  \"03dc506041e24c3cae284fd3f6611082\": true\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"17fb4bb8-bc77-429a-8102-b51a348cc05e","name":"Remove stars","request":{"name":"Remove stars","description":{"content":"Remove stars from one or more files.\n\n<strong><span style=\"color:red\">IMPORTANT:</span></strong> Due to technical limitations, the code examples on the right don't include the form data. If you use the examples, remember to add it.\n\nExample correct cURL request:\n<pre>\ncurl --location 'https://api.synerise.com/uploader-service/storage-files/remove-star-by-uuid' \\\n--header 'Authorization: Bearer YOUR_TOKEN' \\\n--form 'uuids=\"[\\\"0ac106beb55c401bac8bc8244e367512\\\",\\\"03dc506041e24c3cae284fd3f6611082\\\"]\"'\n</pre>\n","type":"text/plain"},"url":{"path":["uploader-service","storage-files","remove-star-by-uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"formdata","formdata":[{"key":"uuids","value":"string","type":"text","description":"(Required) "}]}},"response":[{"id":"e4652850-55f6-40de-8b80-abb88ad66e18","name":"Results of the operation","originalRequest":{"url":{"path":["uploader-service","storage-files","remove-star-by-uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"formdata","formdata":[{"description":{"content":"(Required) ","type":"text/plain"},"key":"uuids","value":"string","type":"text"}]}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"0ac106beb55c401bac8bc8244e367512\": false,\n  \"03dc506041e24c3cae284fd3f6611082\": true\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"716326ef-ed4b-4933-800e-70dbd6cd7932","name":"Vouchers","description":{"content":"","type":"text/plain"},"item":[{"id":"d76e8ac7-6bbc-468f-8ee6-91d0736863a4","name":"Assign a voucher from a pool to Profile","request":{"name":"Assign a voucher from a pool to Profile","description":{"content":"Assign a voucher code from an existing pool to a Profile.","type":"text/plain"},"url":{"path":["v4","vouchers","item","assign"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"poolUuid\": \"faec32b0-c343-4362-ba32-c6148c649da4\",\n  \"clientUuid\": \"17243772-008a-42e1-ba37-c3807cebde8f\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"3ad585c4-a8e4-4897-8fb9-5ebc286737bf","name":"Code assigned","originalRequest":{"url":{"path":["v4","vouchers","item","assign"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"poolUuid\": \"faec32b0-c343-4362-ba32-c6148c649da4\",\n  \"clientUuid\": \"17243772-008a-42e1-ba37-c3807cebde8f\"\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Code assigned with success\",\n  \"data\": {\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"poolUuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"updatedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"clientId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1a162be2-ca4e-4164-90d0-0a780db13c94","name":"Range Not Satisfiable","originalRequest":{"url":{"path":["v4","vouchers","item","assign"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"poolUuid\": \"faec32b0-c343-4362-ba32-c6148c649da4\",\n  \"clientUuid\": \"17243772-008a-42e1-ba37-c3807cebde8f\"\n}","options":{"raw":{"language":"json"}}}},"status":"Requested Range Not Satisfiable","code":416,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Out of scope. Pool is empty.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"ff03230e-49e0-4d22-a66c-62fb5b67d309","name":"Get assigned vouchers","request":{"name":"Get assigned vouchers","description":{"content":"Retrieve all vouchers assigned to a Profile.","type":"text/plain"},"url":{"path":["v4","vouchers","item","get-assigned"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"fea6c157-4b6c-456a-8915-8da4af399699","name":"An array of vouchers","originalRequest":{"url":{"path":["v4","vouchers","item","get-assigned"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"f3c4badd-7d6a-4694-9925-45ad43667045","name":"Get or assign and get voucher as Profile","request":{"name":"Get or assign and get voucher as Profile","description":{"content":"Retrieve the code assigned to a Profile. If no code was assigned earlier, the method assigns one.\n\n\nFor each Profile, the same code is retrieved every time. This can be used, for example, to retrieve unique codes used to identify a Profile.","type":"text/plain"},"url":{"path":["v4","vouchers","item","get-or-assign"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"poolUuid\": \"faec32b0-c343-4362-ba32-c6148c649da4\",\n  \"clientUuid\": \"17243772-008a-42e1-ba37-c3807cebde8f\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"ed8f41c9-7f92-46f7-bd09-eaff340cef77","name":"Details of the code","originalRequest":{"url":{"path":["v4","vouchers","item","get-or-assign"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"poolUuid\": \"faec32b0-c343-4362-ba32-c6148c649da4\",\n  \"clientUuid\": \"17243772-008a-42e1-ba37-c3807cebde8f\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Code found with success\",\n  \"data\": {\n    \"code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expireIn\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"redeemAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"assignedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"updatedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"502b6a22-aea8-464e-a6d8-12e1226cbb45","name":"Range Not Satisfiable","originalRequest":{"url":{"path":["v4","vouchers","item","get-or-assign"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"poolUuid\": \"faec32b0-c343-4362-ba32-c6148c649da4\",\n  \"clientUuid\": \"17243772-008a-42e1-ba37-c3807cebde8f\"\n}","options":{"raw":{"language":"json"}}}},"status":"Requested Range Not Satisfiable","code":416,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Out of scope. Pool is empty.\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"dd2b8e57-18b2-4955-b9c0-0588c206bb8f","name":"Create a voucher","request":{"name":"Create a voucher","description":{"content":"Create a single code and store it in a pool.","type":"text/plain"},"url":{"path":["v4","vouchers","item"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"poolUuid\": \"faec32b0-c343-4362-ba32-c6148c649da4\",\n  \"clientUuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"clientId\": 4143,\n  \"code\": \"code123\",\n  \"expireIn\": \"1999-05-21T08:52:50.271Z\",\n  \"redeemAt\": \"1973-12-08T14:44:56.005Z\",\n  \"assignedAt\": \"1998-03-06T13:10:10.558Z\",\n  \"status\": \"ASSIGNED\",\n  \"createdAt\": \"1968-07-02T00:45:14.691Z\",\n  \"updatedAt\": \"2023-04-13T04:36:58.852Z\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"9bca8690-d06d-4f43-a5f7-18209cb32235","name":"Voucher created","originalRequest":{"url":{"path":["v4","vouchers","item"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"poolUuid\": \"faec32b0-c343-4362-ba32-c6148c649da4\",\n  \"clientUuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"clientId\": 4143,\n  \"code\": \"code123\",\n  \"expireIn\": \"1999-05-21T08:52:50.271Z\",\n  \"redeemAt\": \"1973-12-08T14:44:56.005Z\",\n  \"assignedAt\": \"1998-03-06T13:10:10.558Z\",\n  \"status\": \"ASSIGNED\",\n  \"createdAt\": \"1968-07-02T00:45:14.691Z\",\n  \"updatedAt\": \"2023-04-13T04:36:58.852Z\"\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Create object with success\",\n  \"data\": {\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"poolUuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"updatedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"clientId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"53856e75-ec4d-4db3-954d-35be3a458ef8","name":"Bulk create vouchers","request":{"name":"Bulk create vouchers","description":{"content":"Create a number of codes and add them to a pool.\n\n<span style=\"color:red\"><strong>WARNING:</strong></span> The request body cannot contain more than 10 000 items or exceed 10 MB in size.","type":"text/plain"},"url":{"path":["v4","vouchers","item","bulk-create"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"poolUuid\": \"faec32b0-c343-4362-ba32-c6148c649da4\",\n  \"codeList\": \"3845734682364756454534;384574634564545456;567868678345234346748\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"caf56721-d8aa-41bb-b1af-15a0b0b61fbb","name":"Vouchers created","originalRequest":{"url":{"path":["v4","vouchers","item","bulk-create"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"poolUuid\": \"faec32b0-c343-4362-ba32-c6148c649da4\",\n  \"codeList\": \"3845734682364756454534;384574634564545456;567868678345234346748\"\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": {\n    \"message\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"data\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3d4e4ab6-e2ef-42d4-82f0-301fa24a1d80","name":"Bad Request","originalRequest":{"url":{"path":["v4","vouchers","item","bulk-create"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"poolUuid\": \"faec32b0-c343-4362-ba32-c6148c649da4\",\n  \"codeList\": \"3845734682364756454534;384574634564545456;567868678345234346748\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Data format is not valid\",\n  \"error\": [\n    {\n      \"field\": \"code\",\n      \"message\": \"code must be unique\",\n      \"validatorKey\": \"not_unique\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"37c2c069-7ef2-4a73-ac92-82e990fee2c4","name":"List all vouchers","request":{"name":"List all vouchers","description":{"content":"Retrieve all vouchers for a Workspace. You can customize the search.","type":"text/plain"},"url":{"path":["v4","vouchers","item","list"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"limit","value":"100","description":"The number of items to return per page"},{"disabled":false,"key":"page","value":"4","description":"Page number to return for pagination. The first page has the index `1`."},{"disabled":false,"key":"includeMeta","value":"false","description":"\nWhen `true`, pagination metadata is included in the response body.\n\nWhen `false`, the data is included in the response headers:\n\n- Link: links to neighbors, first, and last pages in pagination.\n\n- X-Pagination-Total-Count: total number of items on all pages\n\n- X-Pagination-Total-Pages: total number of pages\n\n- X-Pagination-Page: current page\n\n- X-Pagination-Limit: maximum number of items on a page\n"}],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"8a246af8-61f5-42b8-a5e8-639ff27b2af8","name":"An array of vouchers","originalRequest":{"url":{"path":["v4","vouchers","item","list"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"100"},{"key":"page","value":"4"},{"key":"includeMeta","value":"false"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"meta\": {\n    \"link\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalPages\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"page\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"2d0bd343-081a-43ca-a115-0fc4247dea21","name":"View voucher details","request":{"name":"View voucher details","description":{"content":"Retrieve all details of a single code.","type":"text/plain"},"url":{"path":["v4","vouchers","item",":voucherUuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"29392878-d43f-402e-8297-f63d465cf173","key":"voucherUuid","description":"(Required) UUID of the voucher"}]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"971efb9a-c685-4f27-ac29-1e04322bfe12","name":"Details of a voucher","originalRequest":{"url":{"path":["v4","vouchers","item",":voucherUuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"29392878-d43f-402e-8297-f63d465cf173","key":"voucherUuid","description":"(Required) UUID of the voucher"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": {\n    \"poolUuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"clientUuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"clientId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expireIn\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"redeemAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"assignedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"updatedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"428bf2ac-6d72-45f5-ba49-beb897d84da1","name":"Update a voucher","request":{"name":"Update a voucher","description":{"content":"Update an existing code.\n\n\nIf you don't want to change a field, omit it entirely. Sending a null-value field replaces an existing value.","type":"text/plain"},"url":{"path":["v4","vouchers","item",":voucherUuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"29392878-d43f-402e-8297-f63d465cf173","key":"voucherUuid","description":"(Required) UUID of the voucher"}]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"poolUuid\": \"faec32b0-c343-4362-ba32-c6148c649da4\",\n  \"clientUuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"clientId\": 4143,\n  \"code\": \"code123\",\n  \"expireIn\": \"1999-05-21T08:52:50.271Z\",\n  \"redeemAt\": \"1973-12-08T14:44:56.005Z\",\n  \"assignedAt\": \"1998-03-06T13:10:10.558Z\",\n  \"status\": \"ASSIGNED\",\n  \"createdAt\": \"1968-07-02T00:45:14.691Z\",\n  \"updatedAt\": \"2023-04-13T04:36:58.852Z\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"d9d79691-df28-4bde-ace6-ec5325f66d50","originalRequest":{"url":{"path":["v4","vouchers","item",":voucherUuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"29392878-d43f-402e-8297-f63d465cf173","key":"voucherUuid","description":"(Required) UUID of the voucher"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"poolUuid\": \"faec32b0-c343-4362-ba32-c6148c649da4\",\n  \"clientUuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"clientId\": 4143,\n  \"code\": \"code123\",\n  \"expireIn\": \"1999-05-21T08:52:50.271Z\",\n  \"redeemAt\": \"1973-12-08T14:44:56.005Z\",\n  \"assignedAt\": \"1998-03-06T13:10:10.558Z\",\n  \"status\": \"ASSIGNED\",\n  \"createdAt\": \"1968-07-02T00:45:14.691Z\",\n  \"updatedAt\": \"2023-04-13T04:36:58.852Z\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Update object with success\",\n  \"data\": {\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"poolUuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"updatedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"clientId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"90b7d3c3-fa3d-4728-b9a4-86ce262d6670","name":"Bad Request","originalRequest":{"url":{"path":["v4","vouchers","item",":voucherUuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"29392878-d43f-402e-8297-f63d465cf173","key":"voucherUuid","description":"(Required) UUID of the voucher"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"poolUuid\": \"faec32b0-c343-4362-ba32-c6148c649da4\",\n  \"clientUuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n  \"clientId\": 4143,\n  \"code\": \"code123\",\n  \"expireIn\": \"1999-05-21T08:52:50.271Z\",\n  \"redeemAt\": \"1973-12-08T14:44:56.005Z\",\n  \"assignedAt\": \"1998-03-06T13:10:10.558Z\",\n  \"status\": \"ASSIGNED\",\n  \"createdAt\": \"1968-07-02T00:45:14.691Z\",\n  \"updatedAt\": \"2023-04-13T04:36:58.852Z\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Data format is not valid\",\n  \"error\": [\n    {\n      \"field\": \"status\",\n      \"message\": \"Validation isIn on status failed\",\n      \"validatorKey\": \"isIn\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"f40b4410-4433-42da-8264-2c0676654249","name":"Delete a voucher","request":{"name":"Delete a voucher","description":{"content":"Delete an existing code.","type":"text/plain"},"url":{"path":["v4","vouchers","item",":voucherUuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"29392878-d43f-402e-8297-f63d465cf173","key":"voucherUuid","description":"(Required) UUID of the voucher"}]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"65811990-f7f8-4091-9b87-14cf1f165e81","name":"Voucher deleted","originalRequest":{"url":{"path":["v4","vouchers","item",":voucherUuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"29392878-d43f-402e-8297-f63d465cf173","key":"voucherUuid","description":"(Required) UUID of the voucher"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Delete object with success\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"19b9344a-88d1-4d6f-b2dc-66ffa312e877","name":"View voucher details by search key","request":{"name":"View voucher details by search key","description":{"content":"Retrieve all details of a single voucher. As the key (identifier), you can use the promotion's code or UUID.","type":"text/plain"},"url":{"path":["v4","vouchers","item",":searchKey",":searchValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"code","key":"searchKey","description":"(Required) The key type to search by"},{"disabled":false,"type":"any","value":"29392878-d43f-402e-8297-f63d465cf173","key":"searchValue","description":"(Required) The value to search for"}]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"8f67b200-8d1e-4644-8e49-c71788733c02","name":"Details of a voucher","originalRequest":{"url":{"path":["v4","vouchers","item",":searchKey",":searchValue"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"code","key":"searchKey","description":"(Required) The key type to search by"},{"disabled":false,"type":"any","value":"29392878-d43f-402e-8297-f63d465cf173","key":"searchValue","description":"(Required) The value to search for"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": {\n    \"poolUuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"clientUuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"clientId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expireIn\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"redeemAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"assignedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"updatedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"f9ebc09a-1cfa-44b1-896f-7d6dd40c560b","name":"Assign a voucher to a Profile","request":{"name":"Assign a voucher to a Profile","description":{"content":"Assign a code to a Profile and retrieve it. Every time this method is used, a different code is assigned.","type":"text/plain"},"url":{"path":["v4","vouchers","item","assign-for-client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"poolUuid\": \"faec32b0-c343-4362-ba32-c6148c649da4\",\n  \"clientUuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"5a2b4e21-8f64-4419-97c1-73b20f94fec1","name":"Voucher assigned","originalRequest":{"url":{"path":["v4","vouchers","item","assign-for-client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"poolUuid\": \"faec32b0-c343-4362-ba32-c6148c649da4\",\n  \"clientUuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\"\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Code assigned with success\",\n  \"data\": {\n    \"code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expireIn\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"redeemAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"assignedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"updatedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c76bdf81-a54a-46d0-8b9a-3043de37e083","name":"Pool empty, expired, not found, or Profile not found","originalRequest":{"url":{"path":["v4","vouchers","item","assign-for-client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"poolUuid\": \"faec32b0-c343-4362-ba32-c6148c649da4\",\n  \"clientUuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\"\n}","options":{"raw":{"language":"json"}}}},"status":"Requested Range Not Satisfiable","code":416,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Pool does not exist or expired\",\n  \"error\": {\n    \"message\": \"Pool does not exist or expired\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"3f7c0a1a-7084-49e6-b94a-4bf001e69b13","name":"Get vouchers assigned to a Profile","request":{"name":"Get vouchers assigned to a Profile","description":{"content":"Get all codes assigned to a Profile.","type":"text/plain"},"url":{"path":["v4","vouchers","item","get-assigned-for-client",":clientUuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"e9e6840b-b9d4-4c7b-8191-9c4f9e751c76","key":"clientUuid","description":"(Required) UUID of the Profile"}]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"5a756b9e-95a5-4086-8a7d-947588a319dc","name":"An array of vouchers","originalRequest":{"url":{"path":["v4","vouchers","item","get-assigned-for-client",":clientUuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"e9e6840b-b9d4-4c7b-8191-9c4f9e751c76","key":"clientUuid","description":"(Required) UUID of the Profile"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"1ba12d1a-1792-4e99-9bc8-9de76e5e48ef","name":"Get or assign and get voucher as Workspace","request":{"name":"Get or assign and get voucher as Workspace","description":{"content":"Retrieve the code assigned to a profile. If no code was assigned earlier, the method assigns one.\n\n\nFor each profile, the same code is retrieved every time. This can be used, for example, to retrieve unique codes used to identify a profile.","type":"text/plain"},"url":{"path":["v4","vouchers","item","get-or-assign-for-client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"poolUuid\": \"faec32b0-c343-4362-ba32-c6148c649da4\",\n  \"clientUuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"3c1a64bf-1201-4145-9cc6-d869fcb1b851","name":"Details of a voucher","originalRequest":{"url":{"path":["v4","vouchers","item","get-or-assign-for-client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"poolUuid\": \"faec32b0-c343-4362-ba32-c6148c649da4\",\n  \"clientUuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": {\n    \"code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expireIn\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"redeemAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"assignedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"updatedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6a9c45bb-8a8c-441e-803f-db288620b176","name":"Pool empty, expired, not found, or Profile not found","originalRequest":{"url":{"path":["v4","vouchers","item","get-or-assign-for-client"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"poolUuid\": \"faec32b0-c343-4362-ba32-c6148c649da4\",\n  \"clientUuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\"\n}","options":{"raw":{"language":"json"}}}},"status":"Requested Range Not Satisfiable","code":416,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Pool does not exist or expired\",\n  \"error\": {\n    \"message\": \"Pool does not exist or expired\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"ce360fc0-0f2c-466b-88cf-7468fdd3c409","name":"Get vouchers assigned to a Profile by identifier","request":{"name":"Get vouchers assigned to a Profile by identifier","description":{"content":"Get all codes assigned to a Profile.","type":"text/plain"},"url":{"path":["v4","vouchers","item","get-assigned-for-client","by-identifier"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"clientIdentifierName","value":"custom_identify","description":"(Required) The Profile identifier to use for the request."},{"disabled":false,"key":"clientIdentifierValue","value":"custom_identify_123456","description":"(Required) The value of the selected profile identifier"}],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"ce178454-3080-4b47-a8a5-637be57b1d53","name":"An array of vouchers","originalRequest":{"url":{"path":["v4","vouchers","item","get-assigned-for-client","by-identifier"],"host":["{{baseUrl}}"],"query":[{"key":"clientIdentifierName","value":"custom_identify"},{"key":"clientIdentifierValue","value":"custom_identify_123456"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2c78c0d3-c037-4472-800f-8438cb42d1b8","name":"Bad Request","originalRequest":{"url":{"path":["v4","vouchers","item","get-assigned-for-client","by-identifier"],"host":["{{baseUrl}}"],"query":[{"key":"clientIdentifierName","value":"custom_identify"},{"key":"clientIdentifierValue","value":"custom_identify_123456"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Query params are not valid\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b10e9a2f-094a-4452-b24b-d8dcfd926e07","name":"Invalid parameter","originalRequest":{"url":{"path":["v4","vouchers","item","get-assigned-for-client","by-identifier"],"host":["{{baseUrl}}"],"query":[{"key":"clientIdentifierName","value":"custom_identify"},{"key":"clientIdentifierValue","value":"custom_identify_123456"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Requested Range Not Satisfiable","code":416,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Invalid parameter\",\n  \"error\": {\n    \"message\": \"Invalid parameter\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"57810f45-b38b-447b-91cb-cfaca5fa5794","name":"Get or assign and get voucher as Workspace","request":{"name":"Get or assign and get voucher as Workspace","description":{"content":"Retrieve the code assigned to a profile. If no code was assigned earlier, the method assigns one (it uses the provided profile identifier).\n\nFor each profile, the same code is retrieved every time. This can be used, for example, to retrieve unique codes used to identify a profile.","type":"text/plain"},"url":{"path":["v4","vouchers","item","get-or-assign-for-client","by-identifier"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"clientIdentifierName","value":"custom_identify","description":"(Required) The Profile identifier to use for the request."}],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"poolUuid\": \"faec32b0-c343-4362-ba32-c6148c649da4\",\n  \"clientIdentifierValue\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"bee16a08-5cad-4e5e-a504-625987ebbe12","name":"Details of a voucher","originalRequest":{"url":{"path":["v4","vouchers","item","get-or-assign-for-client","by-identifier"],"host":["{{baseUrl}}"],"query":[{"key":"clientIdentifierName","value":"custom_identify"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"poolUuid\": \"faec32b0-c343-4362-ba32-c6148c649da4\",\n  \"clientIdentifierValue\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": {\n    \"code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expireIn\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"redeemAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"assignedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"updatedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e1d90262-e5bd-4f6a-841e-77d845813c1b","name":"Pool empty, expired, not found, or Profile not found","originalRequest":{"url":{"path":["v4","vouchers","item","get-or-assign-for-client","by-identifier"],"host":["{{baseUrl}}"],"query":[{"key":"clientIdentifierName","value":"custom_identify"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"poolUuid\": \"faec32b0-c343-4362-ba32-c6148c649da4\",\n  \"clientIdentifierValue\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Requested Range Not Satisfiable","code":416,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Pool does not exist or expired\",\n  \"error\": {\n    \"message\": \"Pool does not exist or expired\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"a75dc823-8e1c-4705-a3c7-af30f70b0ed3","name":"Assign and get voucher as Workspace","request":{"name":"Assign and get voucher as Workspace","description":{"content":"Assign a code to a profile and retrieve it. Every time this method is used, a different code is assigned.","type":"text/plain"},"url":{"path":["v4","vouchers","item","assign-for-client","by-identifier"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"clientIdentifierName","value":"custom_identify","description":"(Required) The Profile identifier to use for the request."}],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"poolUuid\": \"faec32b0-c343-4362-ba32-c6148c649da4\",\n  \"clientIdentifierValue\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"0ac19bf2-e78e-4809-a8f7-7e00e63c206f","name":"Voucher assigned","originalRequest":{"url":{"path":["v4","vouchers","item","assign-for-client","by-identifier"],"host":["{{baseUrl}}"],"query":[{"key":"clientIdentifierName","value":"custom_identify"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"poolUuid\": \"faec32b0-c343-4362-ba32-c6148c649da4\",\n  \"clientIdentifierValue\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": {\n    \"code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expireIn\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"redeemAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"assignedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"updatedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b2df91a8-5ed7-4cdb-b7c8-da2db9f7999d","name":"Pool empty, expired, not found, or Profile not found","originalRequest":{"url":{"path":["v4","vouchers","item","assign-for-client","by-identifier"],"host":["{{baseUrl}}"],"query":[{"key":"clientIdentifierName","value":"custom_identify"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"poolUuid\": \"faec32b0-c343-4362-ba32-c6148c649da4\",\n  \"clientIdentifierValue\": {\n    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Requested Range Not Satisfiable","code":416,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Pool does not exist or expired\",\n  \"error\": {\n    \"message\": \"Pool does not exist or expired\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"3cee8b5a-4bf2-49b8-b7e6-d47eac167377","name":"Redeem a voucher","request":{"name":"Redeem a voucher","description":{"content":"Redeem a code.","type":"text/plain"},"url":{"path":["v4","vouchers","item","redeem"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"code\": \"code123\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"64934ce1-d921-4938-8600-810abfb57890","name":"Voucher redeemed","originalRequest":{"url":{"path":["v4","vouchers","item","redeem"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"code\": \"code123\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Code redeemed with success\",\n  \"data\": {\n    \"poolUuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"clientUuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"clientId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expireIn\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"redeemAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"assignedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"createdAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"updatedAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"292cbc74-0ff2-4d6e-bd55-9812efcfb93c","name":"Data format is not valid.","originalRequest":{"url":{"path":["v4","vouchers","item","redeem"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"code\": \"code123\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Param code is required\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"2ce85069-a3ed-4887-9096-76715aef6d2d","name":"List pools","request":{"name":"List pools","description":{"content":"Retrieve a list of voucher pools.","type":"text/plain"},"url":{"path":["v4","vouchers","pool","list"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"includeMeta","value":"false","description":"\nWhen `true`, pagination metadata is included in the response body.\n\nWhen `false`, the data is included in the response headers:\n\n- Link: links to neighbors, first, and last pages in pagination.\n\n- X-Pagination-Total-Count: total number of items on all pages\n\n- X-Pagination-Total-Pages: total number of pages\n\n- X-Pagination-Page: current page\n\n- X-Pagination-Limit: maximum number of items on a page\n"},{"disabled":false,"key":"orderFieldName","value":"createdAt","description":"Name of the parameter used for sorting. If you include this parameter, you **must** also send the `order` parameter."},{"disabled":false,"key":"order","value":"asc","description":"Sorting order. If you include this parameter, you **must** also send the `orderFieldName` parameter."},{"disabled":false,"key":"query","value":"string","description":"Filter by phrase in pool name."},{"disabled":false,"key":"limit","value":"100","description":"The number of items to return per page"},{"disabled":false,"key":"page","value":"4","description":"Page number to return for pagination. The first page has the index `1`."}],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"6591da30-94b3-4726-99ce-cac46aad96cb","name":"An array of voucher pools","originalRequest":{"url":{"path":["v4","vouchers","pool","list"],"host":["{{baseUrl}}"],"query":[{"key":"includeMeta","value":"false"},{"key":"orderFieldName","value":"createdAt"},{"key":"order","value":"asc"},{"key":"query","value":"string"},{"key":"limit","value":"100"},{"key":"page","value":"4"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"meta\": {\n    \"link\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalPages\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"page\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"af05def7-8d6c-4b12-b318-0514c2e068c7","name":"Create a voucher pool","request":{"name":"Create a voucher pool","description":{"content":"Create a pool for voucher storage.","type":"text/plain"},"url":{"path":["v4","vouchers","pool"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"barcodeType\": \"NONE\",\n  \"description\": \"string\",\n  \"voucherPrefix\": \"0\",\n  \"poolLimit\": 0,\n  \"redeemedLimitPerClient\": 0,\n  \"startAt\": \"2023-08-07T07:27:26.058Z\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"823be80b-d850-49d6-a2e7-71c6abb1d29b","name":"Pool created","originalRequest":{"url":{"path":["v4","vouchers","pool"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"barcodeType\": \"NONE\",\n  \"description\": \"string\",\n  \"voucherPrefix\": \"0\",\n  \"poolLimit\": 0,\n  \"redeemedLimitPerClient\": 0,\n  \"startAt\": \"2023-08-07T07:27:26.058Z\"\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Create object with success\",\n  \"data\": {\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"barcodeType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"voucherPrefix\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"poolLimit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"redeemedLimitPerClient\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expireIn\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"lastingTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"userId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"assignedCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"activeCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"countAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b0b84345-1bec-4b05-9c3f-b3a2923b863d","name":"Get pool details","request":{"name":"Get pool details","description":{"content":"Retrieve the details of a single voucher pool.","type":"text/plain"},"url":{"path":["v4","vouchers","pool",":poolUuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8465c240-d38e-42f8-af29-b9fa1ed05115","key":"poolUuid","description":"(Required) UUID of the voucher pool"}]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"0801ea8d-9866-4e2e-82c4-0fafcc749e8d","name":"Details of a voucher pool","originalRequest":{"url":{"path":["v4","vouchers","pool",":poolUuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8465c240-d38e-42f8-af29-b9fa1ed05115","key":"poolUuid","description":"(Required) UUID of the voucher pool"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": {\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"barcodeType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"voucherPrefix\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"poolLimit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"redeemedLimitPerClient\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expireIn\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"userId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"assignedCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"activeCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"countAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"lastingTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"82c70e88-810e-4fb7-a567-ad0612370316","name":"Update a voucher pool","request":{"name":"Update a voucher pool","description":{"content":"Update an existing pool of vouchers. If you don't want to change a parameter, omit it entirely.","type":"text/plain"},"url":{"path":["v4","vouchers","pool",":poolUuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8465c240-d38e-42f8-af29-b9fa1ed05115","key":"poolUuid","description":"(Required) UUID of the voucher pool"}]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"barcodeType\": \"NONE\",\n  \"description\": \"string\",\n  \"voucherPrefix\": \"0\",\n  \"poolLimit\": 0,\n  \"redeemedLimitPerClient\": 0,\n  \"startAt\": \"2023-08-07T07:27:26.058Z\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"f01c8557-dba7-46cb-9ce6-3b1fa9e8dabb","name":"Voucher pool","originalRequest":{"url":{"path":["v4","vouchers","pool",":poolUuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8465c240-d38e-42f8-af29-b9fa1ed05115","key":"poolUuid","description":"(Required) UUID of the voucher pool"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"barcodeType\": \"NONE\",\n  \"description\": \"string\",\n  \"voucherPrefix\": \"0\",\n  \"poolLimit\": 0,\n  \"redeemedLimitPerClient\": 0,\n  \"startAt\": \"2023-08-07T07:27:26.058Z\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Update object with success\",\n  \"data\": {\n    \"uuid\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"barcodeType\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"voucherPrefix\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"poolLimit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"redeemedLimitPerClient\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"startAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"expireIn\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"userId\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"assignedCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"activeCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"countAt\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"lastingTime\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"58790ce6-0d45-4b81-8705-9128cf61c4e0","name":"Delete a voucher pool","request":{"name":"Delete a voucher pool","description":{"content":"Delete an existing pool of vouchers.","type":"text/plain"},"url":{"path":["v4","vouchers","pool",":poolUuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8465c240-d38e-42f8-af29-b9fa1ed05115","key":"poolUuid","description":"(Required) UUID of the voucher pool"}]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"a9b978c5-03ed-4485-bb14-dd44bab20fe6","name":"Voucher pool deleted","originalRequest":{"url":{"path":["v4","vouchers","pool",":poolUuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8465c240-d38e-42f8-af29-b9fa1ed05115","key":"poolUuid","description":"(Required) UUID of the voucher pool"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Delete object with success\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"aa38ba8f-c9d7-4371-a29c-8e2963bc31f9","name":"List vouchers from a pool","request":{"name":"List vouchers from a pool","description":{"content":"Retrieve vouchers from a single pool.","type":"text/plain"},"url":{"path":["v4","vouchers","item","list",":poolUuid"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"limit","value":"100","description":"The number of items to return per page"},{"disabled":false,"key":"page","value":"4","description":"Page number to return for pagination. The first page has the index `1`."},{"disabled":false,"key":"includeMeta","value":"false","description":"\nWhen `true`, pagination metadata is included in the response body.\n\nWhen `false`, the data is included in the response headers:\n\n- Link: links to neighbors, first, and last pages in pagination.\n\n- X-Pagination-Total-Count: total number of items on all pages\n\n- X-Pagination-Total-Pages: total number of pages\n\n- X-Pagination-Page: current page\n\n- X-Pagination-Limit: maximum number of items on a page\n"}],"variable":[{"disabled":false,"type":"any","value":"8465c240-d38e-42f8-af29-b9fa1ed05115","key":"poolUuid","description":"(Required) UUID of the voucher pool"}]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"27e8bbaf-7f8f-4b79-aa71-71bb9c43e531","name":"An array of vouchers in the pool","originalRequest":{"url":{"path":["v4","vouchers","item","list",":poolUuid"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"100"},{"key":"page","value":"4"},{"key":"includeMeta","value":"false"}],"variable":[{"disabled":false,"type":"any","value":"8465c240-d38e-42f8-af29-b9fa1ed05115","key":"poolUuid","description":"(Required) UUID of the voucher pool"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"meta\": {\n    \"link\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalCount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"totalPages\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"page\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"dd680aae-67b1-4bab-888a-6c891a2e2d58","name":"Delete vouchers by poolUuid","request":{"name":"Delete vouchers by poolUuid","description":{"content":"Delete vouchers assigned to pool.","type":"text/plain"},"url":{"path":["v4","vouchers","item","list",":poolUuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8465c240-d38e-42f8-af29-b9fa1ed05115","key":"poolUuid","description":"(Required) UUID of the voucher pool"}]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"4a9dc81b-ba89-4c7b-8816-44a89939b356","name":"Vouchers deleted","originalRequest":{"url":{"path":["v4","vouchers","item","list",":poolUuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8465c240-d38e-42f8-af29-b9fa1ed05115","key":"poolUuid","description":"(Required) UUID of the voucher pool"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"message\": \"Delete object with success\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"7c0bd610-0340-41c7-b5ed-756c0412fbc2","name":"Count vouchers","request":{"name":"Count vouchers","description":{"content":"Count (re-calculate) vouchers in a pool, group the results by status.","type":"text/plain"},"url":{"path":["v4","vouchers","item","count",":poolUuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8465c240-d38e-42f8-af29-b9fa1ed05115","key":"poolUuid","description":"(Required) UUID of the voucher pool"}]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"f8636046-a60f-4a7b-af87-f21e905bbc47","name":"Set of counters","originalRequest":{"url":{"path":["v4","vouchers","item","count",":poolUuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"8465c240-d38e-42f8-af29-b9fa1ed05115","key":"poolUuid","description":"(Required) UUID of the voucher pool"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Accept","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Content-Type","value":"application/json"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.2"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": {\n    \"assignedCount\": 130,\n    \"activeCount\": 130,\n    \"countAt\": \"2003-05-29T05:16:09.917Z\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]}],"event":[],"variable":[{"type":"string","value":"https://api.synerise.com","key":"baseUrl"}],"info":{"_postman_id":"5faf3f68-6895-44da-9543-8d3ea6f5df03","name":"Synerise Public API","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json","description":{"content":"","type":"text/plain"}}}