cURL
curl --request POST \ --url https://api.monigo.co/v1/plans \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "billing_period": "<string>", "currency": "<string>", "description": "<string>", "name": "<string>", "plan_type": "<string>", "prices": "<array>" } '
{}
Creates a new billing plan with optional price tiers
API key with Bearer prefix (for programmatic/server-to-server access), format: Bearer {api_key}
Plan details
Created
The response is of type object.
object