Billing & Usage
Get current account billing plan
GET
https://api.smtpd.dev/api/v1/account/billing/plan/current
Path Parameters
Name
Type
Description
Authentication
string
Bearer {access_token}
Get account usage (Last 30 days)
GET
https://api.smtpd.dev/api/v1/account/billing/usage
Path Parameters
Name
Type
Description
Authentication
string
Bearer {access_token}
Get available billing plans
GET
https://api.smtpd.dev/api/v1/billing/plan
This endpoint returns all current billing plans for SMTPD, along with their limits and features
Get billing plan by ID
GET
https://api.smtpd.dev/api/v1/billing/plan/:id
This endpoint returns a billing plan by ID
Last updated