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.
cURL
curl --request GET \ --url https://api.polysimulator.com/v1/billing/subscription \ --header 'X-API-Key: <api-key>'
{ "plan": "<string>", "status": "<string>", "current_period_end": "<string>", "cancel_at_period_end": false, "trial_ends_at": "<string>", "interval": "<string>" }
Issue from /v1/keys (or admin-issued for enterprise tier).
Successful Response
Was this page helpful?