InboxKit
  1. Prewarm
InboxKit
  • Introduction
  • Order
    • Place Order
      POST
  • Webhook
    • Status Change Webhook
      POST
  • Account
    • Get account details
      GET
  • Workspaces
    • List workspaces
      GET
    • Get workspace details
      GET
    • Create workspace
      POST
    • Update workspace
      PUT
    • Delete workspace
      DELETE
    • Update workspace webhook
      POST
  • Domains
    • Search available domains
      POST
    • Check if domain is banned from registration
      GET
    • Check domain availability
      GET
    • Register domains
      POST
    • List domains
      POST
    • List assignable domains
      GET
    • Set DMARC policy
      POST
    • Remove DMARC policy
      DELETE
    • Remove domains
      POST
    • Set domain forwarding
      POST
    • Set email forwarding
      POST
    • Remove email forwarding
      DELETE
    • Set catch-all email
      POST
    • Remove catch-all email
      DELETE
    • Get nameservers for domain connection
      POST
    • Check nameservers propagation
      POST
  • Mailboxes
    • List mailboxes
    • Show mailbox credentials
    • Get mailbox details
    • Buy mailboxes
    • Check mailbox status
    • Cancel mailboxes
    • Update mailbox
    • Update mailbox profile picture
    • Generate TOTP
    • Change username
    • Change password
    • Check mailbox availability
  • DNS
    • Get DNS records
    • Add DNS records
    • Update DNS records
    • Delete DNS records
  • Sequencers
    • Export mailboxes status
    • List sequencer platforms
    • List sequencers
    • Export mailboxes
    • Add sequencer
    • Update sequencer
    • Delete sequencers
  • Billing
    • Get pricing plans
    • Get subscription details
    • Change subscription plan
    • Cancel subscription
    • Get wallet details
    • Add credits to wallet
    • Update auto top-up settings
    • Get billing portal link
  • Consent Request
    • Initiate Consent Request
    • Get Consent Request Status
    • List Consent Requests
  • Tags
    • Assign tags to domains or mailboxes
    • Get all tags
    • Create a new tag
    • Delete a tag
  • Prewarm
    • Search Domains
      POST
    • Search Mailboxes
      POST
    • Buy Prewarmed Mailboxes
      POST
    • Check Order Status
      GET
  1. Prewarm

Search Domains

POST
https://api.inboxkit.com/v1/api/prewarm/search-domains
Maintainer:Not configured
Search from all available prewarm domains

Request

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

Body Params application/json

Examples

Responses

🟢200
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.inboxkit.com/v1/api/prewarm/search-domains' \
--header 'X-Workspace-Id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "page": 1,
    "limit": 10,
    "keyword": "string",
    "domain_name": "string",
    "domain_id": "string",
    "domain_ids": [
        "string"
    ],
    "tlds": [
        "string"
    ],
    "platform": "GOOGLE",
    "min_age_days": 0,
    "max_age_days": 0,
    "min_available_mailboxes": 0,
    "status": "active"
}'
Response Response Example
{
    "error": false,
    "message": "Domains retrieved successfully",
    "data": {
        "domains": [
            {
                "_id": "68dd84582afa0ae4a460f1b5",
                "name": "mygrowthmail.com",
                "tld": ".com",
                "available_mailboxes": 3,
                "status": "active",
                "createdAt": "2025-10-01T19:43:21.086Z",
                "mailboxes": [
                    {
                        "_id": "68de2f161cea7b2851978373",
                        "first_name": "Rosemary",
                        "last_name": "Rollins",
                        "profile_picture": "https://spaces-us-1.nyc3.cdn.digitaloceanspaces.com/inboxkit/c937ed5994e04ddaae79d77bd70263f4.jpeg",
                        "username": "rosemary",
                        "platform": "GOOGLE",
                        "is_admin": true,
                        "gender": "female",
                        "domain_id": "68dd84582afa0ae4a460f1b5",
                        "email": "[email protected]",
                        "domain_age_days": 8,
                        "price_per_mailbox": 6
                    },
                    {
                        "_id": "68de2f161cea7b2851978374",
                        "first_name": "Annabella",
                        "last_name": "Garner",
                        "profile_picture": "https://spaces-us-1.nyc3.cdn.digitaloceanspaces.com/inboxkit/ea2979ac3bb44e78af197290a8190701.jpeg",
                        "username": "annabella",
                        "platform": "GOOGLE",
                        "is_admin": false,
                        "gender": "female",
                        "domain_id": "68dd84582afa0ae4a460f1b5",
                        "email": "[email protected]",
                        "domain_age_days": 8,
                        "price_per_mailbox": 6
                    },
                    {
                        "_id": "68de2f161cea7b2851978375",
                        "first_name": "Madeline",
                        "last_name": "Hamilton",
                        "profile_picture": "https://spaces-us-1.nyc3.cdn.digitaloceanspaces.com/inboxkit/4024c6966a7f49f1b0122ede9f414847.png",
                        "username": "madeline",
                        "platform": "GOOGLE",
                        "is_admin": false,
                        "gender": "female",
                        "domain_id": "68dd84582afa0ae4a460f1b5",
                        "email": "[email protected]",
                        "domain_age_days": 8,
                        "price_per_mailbox": 6
                    }
                ],
                "domain_age_days": 8,
                "price_per_mailbox": 6,
                "domain_price": 15,
                "total_price": 33,
                "relevance_score": 15
            },
            {
                "_id": "68dd84582afa0ae4a460f1b6",
                "name": "mygrowthsoft.com",
                "tld": ".com",
                "available_mailboxes": 3,
                "status": "active",
                "createdAt": "2025-10-01T19:43:21.086Z",
                "mailboxes": [
                    {
                        "_id": "68de2f161cea7b2851978379",
                        "first_name": "Logan",
                        "last_name": "Jarvis",
                        "profile_picture": "https://spaces-us-1.nyc3.cdn.digitaloceanspaces.com/inboxkit/d9ffcac9c66c4219a62b3564cdb32fba.png",
                        "username": "logan",
                        "platform": "GOOGLE",
                        "is_admin": true,
                        "gender": "female",
                        "domain_id": "68dd84582afa0ae4a460f1b6",
                        "email": "[email protected]",
                        "domain_age_days": 8,
                        "price_per_mailbox": 6
                    },
                    {
                        "_id": "68de2f161cea7b285197837a",
                        "first_name": "Annalise",
                        "last_name": "Mathews",
                        "profile_picture": "https://spaces-us-1.nyc3.cdn.digitaloceanspaces.com/inboxkit/9c4960b6f5dd48c6ac38dc24730ade1c.jpeg",
                        "username": "annalise",
                        "platform": "GOOGLE",
                        "is_admin": false,
                        "gender": "female",
                        "domain_id": "68dd84582afa0ae4a460f1b6",
                        "email": "[email protected]",
                        "domain_age_days": 8,
                        "price_per_mailbox": 6
                    },
                    {
                        "_id": "68de2f161cea7b285197837b",
                        "first_name": "Delilah",
                        "last_name": "Graham",
                        "profile_picture": "https://spaces-us-1.nyc3.cdn.digitaloceanspaces.com/inboxkit/7d8364b160ef40998dca3e787b19b18b.jpeg",
                        "username": "delilah",
                        "platform": "GOOGLE",
                        "is_admin": false,
                        "gender": "female",
                        "domain_id": "68dd84582afa0ae4a460f1b6",
                        "email": "[email protected]",
                        "domain_age_days": 8,
                        "price_per_mailbox": 6
                    }
                ],
                "domain_age_days": 8,
                "price_per_mailbox": 6,
                "domain_price": 15,
                "total_price": 33,
                "relevance_score": 15
            },
            {
                "_id": "68dd84582afa0ae4a460f0a7",
                "name": "myinboxhq.com",
                "tld": ".com",
                "available_mailboxes": 3,
                "status": "active",
                "createdAt": "2025-10-01T19:43:21.068Z",
                "mailboxes": [
                    {
                        "_id": "68de2f161cea7b285197837f",
                        "first_name": "Mia",
                        "last_name": "Garcia",
                        "profile_picture": "https://spaces-us-1.nyc3.cdn.digitaloceanspaces.com/inboxkit/cf87dd5d240c4682853c2653dbc37297.jpeg",
                        "username": "mia",
                        "platform": "GOOGLE",
                        "is_admin": true,
                        "gender": "female",
                        "domain_id": "68dd84582afa0ae4a460f0a7",
                        "email": "[email protected]",
                        "domain_age_days": 8,
                        "price_per_mailbox": 6
                    },
                    {
                        "_id": "68de2f161cea7b2851978380",
                        "first_name": "Serena",
                        "last_name": "Mosley",
                        "profile_picture": "https://spaces-us-1.nyc3.cdn.digitaloceanspaces.com/inboxkit/bac7efbf51f14873957eb09f56ae25ed.jpeg",
                        "username": "serena",
                        "platform": "GOOGLE",
                        "is_admin": false,
                        "gender": "female",
                        "domain_id": "68dd84582afa0ae4a460f0a7",
                        "email": "[email protected]",
                        "domain_age_days": 8,
                        "price_per_mailbox": 6
                    },
                    {
                        "_id": "68de2f161cea7b2851978381",
                        "first_name": "Aviana",
                        "last_name": "Stout",
                        "profile_picture": "https://spaces-us-1.nyc3.cdn.digitaloceanspaces.com/inboxkit/4dee6068aa99461489cabca2320462e2.jpeg",
                        "username": "aviana",
                        "platform": "GOOGLE",
                        "is_admin": false,
                        "gender": "female",
                        "domain_id": "68dd84582afa0ae4a460f0a7",
                        "email": "[email protected]",
                        "domain_age_days": 8,
                        "price_per_mailbox": 6
                    }
                ],
                "domain_age_days": 8,
                "price_per_mailbox": 6,
                "domain_price": 15,
                "total_price": 33,
                "relevance_score": 14
            },
            {
                "_id": "68dd84582afa0ae4a460f0b0",
                "name": "maxinboxhq.com",
                "tld": ".com",
                "available_mailboxes": 3,
                "status": "active",
                "createdAt": "2025-10-01T19:43:21.068Z",
                "mailboxes": [
                    {
                        "_id": "68de2f161cea7b28519782da",
                        "first_name": "Sofia",
                        "last_name": "Jackson",
                        "profile_picture": "https://spaces-us-1.nyc3.cdn.digitaloceanspaces.com/inboxkit/005cc420a3d9492d95b69584e67ec032.jpeg",
                        "username": "sofia",
                        "platform": "GOOGLE",
                        "is_admin": true,
                        "gender": "female",
                        "domain_id": "68dd84582afa0ae4a460f0b0",
                        "email": "[email protected]",
                        "domain_age_days": 8,
                        "price_per_mailbox": 6
                    },
                    {
                        "_id": "68de2f161cea7b28519782db",
                        "first_name": "Valeria",
                        "last_name": "Riddle",
                        "profile_picture": "https://spaces-us-1.nyc3.cdn.digitaloceanspaces.com/inboxkit/caaa9c24129a4a9991cdee2a8dc69c7f.jpeg",
                        "username": "valeria",
                        "platform": "GOOGLE",
                        "is_admin": false,
                        "gender": "female",
                        "domain_id": "68dd84582afa0ae4a460f0b0",
                        "email": "[email protected]",
                        "domain_age_days": 8,
                        "price_per_mailbox": 6
                    },
                    {
                        "_id": "68de2f161cea7b28519782dc",
                        "first_name": "Bellamy",
                        "last_name": "Beasley",
                        "profile_picture": "https://spaces-us-1.nyc3.cdn.digitaloceanspaces.com/inboxkit/8a1b31d436344a62a09611ed86446b57.jpeg",
                        "username": "bellamy",
                        "platform": "GOOGLE",
                        "is_admin": false,
                        "gender": "female",
                        "domain_id": "68dd84582afa0ae4a460f0b0",
                        "email": "[email protected]",
                        "domain_age_days": 8,
                        "price_per_mailbox": 6
                    }
                ],
                "domain_age_days": 8,
                "price_per_mailbox": 6,
                "domain_price": 15,
                "total_price": 33,
                "relevance_score": 13
            },
            {
                "_id": "68dd84582afa0ae4a460f133",
                "name": "topreachnet.com",
                "tld": ".com",
                "available_mailboxes": 3,
                "status": "active",
                "createdAt": "2025-10-01T19:43:21.078Z",
                "mailboxes": [
                    {
                        "_id": "68de2fccba60f5dc30c9874f",
                        "first_name": "Genevieve",
                        "last_name": "Parks",
                        "profile_picture": "https://spaces-us-1.nyc3.cdn.digitaloceanspaces.com/inboxkit/9d10aa821e0349eca719d99635ca4a86.jpeg",
                        "username": "genevieve",
                        "platform": "GOOGLE",
                        "is_admin": true,
                        "gender": "female",
                        "domain_id": "68dd84582afa0ae4a460f133",
                        "email": "[email protected]",
                        "domain_age_days": 8,
                        "price_per_mailbox": 6
                    },
                    {
                        "_id": "68de2fccba60f5dc30c98750",
                        "first_name": "Nadia",
                        "last_name": "Horn",
                        "profile_picture": "https://spaces-us-1.nyc3.cdn.digitaloceanspaces.com/inboxkit/18fbb2fb4e374f50b877b45232d75b71.jpeg",
                        "username": "nadia",
                        "platform": "GOOGLE",
                        "is_admin": false,
                        "gender": "female",
                        "domain_id": "68dd84582afa0ae4a460f133",
                        "email": "[email protected]",
                        "domain_age_days": 8,
                        "price_per_mailbox": 6
                    },
                    {
                        "_id": "68de2fccba60f5dc30c98751",
                        "first_name": "Emmalyn",
                        "last_name": "Lambert",
                        "profile_picture": "https://spaces-us-1.nyc3.cdn.digitaloceanspaces.com/inboxkit/9ddce1d937244d368e05862579c0aa23.jpeg",
                        "username": "emmalyn",
                        "platform": "GOOGLE",
                        "is_admin": false,
                        "gender": "female",
                        "domain_id": "68dd84582afa0ae4a460f133",
                        "email": "[email protected]",
                        "domain_age_days": 8,
                        "price_per_mailbox": 6
                    }
                ],
                "domain_age_days": 8,
                "price_per_mailbox": 6,
                "domain_price": 15,
                "total_price": 33,
                "relevance_score": 12
            },
            {
                "_id": "68dd84582afa0ae4a460f12c",
                "name": "topemailnet.com",
                "tld": ".com",
                "available_mailboxes": 3,
                "status": "active",
                "createdAt": "2025-10-01T19:43:21.077Z",
                "mailboxes": [
                    {
                        "_id": "68de2fccba60f5dc30c9870a",
                        "first_name": "Aurelia",
                        "last_name": "Manning",
                        "profile_picture": "https://spaces-us-1.nyc3.cdn.digitaloceanspaces.com/inboxkit/315996629b284d84bfc38000fc570ce2.jpeg",
                        "username": "aurelia",
                        "platform": "GOOGLE",
                        "is_admin": true,
                        "gender": "female",
                        "domain_id": "68dd84582afa0ae4a460f12c",
                        "email": "[email protected]",
                        "domain_age_days": 8,
                        "price_per_mailbox": 6
                    },
                    {
                        "_id": "68de2fccba60f5dc30c9870b",
                        "first_name": "Miracle",
                        "last_name": "Kirby",
                        "profile_picture": "https://spaces-us-1.nyc3.cdn.digitaloceanspaces.com/inboxkit/875cb03319464cdaba1dc78c2e96d1bb.jpeg",
                        "username": "miracle",
                        "platform": "GOOGLE",
                        "is_admin": false,
                        "gender": "female",
                        "domain_id": "68dd84582afa0ae4a460f12c",
                        "email": "[email protected]",
                        "domain_age_days": 8,
                        "price_per_mailbox": 6
                    },
                    {
                        "_id": "68de2fccba60f5dc30c9870c",
                        "first_name": "Elyse",
                        "last_name": "Savage",
                        "profile_picture": "https://spaces-us-1.nyc3.cdn.digitaloceanspaces.com/inboxkit/a26dd94e18ed499a84aed9998f49c4e0.jpeg",
                        "username": "elyse",
                        "platform": "GOOGLE",
                        "is_admin": false,
                        "gender": "female",
                        "domain_id": "68dd84582afa0ae4a460f12c",
                        "email": "[email protected]",
                        "domain_age_days": 8,
                        "price_per_mailbox": 6
                    }
                ],
                "domain_age_days": 8,
                "price_per_mailbox": 6,
                "domain_price": 15,
                "total_price": 33,
                "relevance_score": 12
            },
            {
                "_id": "68dd84582afa0ae4a460f131",
                "name": "topinboxnet.com",
                "tld": ".com",
                "available_mailboxes": 3,
                "status": "active",
                "createdAt": "2025-10-01T19:43:21.077Z",
                "mailboxes": [
                    {
                        "_id": "68de2fccba60f5dc30c98728",
                        "first_name": "Adelaide",
                        "last_name": "Bowen",
                        "profile_picture": "https://spaces-us-1.nyc3.cdn.digitaloceanspaces.com/inboxkit/b69bf88dcf444f408f8340c441596d55.jpeg",
                        "username": "adelaide",
                        "platform": "GOOGLE",
                        "is_admin": true,
                        "gender": "female",
                        "domain_id": "68dd84582afa0ae4a460f131",
                        "email": "[email protected]",
                        "domain_age_days": 8,
                        "price_per_mailbox": 6
                    },
                    {
                        "_id": "68de2fccba60f5dc30c98729",
                        "first_name": "Mylah",
                        "last_name": "Boone",
                        "profile_picture": "https://spaces-us-1.nyc3.cdn.digitaloceanspaces.com/inboxkit/0d812acc59d14a5fbd51c0a0574164cb.jpeg",
                        "username": "mylah",
                        "platform": "GOOGLE",
                        "is_admin": false,
                        "gender": "female",
                        "domain_id": "68dd84582afa0ae4a460f131",
                        "email": "[email protected]",
                        "domain_age_days": 8,
                        "price_per_mailbox": 6
                    },
                    {
                        "_id": "68de2fccba60f5dc30c9872a",
                        "first_name": "Emilee",
                        "last_name": "Cole",
                        "profile_picture": "https://spaces-us-1.nyc3.cdn.digitaloceanspaces.com/inboxkit/137bb521e4cc4796bf2097adc4310a28.jpeg",
                        "username": "emilee",
                        "platform": "GOOGLE",
                        "is_admin": false,
                        "gender": "female",
                        "domain_id": "68dd84582afa0ae4a460f131",
                        "email": "[email protected]",
                        "domain_age_days": 8,
                        "price_per_mailbox": 6
                    }
                ],
                "domain_age_days": 8,
                "price_per_mailbox": 6,
                "domain_price": 15,
                "total_price": 33,
                "relevance_score": 12
            },
            {
                "_id": "68dd84582afa0ae4a460f113",
                "name": "proemailnet.com",
                "tld": ".com",
                "available_mailboxes": 3,
                "status": "active",
                "createdAt": "2025-10-01T19:43:21.074Z",
                "mailboxes": [
                    {
                        "_id": "68de2f171cea7b285197840f",
                        "first_name": "Laila",
                        "last_name": "Daniels",
                        "profile_picture": "https://spaces-us-1.nyc3.cdn.digitaloceanspaces.com/inboxkit/484882621b35468c96a7f77dac8d361b.jpeg",
                        "username": "laila",
                        "platform": "GOOGLE",
                        "is_admin": true,
                        "gender": "female",
                        "domain_id": "68dd84582afa0ae4a460f113",
                        "email": "[email protected]",
                        "domain_age_days": 8,
                        "price_per_mailbox": 6
                    },
                    {
                        "_id": "68de2f171cea7b2851978410",
                        "first_name": "Maci",
                        "last_name": "Barrera",
                        "profile_picture": "https://spaces-us-1.nyc3.cdn.digitaloceanspaces.com/inboxkit/1fbdeb80e2fa41bcbd51d48f8c2acbc5.jpeg",
                        "username": "maci",
                        "platform": "GOOGLE",
                        "is_admin": false,
                        "gender": "female",
                        "domain_id": "68dd84582afa0ae4a460f113",
                        "email": "[email protected]",
                        "domain_age_days": 8,
                        "price_per_mailbox": 6
                    },
                    {
                        "_id": "68de2f171cea7b2851978411",
                        "first_name": "Denver",
                        "last_name": "Mccoy",
                        "profile_picture": "https://spaces-us-1.nyc3.cdn.digitaloceanspaces.com/inboxkit/fd453b3b05e049149753a82133c2885d.jpeg",
                        "username": "denver",
                        "platform": "GOOGLE",
                        "is_admin": false,
                        "gender": "female",
                        "domain_id": "68dd84582afa0ae4a460f113",
                        "email": "[email protected]",
                        "domain_age_days": 8,
                        "price_per_mailbox": 6
                    }
                ],
                "domain_age_days": 8,
                "price_per_mailbox": 6,
                "domain_price": 15,
                "total_price": 33,
                "relevance_score": 12
            },
            {
                "_id": "68dd84582afa0ae4a460f0fb",
                "name": "myconnecthq.com",
                "tld": ".com",
                "available_mailboxes": 3,
                "status": "active",
                "createdAt": "2025-10-01T19:43:21.073Z",
                "mailboxes": [
                    {
                        "_id": "68de2f161cea7b2851978340",
                        "first_name": "Melanie",
                        "last_name": "Foster",
                        "profile_picture": "https://spaces-us-1.nyc3.cdn.digitaloceanspaces.com/inboxkit/1de033c9c4484528a625bf7d00c042eb.jpeg",
                        "username": "melanie",
                        "platform": "GOOGLE",
                        "is_admin": true,
                        "gender": "female",
                        "domain_id": "68dd84582afa0ae4a460f0fb",
                        "email": "[email protected]",
                        "domain_age_days": 8,
                        "price_per_mailbox": 6
                    },
                    {
                        "_id": "68de2f161cea7b2851978341",
                        "first_name": "Kendall",
                        "last_name": "Brandt",
                        "profile_picture": "https://spaces-us-1.nyc3.cdn.digitaloceanspaces.com/inboxkit/88da927ea04141d193e3c314a1bf6cae.jpeg",
                        "username": "kendall",
                        "platform": "GOOGLE",
                        "is_admin": false,
                        "gender": "female",
                        "domain_id": "68dd84582afa0ae4a460f0fb",
                        "email": "[email protected]",
                        "domain_age_days": 8,
                        "price_per_mailbox": 6
                    },
                    {
                        "_id": "68de2f161cea7b2851978342",
                        "first_name": "Coraline",
                        "last_name": "Holt",
                        "profile_picture": "https://spaces-us-1.nyc3.cdn.digitaloceanspaces.com/inboxkit/cd8ea6d757574466a25c6aa559105333.png",
                        "username": "coraline",
                        "platform": "GOOGLE",
                        "is_admin": false,
                        "gender": "female",
                        "domain_id": "68dd84582afa0ae4a460f0fb",
                        "email": "[email protected]",
                        "domain_age_days": 8,
                        "price_per_mailbox": 6
                    }
                ],
                "domain_age_days": 8,
                "price_per_mailbox": 6,
                "domain_price": 15,
                "total_price": 33,
                "relevance_score": 12
            },
            {
                "_id": "68dd84582afa0ae4a460f102",
                "name": "myemailteam.com",
                "tld": ".com",
                "available_mailboxes": 3,
                "status": "active",
                "createdAt": "2025-10-01T19:43:21.073Z",
                "mailboxes": [
                    {
                        "_id": "68de2f161cea7b2851978367",
                        "first_name": "Vivian",
                        "last_name": "Hayes",
                        "profile_picture": "https://spaces-us-1.nyc3.cdn.digitaloceanspaces.com/inboxkit/475b6070a70f424fbb203f4af4021b1c.jpeg",
                        "username": "vivian",
                        "platform": "GOOGLE",
                        "is_admin": true,
                        "gender": "female",
                        "domain_id": "68dd84582afa0ae4a460f102",
                        "email": "[email protected]",
                        "domain_age_days": 8,
                        "price_per_mailbox": 6
                    },
                    {
                        "_id": "68de2f161cea7b2851978368",
                        "first_name": "Lacey",
                        "last_name": "Bradshaw",
                        "profile_picture": "https://spaces-us-1.nyc3.cdn.digitaloceanspaces.com/inboxkit/ffb6a6233171416d9c9d7c9ce205e63d.jpeg",
                        "username": "lacey",
                        "platform": "GOOGLE",
                        "is_admin": false,
                        "gender": "female",
                        "domain_id": "68dd84582afa0ae4a460f102",
                        "email": "[email protected]",
                        "domain_age_days": 8,
                        "price_per_mailbox": 6
                    },
                    {
                        "_id": "68de2f161cea7b2851978369",
                        "first_name": "Dana",
                        "last_name": "Cherry",
                        "profile_picture": "https://spaces-us-1.nyc3.cdn.digitaloceanspaces.com/inboxkit/b3d49e7fdd684e5a864e7a1b3233c1ae.jpeg",
                        "username": "dana",
                        "platform": "GOOGLE",
                        "is_admin": false,
                        "gender": "female",
                        "domain_id": "68dd84582afa0ae4a460f102",
                        "email": "[email protected]",
                        "domain_age_days": 8,
                        "price_per_mailbox": 6
                    }
                ],
                "domain_age_days": 8,
                "price_per_mailbox": 6,
                "domain_price": 15,
                "total_price": 33,
                "relevance_score": 12
            }
        ],
        "pagination": {
            "page": 1,
            "limit": 10,
            "total": 399,
            "pages": 40
        }
    }
}
Modified at 2025-10-06 08:27:08
Previous
Delete a tag
Next
Search Mailboxes
Built with