GET
/
billing
/
prices
curl --request GET \
  --url https://api.altostrat.io/billing/prices
{
  "currency": {
    "country": "AU",
    "iso2": "AU",
    "iso3": "AUD",
    "symbol": "$"
  },
  "basic": {}
}

Response

200 - application/json

Pricing information.

The response is of type object.