Skip to main content
GET
/
external
/
v1
/
protocols
/
weightloss
Get Weightloss Protocol
curl --request GET \
  --url https://us.api.aiosmedical.com/external/v1/protocols/weightloss
[
  {
    "id": 1,
    "name": "Mounjaro",
    "description": "Mounjaro is a prescription medicine used to treat type 2 diabetes.",
    "image": "https://www.mounjaro.com/images/mounjaro.png",
    "traits": [
      "Effective!",
      "Health!"
    ],
    "variants": [
      {
        "id": 1,
        "priceId": "price_1QZ00000000000000000000",
        "name": "Monthly",
        "isDefault": true,
        "currency": "USD",
        "amount": 100,
        "recurring": {
          "interval": "month",
          "intervalCount": 6
        }
      }
    ]
  }
]

Response

Weightloss treatments

id
number
Example:

1

name
string
Example:

"Mounjaro"

description
string
Example:

"Mounjaro is a prescription medicine used to treat type 2 diabetes."

image
string
Example:

"https://www.mounjaro.com/images/mounjaro.png"

traits
string[]
Example:
["Effective!", "Health!"]
variants
object[]
Example:
[
{
"id": 1,
"priceId": "price_1QZ00000000000000000000",
"name": "Monthly",
"isDefault": true,
"currency": "USD",
"amount": 100,
"recurring": { "interval": "month", "intervalCount": 6 }
}
]