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.
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
}Documentation Index
Fetch the complete documentation index at: https://docs.revstack.dev/llms.txt
Use this file to discover all available pages before exploring further.