Scaledmail
  1. Order
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. Order

Get Order Details

GET
https://server.scaledmail.com/api/v1/orders/{order_id}

Request

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

Query Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://server.scaledmail.com/api/v1/orders/?organization_id' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: text/plain' \
--data-raw ''
Response Response Example
{
  "id": "rec1x2bxelbC9T",
  "created_at": "2025-10-31T18:49:50.000Z",
  "amount": 80,
  "tag": "",
  "status": "Active",
  "description": "SM - Google",
  "invoices": [],
  "total_domains": 80,
  "packages": [
    {
      "type": "Google",
      "id": "recFxLhtiT4sd",
      "note": "",
      "payment_id": "rec1x2bxelbC9T",
      "created_at": "2025-10-31T18:55:38.000Z",
      "total_domains": 10,
      "status": "Active",
      "domains": [
        {
          "id": "recABX2a0THx0",
          "name": "domain0.com",
          "status": ""
        },
        {
          "id": "recABX2a0THx1",
          "name": "domain1.com",
          "status": ""
        },
        {
          "id": "recABX2a0THx2",
          "name": "domain2.com",
          "status": ""
        },
        {
          "id": "recABX2a0THx3",
          "name": "domain3.com",
          "status": ""
        },
        {
          "id": "recABX2a0THx4",
          "name": "domain4.com",
          "status": ""
        },
        {
          "id": "recABX2a0THx5",
          "name": "domain5.com",
          "status": ""
        },
        {
          "id": "recABX2a0THx6",
          "name": "domain6.com",
          "status": ""
        },
        {
          "id": "recABX2a0THx7",
          "name": "domain7.com",
          "status": ""
        },
        {
          "id": "recABX2a0THx8",
          "name": "domain8.com",
          "status": ""
        },
        {
          "id": "recABX2a0THx9",
          "name": "domain9.com",
          "status": ""
        }
      ]
    }
  ],
  "addons": [],
  "current_items": []
}
Modified at 2025-11-02 17:04:02
Previous
Get Packages
Next
Create Order
Built with