SenseCrypt Docs
API ReferenceBilling Public

Get Pricing

GET/v1/billing/pricing

Response Body

application/json

curl -X GET "https://example.com/v1/billing/pricing"
{  "currency": "string",  "trial_days": 0,  "min_users": 0,  "kms_key_price_cents": 0,  "workforce_bands": [    {      "up_to": 0,      "cents": 0    }  ],  "external_bands": [    {      "up_to": 0,      "cents": 0    }  ]}