This endpoint returns all current billing plans for SMTPD, along with their limits and features
[ {"plan_id":"dbef0751-42b7-424e-8d1f-4ad67c478a2d","name":"free", "description": "Free - Forever! Gives you 5k free emails to send every month, perfect for developer projects OR testing",
"price_usd_per_month":"0.00","max_emails_per_month":5000,"enforce_plan_limit":true,"extra_thousand_emails_cost":"","max_sending_profiles":1,"max_retention_days":7,"feature_email_validation":false,"feature_basic_reporting":false,"feature_advance_reporting":false }, {"plan_id":"10e5dba8-903d-4623-afc6-0d4a17852931","name":"startup","description":"Startup - Gives you 200k emails every month, perfect for small to medium projects","price_usd_per_month":"90.00","max_emails_per_month":200000,"enforce_plan_limit":false,"extra_thousand_emails_cost":"0.80","max_sending_profiles":2,"max_retention_days":30,"feature_email_validation":true,"feature_basic_reporting":true,"feature_advance_reporting":false }, {"plan_id":"0cd5639c-c493-4d84-a95a-716ffb7fdabb","name":"enterprise", "description": "Enterprise - Gives you 1 million emails every month & advanced reporting, perfect for medium to large projects",
"price_usd_per_month":"450.00","max_emails_per_month":1000000,"enforce_plan_limit":false,"extra_thousand_emails_cost":"0.60","max_sending_profiles":10,"max_retention_days":730,"feature_email_validation":true,"feature_basic_reporting":true,"feature_advance_reporting":true }]json
Get billing plan by ID
GEThttps://api.smtpd.dev/api/v1/billing/plan/:id
This endpoint returns a billing plan by ID
{"plan_id":"dbef0751-42b7-424e-8d1f-4ad67c478a2d","name":"free", "description": "Free - Forever! Gives you 5k free emails to send every month, perfect for developer projects OR testing",
"price_usd_per_month":"0.00","max_emails_per_month":5000,"enforce_plan_limit":true,"extra_thousand_emails_cost":"","max_sending_profiles":1,"max_retention_days":7,"feature_email_validation":false,"feature_basic_reporting":false,"feature_advance_reporting":false }