Skip to main content

Get SMS cost based on user's IP address

GET /rates

Retrieve the SMS cost for the user by making a GET request to the endpoint with the user's IP address as a query parameter, and ensure the authentication token is passed.

Query Parameters
  • customerIpAddress string required

    IP address of the customer

Responses

Successful operation

Schema
  • rates rate[]
  • Array [
  • countryCode string

    Country code for the rate

  • mccmnc string

    MCCMNC for the rate

  • operator string

    Operator for the rate

  • price number

    Price associated with the rate

  • currency string

    Currency for the rate

  • ]
Loading...