Go back
ColdIQ Mailbox

ColdIQ Mailbox

v1 · 24 endpoints

ColdIQ Mailbox (24)

API Explorer

- credits
ColdIQ
APIs→ColdIQ Mailbox
Ctrl + O
Switch provider
Ctrl + P
Switch endpoint
GEThttps://staging-api.coldiq.com/v1/mailboxes/catalog0 cr

Prices, limits, purchasable TLDs and whether purchasing is open on your account. Read this first: `purchasingEnabled` de…

Authentication

No API key - create one in the dashboard

No parameters for this endpoint.

import requests

url = "https://staging-api.coldiq.com/v1/mailboxes/catalog"

headers = {
    "Authorization": "Bearer ",
    "Content-Type": "application/json"
}

response = requests.get(url, headers=headers)
print(response.json())