GET
/
services
curl --request GET \
  --url https://api.axlehealth.com/api/v2-stable/services
{
  "items": [
    {
      "service_id": "82078655-7d02-46e7-bf3a-0965d5df4b5e",
      "name": "Blood Test",
      "description": "",
      "duration_minutes": 30,
      "is_virtual": false
    }
  ],
  "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 services

The response is of type object.