{
  "info": {
    "_postman_id": "1c485f79-106f-4984-aace-e1d85a1fa35d",
    "name": "Velocity RCM API",
    "description": "OpenAPI contract for APEX Velocity v1 endpoints.\nVelocity consolidates billing, insurance-claim, and payer operations into a\nsingle branded module for revenue cycle management.\n",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{access_token}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "base_url",
      "value": "https://velocity.parkerapex.com/velocity",
      "type": "string"
    },
    {
      "key": "access_token",
      "value": "REPLACE_WITH_TOKEN",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "Dashboard",
      "item": [
        {
          "name": "Unified RCM dashboard metrics",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{base_url}}/dashboard",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "dashboard"
              ]
            },
            "description": "Returns high-level revenue cycle KPIs including claims pipeline counts,\nnet revenue, AR aging buckets, denial summary, and payer mix.\n"
          }
        }
      ]
    },
    {
      "name": "Claims",
      "item": [
        {
          "name": "Claims lifecycle with filtering",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{base_url}}/claims",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "claims"
              ]
            },
            "description": "Returns a filtered, paginated list of claims across the revenue cycle.\n"
          }
        }
      ]
    },
    {
      "name": "Analytics",
      "item": [
        {
          "name": "Revenue analytics",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{base_url}}/analytics",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "analytics"
              ]
            },
            "description": "Returns revenue analytics for a specified period including gross/net\nrevenue, collection rates, monthly trend, payer performance, and AR summary.\n"
          }
        }
      ]
    },
    {
      "name": "Denials",
      "item": [
        {
          "name": "Denial management",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{base_url}}/denials",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "denials"
              ]
            },
            "description": "Returns denial details with actionable triage information, appeal\ndeadlines, and recommended actions.\n"
          }
        }
      ]
    }
  ]
}