curl --request GET \
--url https://api.sakari.io/v1/prices
{
"success": true,
"data": {
"pricing": {},
"credit": 123,
"commitment": 123,
"minCommitment": 123
}
}
curl --request GET \
--url https://api.sakari.io/v1/prices
{
"success": true,
"data": {
"pricing": {},
"credit": 123,
"commitment": 123,
"minCommitment": 123
}
}
name of the desired plan. defaults to standard
Country in question
billing frequency of desired plan. either monthly or annual
commitment you wish to pay for desired plan
amount of credit you would like for desired plan
successful operation
The response is of type object
.