Skip to main content
POST
/
v1
/
plans
Create a plan
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>"
}
'
{}

Authorizations

Authorization
string
header
required

API key with Bearer prefix (for programmatic/server-to-server access), format: Bearer {api_key}

Body

application/json

Plan details

billing_period
string
currency
string
description
string
name
string
plan_type
string
prices
array

Response

Created

The response is of type object.