MyMenopauseRxfor developers
API Reference

Public states

GET
/v1/states

Response Body

application/json

curl -X GET "https://example.com/v1/states"
{
  "states": [
    {
      "appointmentTypeCount": 0,
      "code": "string",
      "name": "string"
    }
  ]
}