GET
/
v1
/
prices
get cost per segment based on your desired plan commitment
curl --request GET \
  --url https://api.sakari.io/v1/prices
{
  "success": true,
  "data": {
    "pricing": {},
    "credit": 123,
    "commitment": 123,
    "minCommitment": 123
  }
}

Query Parameters

plan
string

name of the desired plan. defaults to standard

country
string

Country in question

frequency
string

billing frequency of desired plan. either monthly or annual

commitment
number

commitment you wish to pay for desired plan

credit
number

amount of credit you would like for desired plan

Response

200
application/json

successful operation

The response is of type object.