{
  "item": [
    {
      "id": "29546b5b-da90-4b6f-b041-13e96f41aa28",
      "name": "Authentication",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "adda54b1-76fd-4783-b20a-2fd59f4d57ce",
          "name": "Get Access Token",
          "request": {
            "name": "Get Access Token",
            "description": {
              "content": "Exchange your client ID and secret for an OAuth 2.0 access token. Send this request with a `Content-Type: application/x-www-form-urlencoded` header, using the Sandbox or Production token URL shown on the [Home page](/) depending on which environment you're targeting - the two environments do **not** share the same token endpoint.",
              "type": "text/plain"
            },
            "url": {
              "protocol": "https",
              "path": [
                "oauth",
                "token"
              ],
              "host": [
                "{{baseUrlProd}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/x-www-form-urlencoded"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "urlencoded",
              "urlencoded": [
                {
                  "disabled": false,
                  "key": "client_id",
                  "value": "string",
                  "description": "(Required) Your application's unique client identifier."
                },
                {
                  "disabled": false,
                  "key": "client_secret",
                  "value": "string",
                  "description": "(Required) Your application's secure client secret."
                }
              ]
            }
          },
          "response": [
            {
              "id": "29750204-7d88-4d11-85ff-45a3ff3f2d4c",
              "name": "Access token issued successfully.",
              "originalRequest": {
                "url": {
                  "protocol": "https",
                  "path": [
                    "oauth",
                    "token"
                  ],
                  "host": [
                    "connect",
                    "evernex",
                    "com"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "urlencoded",
                  "urlencoded": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Your application's unique client identifier.",
                        "type": "text/plain"
                      },
                      "key": "client_id",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Your application's secure client secret.",
                        "type": "text/plain"
                      },
                      "key": "client_secret",
                      "value": "string"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"access_token\": \"string\",\n  \"token_type\": \"Bearer\",\n  \"expires_in\": 8128,\n  \"ext_expires_in\": 174\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7dc55efe-b710-4b21-a682-fc29e47b3744",
              "name": "Missing or malformed client_id/client_secret.",
              "originalRequest": {
                "url": {
                  "protocol": "https",
                  "path": [
                    "oauth",
                    "token"
                  ],
                  "host": [
                    "connect",
                    "evernex",
                    "com"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "urlencoded",
                  "urlencoded": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Your application's unique client identifier.",
                        "type": "text/plain"
                      },
                      "key": "client_id",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Your application's secure client secret.",
                        "type": "text/plain"
                      },
                      "key": "client_secret",
                      "value": "string"
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"message\": \"Bad Request\",\n  \"error\": \"The request body must include either a valid 'serialNumber' or a 'serviceId'.\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "30ffe87e-5014-4a1e-8312-422969990a42",
              "name": "The client_id/client_secret combination is invalid.",
              "originalRequest": {
                "url": {
                  "protocol": "https",
                  "path": [
                    "oauth",
                    "token"
                  ],
                  "host": [
                    "connect",
                    "evernex",
                    "com"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "urlencoded",
                  "urlencoded": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Your application's unique client identifier.",
                        "type": "text/plain"
                      },
                      "key": "client_id",
                      "value": "string"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Your application's secure client secret.",
                        "type": "text/plain"
                      },
                      "key": "client_secret",
                      "value": "string"
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"message\": \"Bad Request\",\n  \"error\": \"The request body must include either a valid 'serialNumber' or a 'serviceId'.\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "c5dcb431-b2c8-402d-823d-ed2581b9441d",
      "name": "Cases",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "0d61bd43-6d65-4a9b-aaaf-6c7affba721d",
          "name": "Create Case",
          "request": {
            "name": "Create Case",
            "description": {
              "content": "Creates a new support case. Supports both simple JSON payload and multipart form-data to attach a file during creation.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v2",
                "cases"
              ],
              "host": [
                "{{baseUrlProd}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "disabled": false,
                "description": "Unique identifier for end-to-end request tracking and troubleshooting.",
                "key": "x-correlation-id",
                "value": "string"
              },
              {
                "disabled": false,
                "description": "Optional target organization for request routing purposes.",
                "key": "x-target-org",
                "value": "string"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "oauth2",
              "oauth2": [
                {
                  "key": "scope",
                  "value": "*"
                },
                {
                  "key": "accessTokenUrl",
                  "value": "https://connect.evernex.com/oauth/token"
                },
                {
                  "key": "grant_type",
                  "value": "client_credentials"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"serialNumber\": \"SN123456789\",\n  \"contractId\": \"C01234567\",\n  \"customerCaseId\": \"CC01234567\",\n  \"endCustomerName\": \"Ecust Ltd.\",\n  \"endCustomerCaseId\": \"ECC01234567\",\n  \"severity\": 2,\n  \"productionImpacted\": true,\n  \"title\": \"Issue with server performance\",\n  \"description\": \"The server is experiencing performance issues since yesterday.\",\n  \"language\": \"en\",\n  \"location\": {\n    \"assetSpot\": \"Rack 12, Shelf 3\",\n    \"address\": \"123 Main St.\",\n    \"zipCode\": \"12345\",\n    \"city\": \"New York\",\n    \"state\": \"NY\",\n    \"country\": \"US\"\n  },\n  \"contacts\": [\n    {\n      \"email\": \"john.doe@example.com\",\n      \"firstName\": \"John\",\n      \"lastName\": \"Doe\",\n      \"phone\": \"+1234567890\",\n      \"role\": \"Technical contact\",\n      \"principal\": true\n    }\n  ],\n  \"requestedInterventionDate\": \"2026-07-01T10:00:00Z\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "95cf7a93-e001-4326-8993-6b99052db45f",
              "originalRequest": {
                "url": {
                  "path": [
                    "cases"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "disabled": false,
                    "description": "Unique identifier for end-to-end request tracking and troubleshooting.",
                    "key": "x-correlation-id",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": "Optional target organization for request routing purposes.",
                    "key": "x-target-org",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contractId\": \"C01234567\",\n  \"customerCaseId\": \"CC01234567\",\n  \"severity\": 2,\n  \"description\": \"The server is experiencing performance issues since yesterday.\",\n  \"serialNumber\": \"SN01234567\",\n  \"serviceId\": \"S01234567\",\n  \"equipment\": {\n    \"model\": \"Dell PowerEdge R740\",\n    \"brand\": \"Dell\",\n    \"serialNumber\": \"SN01234567\"\n  },\n  \"endCustomerName\": \"Ecust Ltd.\",\n  \"endCustomerCaseId\": \"ECC01234567\",\n  \"productionImpacted\": true,\n  \"title\": \"Issue with server performance\",\n  \"language\": \"en\",\n  \"location\": {\n    \"state\": \"NY\",\n    \"address\": \"123 Main St.\",\n    \"country\": \"US\",\n    \"zipCode\": \"12345\",\n    \"assetSpot\": \"Rack 12, Shelf 3\",\n    \"city\": \"New York\"\n  },\n  \"contacts\": [\n    {\n      \"email\": \"john.doe@example.com\",\n      \"lastName\": \"Doe\",\n      \"firstName\": \"John\",\n      \"phone\": \"+1234567890\",\n      \"role\": \"Technical contact\",\n      \"principal\": true\n    },\n    {\n      \"email\": \"john.doe@example.com\",\n      \"lastName\": \"Doe\",\n      \"firstName\": \"John\",\n      \"phone\": \"+1234567890\",\n      \"role\": \"Technical contact\",\n      \"principal\": true\n    }\n  ],\n  \"requestedInterventionDate\": \"2026-07-01T10:00:00Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"caseNumber\": \"00123456\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "91ca279a-bccd-497c-ab4f-b919efd494b5",
              "name": "Partial Success. The support case was successfully created, but the associated attachment upload failed.\n",
              "originalRequest": {
                "url": {
                  "path": [
                    "cases"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "disabled": false,
                    "description": "Unique identifier for end-to-end request tracking and troubleshooting.",
                    "key": "x-correlation-id",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": "Optional target organization for request routing purposes.",
                    "key": "x-target-org",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contractId\": \"C01234567\",\n  \"customerCaseId\": \"CC01234567\",\n  \"severity\": 2,\n  \"description\": \"The server is experiencing performance issues since yesterday.\",\n  \"serialNumber\": \"SN01234567\",\n  \"serviceId\": \"S01234567\",\n  \"equipment\": {\n    \"model\": \"Dell PowerEdge R740\",\n    \"brand\": \"Dell\",\n    \"serialNumber\": \"SN01234567\"\n  },\n  \"endCustomerName\": \"Ecust Ltd.\",\n  \"endCustomerCaseId\": \"ECC01234567\",\n  \"productionImpacted\": true,\n  \"title\": \"Issue with server performance\",\n  \"language\": \"en\",\n  \"location\": {\n    \"state\": \"NY\",\n    \"address\": \"123 Main St.\",\n    \"country\": \"US\",\n    \"zipCode\": \"12345\",\n    \"assetSpot\": \"Rack 12, Shelf 3\",\n    \"city\": \"New York\"\n  },\n  \"contacts\": [\n    {\n      \"email\": \"john.doe@example.com\",\n      \"lastName\": \"Doe\",\n      \"firstName\": \"John\",\n      \"phone\": \"+1234567890\",\n      \"role\": \"Technical contact\",\n      \"principal\": true\n    },\n    {\n      \"email\": \"john.doe@example.com\",\n      \"lastName\": \"Doe\",\n      \"firstName\": \"John\",\n      \"phone\": \"+1234567890\",\n      \"role\": \"Technical contact\",\n      \"principal\": true\n    }\n  ],\n  \"requestedInterventionDate\": \"2026-07-01T10:00:00Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Multi-Status (WebDAV) (RFC 4918)",
              "code": 207,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"caseNumber\": \"00123456\",\n  \"warning\": \"Case created successfully, but the attachment upload failed.\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f53b8921-559b-43d8-8619-caa5c2686cce",
              "originalRequest": {
                "url": {
                  "path": [
                    "cases"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "disabled": false,
                    "description": "Unique identifier for end-to-end request tracking and troubleshooting.",
                    "key": "x-correlation-id",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": "Optional target organization for request routing purposes.",
                    "key": "x-target-org",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contractId\": \"C01234567\",\n  \"customerCaseId\": \"CC01234567\",\n  \"severity\": 2,\n  \"description\": \"The server is experiencing performance issues since yesterday.\",\n  \"serialNumber\": \"SN01234567\",\n  \"serviceId\": \"S01234567\",\n  \"equipment\": {\n    \"model\": \"Dell PowerEdge R740\",\n    \"brand\": \"Dell\",\n    \"serialNumber\": \"SN01234567\"\n  },\n  \"endCustomerName\": \"Ecust Ltd.\",\n  \"endCustomerCaseId\": \"ECC01234567\",\n  \"productionImpacted\": true,\n  \"title\": \"Issue with server performance\",\n  \"language\": \"en\",\n  \"location\": {\n    \"state\": \"NY\",\n    \"address\": \"123 Main St.\",\n    \"country\": \"US\",\n    \"zipCode\": \"12345\",\n    \"assetSpot\": \"Rack 12, Shelf 3\",\n    \"city\": \"New York\"\n  },\n  \"contacts\": [\n    {\n      \"email\": \"john.doe@example.com\",\n      \"lastName\": \"Doe\",\n      \"firstName\": \"John\",\n      \"phone\": \"+1234567890\",\n      \"role\": \"Technical contact\",\n      \"principal\": true\n    },\n    {\n      \"email\": \"john.doe@example.com\",\n      \"lastName\": \"Doe\",\n      \"firstName\": \"John\",\n      \"phone\": \"+1234567890\",\n      \"role\": \"Technical contact\",\n      \"principal\": true\n    }\n  ],\n  \"requestedInterventionDate\": \"2026-07-01T10:00:00Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"message\": \"Bad Request\",\n  \"error\": \"The request body must include either a valid 'serialNumber' or a 'serviceId'.\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "84e38da4-8867-4230-97b1-c76b5b829b49",
              "originalRequest": {
                "url": {
                  "path": [
                    "cases"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "disabled": false,
                    "description": "Unique identifier for end-to-end request tracking and troubleshooting.",
                    "key": "x-correlation-id",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": "Optional target organization for request routing purposes.",
                    "key": "x-target-org",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contractId\": \"C01234567\",\n  \"customerCaseId\": \"CC01234567\",\n  \"severity\": 2,\n  \"description\": \"The server is experiencing performance issues since yesterday.\",\n  \"serialNumber\": \"SN01234567\",\n  \"serviceId\": \"S01234567\",\n  \"equipment\": {\n    \"model\": \"Dell PowerEdge R740\",\n    \"brand\": \"Dell\",\n    \"serialNumber\": \"SN01234567\"\n  },\n  \"endCustomerName\": \"Ecust Ltd.\",\n  \"endCustomerCaseId\": \"ECC01234567\",\n  \"productionImpacted\": true,\n  \"title\": \"Issue with server performance\",\n  \"language\": \"en\",\n  \"location\": {\n    \"state\": \"NY\",\n    \"address\": \"123 Main St.\",\n    \"country\": \"US\",\n    \"zipCode\": \"12345\",\n    \"assetSpot\": \"Rack 12, Shelf 3\",\n    \"city\": \"New York\"\n  },\n  \"contacts\": [\n    {\n      \"email\": \"john.doe@example.com\",\n      \"lastName\": \"Doe\",\n      \"firstName\": \"John\",\n      \"phone\": \"+1234567890\",\n      \"role\": \"Technical contact\",\n      \"principal\": true\n    },\n    {\n      \"email\": \"john.doe@example.com\",\n      \"lastName\": \"Doe\",\n      \"firstName\": \"John\",\n      \"phone\": \"+1234567890\",\n      \"role\": \"Technical contact\",\n      \"principal\": true\n    }\n  ],\n  \"requestedInterventionDate\": \"2026-07-01T10:00:00Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"message\": \"Bad Request\",\n  \"error\": \"The request body must include either a valid 'serialNumber' or a 'serviceId'.\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "61d2c53e-621e-45e3-902c-24d4dc27d9a4",
          "name": "List Cases",
          "request": {
            "name": "List Cases",
            "description": {
              "content": "Retrieves a list of cases accessible to the authenticated customer account.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v2",
                "cases"
              ],
              "host": [
                "{{baseUrlProd}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "all",
                  "value": "false",
                  "description": "If set to true, add closed cases to the response."
                },
                {
                  "disabled": false,
                  "key": "customerCaseId",
                  "value": "string",
                  "description": "Get cases by the customer's internal case reference."
                },
                {
                  "disabled": false,
                  "key": "serialNumber",
                  "value": "string",
                  "description": "Get cases by the Serial Number."
                },
                {
                  "disabled": false,
                  "key": "serviceId",
                  "value": "string",
                  "description": "Get cases by the Service ID."
                },
                {
                  "disabled": false,
                  "key": "contractId",
                  "value": "string",
                  "description": "Get cases by contract ID."
                }
              ],
              "variable": []
            },
            "header": [
              {
                "disabled": false,
                "description": "Unique identifier for end-to-end request tracking and troubleshooting.",
                "key": "x-correlation-id",
                "value": "string"
              },
              {
                "disabled": false,
                "description": "Optional target organization for request routing purposes.",
                "key": "x-target-org",
                "value": "string"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "oauth2",
              "oauth2": [
                {
                  "key": "scope",
                  "value": "*"
                },
                {
                  "key": "accessTokenUrl",
                  "value": "https://connect.evernex.com/oauth/token"
                },
                {
                  "key": "grant_type",
                  "value": "client_credentials"
                }
              ]
            }
          },
          "response": [
            {
              "id": "05a878c8-9fcf-40e8-a0b2-f64300c9a854",
              "originalRequest": {
                "url": {
                  "path": [
                    "cases"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "all",
                      "value": "false"
                    },
                    {
                      "key": "customerCaseId",
                      "value": "string"
                    },
                    {
                      "key": "serialNumber",
                      "value": "string"
                    },
                    {
                      "key": "serviceId",
                      "value": "string"
                    },
                    {
                      "key": "contractId",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "disabled": false,
                    "description": "Unique identifier for end-to-end request tracking and troubleshooting.",
                    "key": "x-correlation-id",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": "Optional target organization for request routing purposes.",
                    "key": "x-target-org",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"caseNumber\": \"00123456\",\n    \"reference\": \"ref:00123456:ref\",\n    \"customerCaseId\": \"CUST123456789\",\n    \"serialNumber\": \"SN123456789\",\n    \"serviceId\": \"SVC-887711\",\n    \"contractId\": \"C01234567\",\n    \"status\": \"Scheduled\",\n    \"severity\": 2,\n    \"createdDate\": \"2026-05-20T14:30:00Z\"\n  },\n  {\n    \"caseNumber\": \"00123457\",\n    \"reference\": \"ref:00123457:ref\",\n    \"customerCaseId\": \"CUST987654321\",\n    \"serialNumber\": \"SN999888777\",\n    \"serviceId\": \"SVC-998877\",\n    \"contractId\": \"C01234567\",\n    \"status\": \"Closed\",\n    \"severity\": 1,\n    \"createdDate\": \"2026-05-18T09:00:00Z\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b004e560-55eb-4b97-abcd-0da3fcda7a43",
              "originalRequest": {
                "url": {
                  "path": [
                    "cases"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "all",
                      "value": "false"
                    },
                    {
                      "key": "customerCaseId",
                      "value": "string"
                    },
                    {
                      "key": "serialNumber",
                      "value": "string"
                    },
                    {
                      "key": "serviceId",
                      "value": "string"
                    },
                    {
                      "key": "contractId",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "disabled": false,
                    "description": "Unique identifier for end-to-end request tracking and troubleshooting.",
                    "key": "x-correlation-id",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": "Optional target organization for request routing purposes.",
                    "key": "x-target-org",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"message\": \"Bad Request\",\n  \"error\": \"The request body must include either a valid 'serialNumber' or a 'serviceId'.\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ac59017d-5166-46b4-8eba-b4ef1a6db541",
              "originalRequest": {
                "url": {
                  "path": [
                    "cases"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "all",
                      "value": "false"
                    },
                    {
                      "key": "customerCaseId",
                      "value": "string"
                    },
                    {
                      "key": "serialNumber",
                      "value": "string"
                    },
                    {
                      "key": "serviceId",
                      "value": "string"
                    },
                    {
                      "key": "contractId",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "disabled": false,
                    "description": "Unique identifier for end-to-end request tracking and troubleshooting.",
                    "key": "x-correlation-id",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": "Optional target organization for request routing purposes.",
                    "key": "x-target-org",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"message\": \"Bad Request\",\n  \"error\": \"The request body must include either a valid 'serialNumber' or a 'serviceId'.\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "363f56a9-76df-4cd9-ba66-435808e92cc7",
          "name": "Get Case Details",
          "request": {
            "name": "Get Case Details",
            "description": {
              "content": "Retrieves full details of a specific case.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v2",
                "cases",
                ":caseNumber"
              ],
              "host": [
                "{{baseUrlProd}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "caseNumber",
                  "description": "(Required) Unique Evernex support case number."
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": "Unique identifier for end-to-end request tracking and troubleshooting.",
                "key": "x-correlation-id",
                "value": "string"
              },
              {
                "disabled": false,
                "description": "Optional target organization for request routing purposes.",
                "key": "x-target-org",
                "value": "string"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "oauth2",
              "oauth2": [
                {
                  "key": "scope",
                  "value": "*"
                },
                {
                  "key": "accessTokenUrl",
                  "value": "https://connect.evernex.com/oauth/token"
                },
                {
                  "key": "grant_type",
                  "value": "client_credentials"
                }
              ]
            }
          },
          "response": [
            {
              "id": "d00a29fd-ff6c-45d8-ab18-e13c68a02687",
              "originalRequest": {
                "url": {
                  "path": [
                    "cases",
                    ":caseNumber"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "caseNumber",
                      "description": "(Required) Unique Evernex support case number."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "disabled": false,
                    "description": "Unique identifier for end-to-end request tracking and troubleshooting.",
                    "key": "x-correlation-id",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": "Optional target organization for request routing purposes.",
                    "key": "x-target-org",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"serialNumber\": \"SN123456789\",\n  \"contractId\": \"C01234567\",\n  \"customerCaseId\": \"CC01234567\",\n  \"endCustomerName\": \"Ecust Ltd.\",\n  \"endCustomerCaseId\": \"ECC01234567\",\n  \"severity\": 2,\n  \"productionImpacted\": true,\n  \"title\": \"Issue with server performance\",\n  \"description\": \"The server is experiencing performance issues since yesterday.\",\n  \"language\": \"en\",\n  \"location\": {\n    \"assetSpot\": \"Rack 12, Shelf 3\",\n    \"address\": \"123 Main St.\",\n    \"zipCode\": \"12345\",\n    \"city\": \"New York\",\n    \"state\": \"NY\",\n    \"country\": \"US\"\n  },\n  \"contacts\": [\n    {\n      \"email\": \"john.doe@example.com\",\n      \"firstName\": \"John\",\n      \"lastName\": \"Doe\",\n      \"phone\": \"+1234567890\",\n      \"role\": \"Technical contact\",\n      \"principal\": true\n    }\n  ],\n  \"requestedInterventionDate\": \"2026-07-01T10:00:00Z\",\n  \"caseNumber\": \"00123456\",\n  \"reference\": \"ref:00123456:ref\",\n  \"cloudLink\": \"https://cloud.evernex.com/url/123456abcdefghij\",\n  \"status\": \"Scheduled\",\n  \"scheduleDate\": \"2026-05-22T14:30:00Z\",\n  \"timeSpentOnSite\": \"01:15\",\n  \"activityResult\": \"OK\",\n  \"onSiteComment\": \"Technician reported that the issue was caused by a faulty power supply unit. Replaced the unit and tested the system, which is now functioning properly.\",\n  \"createdDate\": \"2026-05-20T14:30:00Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9806bde5-490f-4119-963e-af3b0a5ea996",
              "originalRequest": {
                "url": {
                  "path": [
                    "cases",
                    ":caseNumber"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "caseNumber",
                      "description": "(Required) Unique Evernex support case number."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "disabled": false,
                    "description": "Unique identifier for end-to-end request tracking and troubleshooting.",
                    "key": "x-correlation-id",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": "Optional target organization for request routing purposes.",
                    "key": "x-target-org",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"message\": \"Bad Request\",\n  \"error\": \"The request body must include either a valid 'serialNumber' or a 'serviceId'.\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d0f45feb-c89e-49dd-b3b0-91eb4d21ea46",
              "originalRequest": {
                "url": {
                  "path": [
                    "cases",
                    ":caseNumber"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "caseNumber",
                      "description": "(Required) Unique Evernex support case number."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "disabled": false,
                    "description": "Unique identifier for end-to-end request tracking and troubleshooting.",
                    "key": "x-correlation-id",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": "Optional target organization for request routing purposes.",
                    "key": "x-target-org",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"message\": \"Bad Request\",\n  \"error\": \"The request body must include either a valid 'serialNumber' or a 'serviceId'.\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ab389cb0-d7c9-4303-b577-74039d7a1e86",
          "name": "Update Case",
          "request": {
            "name": "Update Case",
            "description": {
              "content": "Updates specific fields of an open case such as severity, communication language, or contacts.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v2",
                "cases",
                ":caseNumber"
              ],
              "host": [
                "{{baseUrlProd}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "caseNumber",
                  "description": "(Required) Unique Evernex support case number."
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": "Unique identifier for end-to-end request tracking and troubleshooting.",
                "key": "x-correlation-id",
                "value": "string"
              },
              {
                "disabled": false,
                "description": "Optional target organization for request routing purposes.",
                "key": "x-target-org",
                "value": "string"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": {
              "type": "oauth2",
              "oauth2": [
                {
                  "key": "scope",
                  "value": "*"
                },
                {
                  "key": "accessTokenUrl",
                  "value": "https://connect.evernex.com/oauth/token"
                },
                {
                  "key": "grant_type",
                  "value": "client_credentials"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"severity\": 1,\n  \"productionImpacted\": true,\n  \"language\": \"fr\",\n  \"contacts\": [\n    {\n      \"email\": \"john.doe@example.com\",\n      \"firstName\": \"John\",\n      \"lastName\": \"Doe\",\n      \"phone\": \"+1234567890\",\n      \"role\": \"Technical contact\",\n      \"principal\": true\n    }\n  ],\n  \"requestedInterventionDate\": \"2026-07-01T10:00:00Z\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "48cb5b13-fe35-4d82-afb5-1c24c37ad953",
              "name": "Case successfully updated. No content returned.",
              "originalRequest": {
                "url": {
                  "path": [
                    "cases",
                    ":caseNumber"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "caseNumber",
                      "description": "(Required) Unique Evernex support case number."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "disabled": false,
                    "description": "Unique identifier for end-to-end request tracking and troubleshooting.",
                    "key": "x-correlation-id",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": "Optional target organization for request routing purposes.",
                    "key": "x-target-org",
                    "value": "string"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"severity\": 2,\n  \"productionImpacted\": true,\n  \"language\": \"en\",\n  \"contacts\": [\n    {\n      \"email\": \"john.doe@example.com\",\n      \"lastName\": \"Doe\",\n      \"firstName\": \"John\",\n      \"phone\": \"+1234567890\",\n      \"role\": \"Technical contact\",\n      \"principal\": true\n    },\n    {\n      \"email\": \"john.doe@example.com\",\n      \"lastName\": \"Doe\",\n      \"firstName\": \"John\",\n      \"phone\": \"+1234567890\",\n      \"role\": \"Technical contact\",\n      \"principal\": true\n    }\n  ],\n  \"requestedInterventionDate\": \"2026-07-01T10:00:00Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "17053b8c-8d36-4a9b-ab68-8ee069d098a7",
              "originalRequest": {
                "url": {
                  "path": [
                    "cases",
                    ":caseNumber"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "caseNumber",
                      "description": "(Required) Unique Evernex support case number."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "disabled": false,
                    "description": "Unique identifier for end-to-end request tracking and troubleshooting.",
                    "key": "x-correlation-id",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": "Optional target organization for request routing purposes.",
                    "key": "x-target-org",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"severity\": 2,\n  \"productionImpacted\": true,\n  \"language\": \"en\",\n  \"contacts\": [\n    {\n      \"email\": \"john.doe@example.com\",\n      \"lastName\": \"Doe\",\n      \"firstName\": \"John\",\n      \"phone\": \"+1234567890\",\n      \"role\": \"Technical contact\",\n      \"principal\": true\n    },\n    {\n      \"email\": \"john.doe@example.com\",\n      \"lastName\": \"Doe\",\n      \"firstName\": \"John\",\n      \"phone\": \"+1234567890\",\n      \"role\": \"Technical contact\",\n      \"principal\": true\n    }\n  ],\n  \"requestedInterventionDate\": \"2026-07-01T10:00:00Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"message\": \"Bad Request\",\n  \"error\": \"The request body must include either a valid 'serialNumber' or a 'serviceId'.\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fda72bc1-8918-40f4-a7fa-1bc3093315d5",
              "originalRequest": {
                "url": {
                  "path": [
                    "cases",
                    ":caseNumber"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "caseNumber",
                      "description": "(Required) Unique Evernex support case number."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "disabled": false,
                    "description": "Unique identifier for end-to-end request tracking and troubleshooting.",
                    "key": "x-correlation-id",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": "Optional target organization for request routing purposes.",
                    "key": "x-target-org",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"severity\": 2,\n  \"productionImpacted\": true,\n  \"language\": \"en\",\n  \"contacts\": [\n    {\n      \"email\": \"john.doe@example.com\",\n      \"lastName\": \"Doe\",\n      \"firstName\": \"John\",\n      \"phone\": \"+1234567890\",\n      \"role\": \"Technical contact\",\n      \"principal\": true\n    },\n    {\n      \"email\": \"john.doe@example.com\",\n      \"lastName\": \"Doe\",\n      \"firstName\": \"John\",\n      \"phone\": \"+1234567890\",\n      \"role\": \"Technical contact\",\n      \"principal\": true\n    }\n  ],\n  \"requestedInterventionDate\": \"2026-07-01T10:00:00Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"message\": \"Bad Request\",\n  \"error\": \"The request body must include either a valid 'serialNumber' or a 'serviceId'.\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cb994b9e-61f3-4296-b255-0fc647c7b465",
              "originalRequest": {
                "url": {
                  "path": [
                    "cases",
                    ":caseNumber"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "caseNumber",
                      "description": "(Required) Unique Evernex support case number."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "disabled": false,
                    "description": "Unique identifier for end-to-end request tracking and troubleshooting.",
                    "key": "x-correlation-id",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": "Optional target organization for request routing purposes.",
                    "key": "x-target-org",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"severity\": 2,\n  \"productionImpacted\": true,\n  \"language\": \"en\",\n  \"contacts\": [\n    {\n      \"email\": \"john.doe@example.com\",\n      \"lastName\": \"Doe\",\n      \"firstName\": \"John\",\n      \"phone\": \"+1234567890\",\n      \"role\": \"Technical contact\",\n      \"principal\": true\n    },\n    {\n      \"email\": \"john.doe@example.com\",\n      \"lastName\": \"Doe\",\n      \"firstName\": \"John\",\n      \"phone\": \"+1234567890\",\n      \"role\": \"Technical contact\",\n      \"principal\": true\n    }\n  ],\n  \"requestedInterventionDate\": \"2026-07-01T10:00:00Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"message\": \"Bad Request\",\n  \"error\": \"The request body must include either a valid 'serialNumber' or a 'serviceId'.\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b767afdb-a34a-4c0a-94ea-652ba507fc61",
          "name": "List Case Messages",
          "request": {
            "name": "List Case Messages",
            "description": {
              "content": "Retrieves the communication history and updates for this case.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v2",
                "cases",
                ":caseNumber",
                "messages"
              ],
              "host": [
                "{{baseUrlProd}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "id",
                  "value": "string",
                  "description": "Filter by a specific Message ID."
                },
                {
                  "disabled": false,
                  "key": "source",
                  "value": "customer",
                  "description": "Return messages created by the specified entity."
                },
                {
                  "disabled": false,
                  "key": "fromDate",
                  "value": "1970-06-16T20:02:45.865Z",
                  "description": "Return messages created after this date (ISO 8601)."
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "caseNumber",
                  "description": "(Required) Unique Evernex support case number."
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": "Unique identifier for end-to-end request tracking and troubleshooting.",
                "key": "x-correlation-id",
                "value": "string"
              },
              {
                "disabled": false,
                "description": "Optional target organization for request routing purposes.",
                "key": "x-target-org",
                "value": "string"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": {
              "type": "oauth2",
              "oauth2": [
                {
                  "key": "scope",
                  "value": "*"
                },
                {
                  "key": "accessTokenUrl",
                  "value": "https://connect.evernex.com/oauth/token"
                },
                {
                  "key": "grant_type",
                  "value": "client_credentials"
                }
              ]
            }
          },
          "response": [
            {
              "id": "a59f6e50-5c54-428d-80f2-51763af2683c",
              "originalRequest": {
                "url": {
                  "path": [
                    "cases",
                    ":caseNumber",
                    "messages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "id",
                      "value": "string"
                    },
                    {
                      "key": "source",
                      "value": "customer"
                    },
                    {
                      "key": "fromDate",
                      "value": "1970-06-16T20:02:45.865Z"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "caseNumber",
                      "description": "(Required) Unique Evernex support case number."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "disabled": false,
                    "description": "Unique identifier for end-to-end request tracking and troubleshooting.",
                    "key": "x-correlation-id",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": "Optional target organization for request routing purposes.",
                    "key": "x-target-org",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"id\": \"50009000008e7XRAAY\",\n    \"body\": \"This is a message related to the case.\",\n    \"source\": \"evernex\",\n    \"createdDate\": \"2026-01-01T12:00:00Z\"\n  },\n  {\n    \"id\": \"50009000008e7XRAAY\",\n    \"body\": \"This is a message related to the case.\",\n    \"source\": \"evernex\",\n    \"createdDate\": \"2026-01-01T12:00:00Z\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f4be497b-132a-44ff-adf3-ccf30522c6b1",
              "originalRequest": {
                "url": {
                  "path": [
                    "cases",
                    ":caseNumber",
                    "messages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "id",
                      "value": "string"
                    },
                    {
                      "key": "source",
                      "value": "customer"
                    },
                    {
                      "key": "fromDate",
                      "value": "1970-06-16T20:02:45.865Z"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "caseNumber",
                      "description": "(Required) Unique Evernex support case number."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "disabled": false,
                    "description": "Unique identifier for end-to-end request tracking and troubleshooting.",
                    "key": "x-correlation-id",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": "Optional target organization for request routing purposes.",
                    "key": "x-target-org",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"message\": \"Bad Request\",\n  \"error\": \"The request body must include either a valid 'serialNumber' or a 'serviceId'.\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a261004c-ff77-4dc8-9a18-9726c91adfe5",
              "originalRequest": {
                "url": {
                  "path": [
                    "cases",
                    ":caseNumber",
                    "messages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "id",
                      "value": "string"
                    },
                    {
                      "key": "source",
                      "value": "customer"
                    },
                    {
                      "key": "fromDate",
                      "value": "1970-06-16T20:02:45.865Z"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "caseNumber",
                      "description": "(Required) Unique Evernex support case number."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "disabled": false,
                    "description": "Unique identifier for end-to-end request tracking and troubleshooting.",
                    "key": "x-correlation-id",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": "Optional target organization for request routing purposes.",
                    "key": "x-target-org",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"message\": \"Bad Request\",\n  \"error\": \"The request body must include either a valid 'serialNumber' or a 'serviceId'.\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ed81597d-a81d-4aab-95d9-fe44b9ca687e",
              "originalRequest": {
                "url": {
                  "path": [
                    "cases",
                    ":caseNumber",
                    "messages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "id",
                      "value": "string"
                    },
                    {
                      "key": "source",
                      "value": "customer"
                    },
                    {
                      "key": "fromDate",
                      "value": "1970-06-16T20:02:45.865Z"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "caseNumber",
                      "description": "(Required) Unique Evernex support case number."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "disabled": false,
                    "description": "Unique identifier for end-to-end request tracking and troubleshooting.",
                    "key": "x-correlation-id",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": "Optional target organization for request routing purposes.",
                    "key": "x-target-org",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"message\": \"Bad Request\",\n  \"error\": \"The request body must include either a valid 'serialNumber' or a 'serviceId'.\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "06a13ba7-e85c-4841-bbaa-c4328ba3cc71",
          "name": "Add Case Message",
          "request": {
            "name": "Add Case Message",
            "description": {
              "content": "Adds a new message to the case conversation thread.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v2",
                "cases",
                ":caseNumber",
                "messages"
              ],
              "host": [
                "{{baseUrlProd}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "caseNumber",
                  "description": "(Required) Unique Evernex support case number."
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": "Unique identifier for end-to-end request tracking and troubleshooting.",
                "key": "x-correlation-id",
                "value": "string"
              },
              {
                "disabled": false,
                "description": "Optional target organization for request routing purposes.",
                "key": "x-target-org",
                "value": "string"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "oauth2",
              "oauth2": [
                {
                  "key": "scope",
                  "value": "*"
                },
                {
                  "key": "accessTokenUrl",
                  "value": "https://connect.evernex.com/oauth/token"
                },
                {
                  "key": "grant_type",
                  "value": "client_credentials"
                }
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"body\": \"Here is the information requested by the technical engineer.\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "76d80b0f-0a97-4994-a93d-125fa40daf17",
              "originalRequest": {
                "url": {
                  "path": [
                    "cases",
                    ":caseNumber",
                    "messages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "caseNumber",
                      "description": "(Required) Unique Evernex support case number."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "disabled": false,
                    "description": "Unique identifier for end-to-end request tracking and troubleshooting.",
                    "key": "x-correlation-id",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": "Optional target organization for request routing purposes.",
                    "key": "x-target-org",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"body\": \"Here is the information requested by the technical engineer.\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "822a5369-00bc-4223-aa4b-6ecdf2283ee3",
              "originalRequest": {
                "url": {
                  "path": [
                    "cases",
                    ":caseNumber",
                    "messages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "caseNumber",
                      "description": "(Required) Unique Evernex support case number."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "disabled": false,
                    "description": "Unique identifier for end-to-end request tracking and troubleshooting.",
                    "key": "x-correlation-id",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": "Optional target organization for request routing purposes.",
                    "key": "x-target-org",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"body\": \"Here is the information requested by the technical engineer.\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"message\": \"Bad Request\",\n  \"error\": \"The request body must include either a valid 'serialNumber' or a 'serviceId'.\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3f6a49c5-9e2d-4913-93bc-42d09faf7358",
              "originalRequest": {
                "url": {
                  "path": [
                    "cases",
                    ":caseNumber",
                    "messages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "caseNumber",
                      "description": "(Required) Unique Evernex support case number."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "disabled": false,
                    "description": "Unique identifier for end-to-end request tracking and troubleshooting.",
                    "key": "x-correlation-id",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": "Optional target organization for request routing purposes.",
                    "key": "x-target-org",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"body\": \"Here is the information requested by the technical engineer.\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"message\": \"Bad Request\",\n  \"error\": \"The request body must include either a valid 'serialNumber' or a 'serviceId'.\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "69d19ac4-65a7-43a2-9dc7-a260c29ce709",
              "originalRequest": {
                "url": {
                  "path": [
                    "cases",
                    ":caseNumber",
                    "messages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "caseNumber",
                      "description": "(Required) Unique Evernex support case number."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "disabled": false,
                    "description": "Unique identifier for end-to-end request tracking and troubleshooting.",
                    "key": "x-correlation-id",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": "Optional target organization for request routing purposes.",
                    "key": "x-target-org",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"body\": \"Here is the information requested by the technical engineer.\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"message\": \"Bad Request\",\n  \"error\": \"The request body must include either a valid 'serialNumber' or a 'serviceId'.\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "abf51ecc-dfa9-4183-af09-252b8e0216ac",
          "name": "Add Attachment",
          "request": {
            "name": "Add Attachment",
            "description": {
              "content": "Uploads and associates a standalone document or file with an existing case.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v2",
                "cases",
                ":caseNumber",
                "attachments"
              ],
              "host": [
                "{{baseUrlProd}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "caseNumber",
                  "description": "(Required) Unique Evernex support case number."
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": "Unique identifier for end-to-end request tracking and troubleshooting.",
                "key": "x-correlation-id",
                "value": "string"
              },
              {
                "disabled": false,
                "description": "Optional target organization for request routing purposes.",
                "key": "x-target-org",
                "value": "string"
              },
              {
                "key": "Content-Type",
                "value": "multipart/form-data"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": {
              "type": "oauth2",
              "oauth2": [
                {
                  "key": "scope",
                  "value": "*"
                },
                {
                  "key": "accessTokenUrl",
                  "value": "https://connect.evernex.com/oauth/token"
                },
                {
                  "key": "grant_type",
                  "value": "client_credentials"
                }
              ]
            },
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "file",
                  "type": "file",
                  "description": "(Required) Binary stream of the file to upload."
                },
                {
                  "key": "fileName",
                  "value": "screenshot.png",
                  "type": "text",
                  "description": "(Required) File name including its extension."
                }
              ]
            }
          },
          "response": [
            {
              "id": "da8b048d-24d5-498d-b5d8-ea4ce0ebe3e5",
              "name": "Attachment successfully uploaded.",
              "originalRequest": {
                "url": {
                  "path": [
                    "cases",
                    ":caseNumber",
                    "attachments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "caseNumber",
                      "description": "(Required) Unique Evernex support case number."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "disabled": false,
                    "description": "Unique identifier for end-to-end request tracking and troubleshooting.",
                    "key": "x-correlation-id",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": "Optional target organization for request routing purposes.",
                    "key": "x-target-org",
                    "value": "string"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) Binary stream of the file to upload.",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "(Required) File name including its extension.",
                        "type": "text/plain"
                      },
                      "key": "fileName",
                      "value": "screenshot.png",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8b4776f0-b59a-4d04-8b9d-b02609ac766a",
              "originalRequest": {
                "url": {
                  "path": [
                    "cases",
                    ":caseNumber",
                    "attachments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "caseNumber",
                      "description": "(Required) Unique Evernex support case number."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "disabled": false,
                    "description": "Unique identifier for end-to-end request tracking and troubleshooting.",
                    "key": "x-correlation-id",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": "Optional target organization for request routing purposes.",
                    "key": "x-target-org",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) Binary stream of the file to upload.",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "(Required) File name including its extension.",
                        "type": "text/plain"
                      },
                      "key": "fileName",
                      "value": "screenshot.png",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"message\": \"Bad Request\",\n  \"error\": \"The request body must include either a valid 'serialNumber' or a 'serviceId'.\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e6d500d9-1d26-4306-a22a-5a3ae25d7db2",
              "originalRequest": {
                "url": {
                  "path": [
                    "cases",
                    ":caseNumber",
                    "attachments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "caseNumber",
                      "description": "(Required) Unique Evernex support case number."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "disabled": false,
                    "description": "Unique identifier for end-to-end request tracking and troubleshooting.",
                    "key": "x-correlation-id",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": "Optional target organization for request routing purposes.",
                    "key": "x-target-org",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) Binary stream of the file to upload.",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "(Required) File name including its extension.",
                        "type": "text/plain"
                      },
                      "key": "fileName",
                      "value": "screenshot.png",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"message\": \"Bad Request\",\n  \"error\": \"The request body must include either a valid 'serialNumber' or a 'serviceId'.\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "974fa45b-70b5-4f1a-956c-e498979b990f",
              "originalRequest": {
                "url": {
                  "path": [
                    "cases",
                    ":caseNumber",
                    "attachments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "caseNumber",
                      "description": "(Required) Unique Evernex support case number."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "disabled": false,
                    "description": "Unique identifier for end-to-end request tracking and troubleshooting.",
                    "key": "x-correlation-id",
                    "value": "string"
                  },
                  {
                    "disabled": false,
                    "description": "Optional target organization for request routing purposes.",
                    "key": "x-target-org",
                    "value": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) Binary stream of the file to upload.",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "(Required) File name including its extension.",
                        "type": "text/plain"
                      },
                      "key": "fileName",
                      "value": "screenshot.png",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"message\": \"Bad Request\",\n  \"error\": \"The request body must include either a valid 'serialNumber' or a 'serviceId'.\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    }
  ],
  "event": [],
  "variable": [
    {
      "key": "baseUrlProd",
      "value": "https://connect.evernex.com",
      "type": "string"
    }
  ],
  "info": {
    "_postman_id": "d95c1c7e-ab61-4684-8a5f-fc7182dd489f",
    "name": "Evernex Connect API Prod",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": {
      "content": "<div class=\"env-tabs\"><a href=\"#env-tab-dev\" class=\"env-tab-label\">Sandbox</a><a href=\"#env-tab-prod\" class=\"env-tab-label\">Production</a><span id=\"env-tab-dev\" class=\"env-tab-anchor\"></span><span id=\"env-tab-prod\" class=\"env-tab-anchor\"></span><div class=\"env-tab-panel env-tab-panel-dev\"><div class=\"env-tab-urls\"><div><span class=\"env-tab-url-label\">API Base URL</span><code>https://connect-sandbox.evernex.com/api/v2</code></div><div><span class=\"env-tab-url-label\">OAuth Token URL</span><code>https://connect-sandbox.evernex.com/oauth/token</code></div></div><a class=\"postman-download-button\" href=\"/postman/connect-api-dev.postman_collection.json\" download=\"true\"><svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\"><path d=\"M12 3a1 1 0 0 1 1 1v10.59l3.29-3.3a1 1 0 1 1 1.42 1.42l-5 5a1 1 0 0 1-1.42 0l-5-5a1 1 0 1 1 1.42-1.42L11 14.59V4a1 1 0 0 1 1-1zM5 19a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1z\"></path></svg><span>Download Postman Collection</span></a></div><div class=\"env-tab-panel env-tab-panel-prod\"><div class=\"env-tab-urls\"><div><span class=\"env-tab-url-label\">API Base URL</span><code>https://connect.evernex.com/api/v2</code></div><div><span class=\"env-tab-url-label\">OAuth Token URL</span><code>https://connect.evernex.com/oauth/token</code></div></div><a class=\"postman-download-button\" href=\"/postman/connect-api-prod.postman_collection.json\" download=\"true\"><svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\"><path d=\"M12 3a1 1 0 0 1 1 1v10.59l3.29-3.3a1 1 0 1 1 1.42 1.42l-5 5a1 1 0 0 1-1.42 0l-5-5a1 1 0 1 1 1.42-1.42L11 14.59V4a1 1 0 0 1 1-1zM5 19a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1z\"></path></svg><span>Download Postman Collection</span></a></div></div>\n\n<a class=\"postman-download-button\" href=\"/postman/connect-api-all.postman_collection.json\" download=\"true\"><svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\"><path d=\"M12 3a1 1 0 0 1 1 1v10.59l3.29-3.3a1 1 0 1 1 1.42 1.42l-5 5a1 1 0 0 1-1.42 0l-5-5a1 1 0 1 1 1.42-1.42L11 14.59V4a1 1 0 0 1 1-1zM5 19a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1z\"></path></svg><span>Download Postman Collection (All Environments)</span></a>\n\n## Authentication\n\nThis API is secured with **OAuth 2.0 (Client Credentials grant)**. See [Get Access Token](/connect-api/get-access-token) to exchange your client ID and secret for an access token - every other operation on this API requires it in the `Authorization: Bearer <access_token>` header.\n\n",
      "type": "text/plain"
    }
  }
}