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 POST \ --url http://localhost:6900/v1/plans \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>", "currency": "<string>" } '
{ "id": "<string>", "success": true }
Creates a new billing plan with pricing and entitlement associations.
1
3
Plan created