GET
/
service-bundles
curl --request GET \
  --url https://api.axlehealth.com/api/v2-stable/service-bundles
{
  "items": [
    {
      "service_bundle_id": "82078655-7d02-46e7-bf3a-0965d5df4b5e",
      "name": "Blood Test",
      "description": "",
      "positions": [
        {
          "name": "Bundle Position",
          "service_ids": [
            "09659500-7d02-46e7-bf3a-0965d5df4b5e"
          ]
        }
      ]
    }
  ],
  "pagination": {
    "offset": 0,
    "count_limit": 25,
    "total_records": 100
  }
}

Query Parameters

offset
integer
default:0
count_limit
integer
default:100

Response

200 - application/json

A list of service bundles

The response is of type object.