POST Purchase a billing item if applicable for the user subscription
Required scopes: user:write
Are you an LLM? You can read better optimized documentation at /docs/api/endpoints/other/post-users-me-billing-purchase.md for this page in Markdown format
POST
Try it out https://api.rooom.com/users/me/billing/purchaseScopes
user:writeBody
multipart/form-data| Name | Type | Description |
|---|---|---|
price_id | string | Charge Item Price Id |
quantity | number | Charge Item Quantity |
Responses
200string
POST /users/me/billing/purchase Purchase a billing item if applicable for the user subscription Required scopes: user:write price_id Charge Item Price Id quantity Charge Item Quantity