Mailmus

Billing

curl -X GET "https://example.com/account/billing"
Empty
POST
/account/billing/checkout

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/account/billing/checkout" \  -H "Content-Type: application/json" \  -d '{    "plan": "PRO"  }'
Empty
POST
/account/billing/portal

Response Body

curl -X POST "https://example.com/account/billing/portal"
Empty