Response
200 - application/json
A list of services
The response is of type object
.
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
}
}
Lists all of the services configured in your account.
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
}
}
A list of services
The response is of type object
.