cURL
curl --request PUT \ --url https://api.monigo.co/v1/plans/{plan_id} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "billing_period": "<string>", "currency": "<string>", "description": "<string>", "name": "<string>", "plan_type": "<string>", "prices": "<array>" } '
{}
Updates the configuration and pricing of an existing billing plan
API key with Bearer prefix (for programmatic/server-to-server access), format: Bearer {api_key}
Plan ID
Plan update fields
OK
The response is of type object.
object