Cold Mail Reseller
    • Cold Mail Reseller API Documentation
    • Users
      • Retrieve all users
        GET
      • Get User Details
        GET
      • Create User
        POST
      • Update User Details
        PUT
      • Delete User
        DELETE
    • Geo
      • Get Countries List
        GET
      • Get States of a Country
        GET
    • Domains
      • Renewal
        • Domain Renewal Overview
        • Get domain renewal pricing
        • Renew domain
        • Enable or disable domain auto-renew
      • Get Domains For User
        GET
      • Suggest Available Domains
        POST
      • Get Single Available Domain
        POST
      • Check If Google Workspace Exists
        POST
      • Add domain forwarding
        POST
      • Add email forwarding
        POST
      • Add Google Client ID to Domain
        POST
      • Remove domains
        DELETE
    • Dns
      • Get dns records for a domain
        GET
      • Adds dns record
        POST
      • Update dns records
        PUT
      • Delete dns records
        DELETE
    • Orders
      • Get Order Details
        GET
      • Get Order Status
        GET
      • Creates order json
        POST
      • Order mailboxes (json)
        POST
      • Process the Order
        POST
      • Create Order
        POST
      • Add mailboxes to a subscription
        POST
    • Mailboxes
      • Get mailboxes for user
      • Get mailbox details by id
      • Get Mailbox Admin Details
      • Update mailbox details
      • Remove mailbox
    • Subscriptions
      • Get All Subscriptions
      • Renew Subscriptions
      • Toggle Auto renewal
      • Cancel Subscription
    • Webhooks
      • Overview
      • Events
        • Domain Events
        • Subscription Events
        • Mailbox Events
        • Prewarmup Events
    • Export
      • Re-export a mailbox (Oauth)
    • Pre-warmup
      • Get all pre warmed up mailboxes
      • Order pre-warmedup mailboxes
    • Get Wallet Details
      GET
    • Send error
      POST

    Cold Mail Reseller API Documentation

    Introduction#

    Welcome to Coldmail Reseller! We're thrilled to assist you as you embark on your journey of seamless email outreach and integration.

    Authentication#

    Locating Your API Key#

    To get started with the Coldmail Reseller API platform, the first thing you'll need is your unique API key. This key is essential for validating your requests. Follow these simple steps to locate it:
    1.
    Navigate to your Coldmail Reseller Dashboard.
    2.
    Select 'Settings' from the menu.
    3.
    Go to 'Integrations'.
    4.
    By Clicking on generate API Key you will be able to generate API key.
    cmr-x-api-key: <your-api-key>

    Base URL#

    All API requests should be made to the following base URL:
    https://customers.coldmailreseller.com/api/v1/integration

    Rate Limit and abuse#

    The API rate limit is 5 requests per second. Ensure your application adheres to this limit to prevent throttling.
    Endpoints such as Get Available Domains may be restricted for bulk requests unless domain purchases are made.
    Modified at 2025-02-19 15:03:09
    Next
    Retrieve all users
    Built with