GET /api/getTariffs.php
Get information about tariffs for "SMS receiving" service
This request will provide you Onlinesim tariff list for single-service activations.
It is actually a representation of a service list ("Buy a number" section) located in the user dashboard.
.png)
Security
- apikey
- BearerAuth
- OAuth2 (Scopes: sms-scope)
sms-scope: grants access to manage numbers for the SMS receiving service from Onlinesim
Parameters
| Name | Type | Description |
|---|---|---|
locale_price | string | Price charged for the service in the currency of your profile (USD by default) |
country | string | Country for which you want to get a tariff list for single-service activations |
filter_country | string | Filter for country |
filter_service | string | Filter for service |
count | string | Filter for count |
page | string | Page of the tariff list (pagination navigation) |
lang | string | Response language: Enum: frderuenzhDefault:ruExample:en |
Responses
200
OK
Code Samples
No code samples available