post https://api.whop.com/api/v2/plans
Create a plan
Log in to see full request history
Response
Create a plan
xxxxxxxxxx
10curl --request POST \
--url https://api.whop.com/api/v2/plans \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"plan_type": "one_time",
"base_currency": "usd"
}
'
Try It!
to start a request and see the response here! Or choose an example: