Scaledmail
  1. Package
Scaledmail
  • Scaledmail API Documentaion
  • Organization
    • Get Organizations
      GET
  • Pre Warm Inboxes
    • Pre Warm Inboxes
      GET
    • Buy Pre Warm Inboxes
      POST
  • Domain
    • Get Domains
      GET
    • Get Purchased Domains
      GET
    • Search Domains
      POST
    • Buy Domains
      POST
    • Update Domain Name
      POST
    • Update Domain Redirect
      POST
  • Package
    • Get Packages
      GET
  • Order
    • Get Order Details
      GET
    • Create Order
      POST
    • Get Orders
      GET
    • Cancel Order
      DELETE
  • Mailboxes
    • Get Mailboxes by Domain ID
      GET
  • Schemas
    • Sample Schemas
      • Pet
      • Category
      • Tag
  1. Package

Get Packages

GET
https://server.scaledmail.com/api/v1/packages

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://server.scaledmail.com/api/v1/packages' \
--header 'Authorization: Bearer <token>'
Response Response Example
{
  "total": 3,
  "packages": [
    {
      "id": "price_1RwQijBUS24WVOL3fBhLhYPp",
      "tier": "low-sending",
      "name": "SM Google 70% - SM MS 30%",
      "mode": "subscription",
      "price": 199,
      "domains": 12,
      "google": {
        "mailbox": 20
      },
      "microsoft": {
        "mailbox": 100,
        "domains": 2
      },
      "frequency": "/monthly"
    },
    {
      "id": "price_1RwQoGBUS24WVOL3Py9UrJpq",
      "tier": "medium-sending",
      "mode": "subscription",
      "name": "SM - Google",
      "price": 245,
      "domains": 35,
      "google": {
        "mailbox": 70
      },
      "frequency": "/monthly"
    },
    {
      "id": "price_1QhZ1JBUS24WVOL3lBcDjtDw",
      "tier": "high-sending",
      "mode": "subscription",
      "name": "SM - Microsoft",
      "price": 597,
      "domains": 12,
      "microsoft": {
        "mailbox": 300,
        "domains": 12
      },
      "frequency": "/monthly"
    }
  ]
}
Modified at 2025-11-02 17:13:01
Previous
Update Domain Redirect
Next
Get Order Details
Built with