cURL
curl --request GET \ --url https://{tenantDomain}.sinjapp.org/api/v1/subscription \ --header 'X-Api-Key: <api-key>'
{ "plan": {}, "status": "<string>", "limits": [ {} ], "usage_snapshot": {} }
Returns the tenant plan, limits, and usage snapshot. Payment and plan changes happen inside the tenant dashboard.
Current tenant subscription, plan, limits, and usage.