MyMenopauseRxfor developers
API Reference

Provider directory get by slug

GET
/v1/providers/{slug}

Path Parameters

slug*string

Provider slug

Response Body

application/json

curl -X GET "https://example.com/v1/providers/string"
{
  "acceptedInsurance": [
    "string"
  ],
  "acceptedInsuranceByState": {
    "property1": [
      "string"
    ],
    "property2": [
      "string"
    ]
  },
  "appointmentTypes": [
    {
      "description": "string",
      "id": 0,
      "name": "string",
      "states": [
        "string"
      ]
    }
  ],
  "bio": "string",
  "certifications": [
    {
      "issuer": "string",
      "name": "string"
    }
  ],
  "clinicalInterests": [
    "string"
  ],
  "credentials": "string",
  "displayName": "string",
  "education": [
    {
      "degree": "string",
      "field": "string",
      "institution": "string",
      "year": 0
    }
  ],
  "gender": "female",
  "headshotUrl": "string",
  "id": "string",
  "menopauseSocietyCertified": true,
  "profileUrl": "string",
  "providerType": "nursePractitioner",
  "slug": "string",
  "statesAcceptingPatients": [
    "string"
  ],
  "statesLicensed": [
    "string"
  ]
}