Skip to main content
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
  }
}

Documentation Index

Fetch the complete documentation index at: https://developer.sakari.io/llms.txt

Use this file to discover all available pages before exploring further.

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

successful operation

success
boolean
required
data
object
required