curl --request POST \
--url https://revstack.dev/v1/addons \
--header 'Content-Type: application/json' \
--data '
{
"environmentId": "<string>",
"name": "<string>",
"type": "flat",
"metadata": {}
}
'nullCreates a new purchasable addon that can be attached to subscriptions.
curl --request POST \
--url https://revstack.dev/v1/addons \
--header 'Content-Type: application/json' \
--data '
{
"environmentId": "<string>",
"name": "<string>",
"type": "flat",
"metadata": {}
}
'null