Rates
The published rate card is public (no auth).
rates, err := client.Rates.List(ctx) // []CountryRate{Name,ISO2,DialCode,RateTZS}
tz, err := client.Rates.Get(ctx, "TZ") // CountryRate for one country by ISO2 or nameGET /v1/rates
GET /v1/rates/{country}Use the rates together with client.SMS.Analyze(...) from the SMS Calculator to predict the exact cost of a message before sending.
Last updated on