Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
API Reference
Every endpoint, with a playground
curl --request GET \ --url 'https://api.nsr.stateset.com/api/v1/billing/subscription' \ --header 'X-API-Key: YOUR_API_KEY'
{ "cancel_at_period_end": true, "current_period_end": "string", "status": "string", "subscription_id": "string", "tier": "string" }
Returns the tenant’s current subscription details, or 404 if no subscription is on file. Required scope: read
read
SubscriptionResponse
200
401
403
404
429
503