API Reference
Public states
Response Body
application/json
curl -X GET "https://example.com/v1/states"{
"states": [
{
"appointmentTypeCount": 0,
"code": "string",
"name": "string"
}
]
}application/json
curl -X GET "https://example.com/v1/states"{
"states": [
{
"appointmentTypeCount": 0,
"code": "string",
"name": "string"
}
]
}