Scaledmail
    • Scaledmail API Documentaion
    • Workspaces
      • Get Workspaces
        GET
      • Create Workspace
        POST
    • Pre Warm Inboxes
      • Pre Warm Inboxes
        GET
      • Buy Pre Warm Inboxes
        POST
    • Domain
      • Get Domains
        GET
      • Buy Domains
        POST
      • Search Domains
        POST
      • Suggest Domains
        POST
      • Update Domain Name
        POST
      • Update Domain Redirect
        POST
      • Get Purchased Domains
        GET
    • Package
      • Calculate Package
        POST
      • Get Packages
        GET
    • Order
      • Get Orders
        GET
      • Get Order Details
        GET
      • Cancel Order
        DELETE
      • Get Pending Forms
        GET
      • Submit Form
        POST
      • Create Order
        POST
      • Create Custom Order
        POST
    • Mailboxes
      • Get Mailboxes by Domain ID
        GET

    Scaledmail API Documentaion

    Welcome to Scaledmail! Let’s get you authenticated and ready to build. πŸ› οΈ

    πŸ”‘ Finding Your API Key#

    Your API key is used to authenticate all incoming requests. Each key is unique to your Scaledmail account and has access to all organizations under that account.
    To get your API key, go to:
    πŸ‘‰ https://app.scaledmail.com/settings

    πŸ” Authentication#

    All API requests must include a Bearer token in the Authorization header.
    Example:
    Replace YOUR_API_KEY with your actual token.
    This ensures that requests are securely authenticated and authorized to access your Scaledmail account.

    πŸ“Œ Required Parameter: organization_id#

    All endpoints require an organization_id.
    Each organization is a separate environment within your account for managing domains, inboxes, and campaigns.
    Be sure to include organization_id in every request.

    πŸ“‰ Rate Limits#

    Limit: 5 requests per second
    Note: Exceeding the limit may result in temporary blocks.

    ❓ Need Help or More Endpoints?#

    We’re here to support you!
    Reach out to us at support@scaledmail.com for any assistance or feature requests.
    Modified atΒ 2025-06-23 06:13:17
    Next
    Get Workspaces
    Built with