Skip to content

User-specific price list

GET
/me/pricelist/{country}

Download your personal price list with your individual SMS rates. Returns a single price per service based on your account’s price level. Specify a 2-letter ISO country code (e.g., DE, CH) or ‘all’ for all countries. Requires authentication.

country
required
string
/^[A-Za-z]{2}$|^all$/

Two-letter ISO country code or ‘all’ for all countries

format
string
default: json
Allowed values: json xlsx csv

Output format

lang
string
default: en
Allowed values: en de es pt pl

Language for country names

User-specific price list

string format: binary

Invalid input

Client ID or API key isn’t active or invalid!

Account isn’t activated. Please wait or contact to support!

Resource not found

IP address was temporary blocked, because during short time from it was sent many request with invalid credentials. Please wait and try later.

Code Samples

curl -s 'https://api.lox24.eu/me/pricelist/de?lang=de' -H 'X-LOX24-AUTH-TOKEN: YOUR_API_TOKEN' | jq