Go back
T

Team

v1 · 6 endpoints

Team (6)

API Explorer

- credits
ColdIQ
APIs→Team
Ctrl + K
Switch provider
Ctrl + P
Switch endpoint
GEThttps://beta-api.coldiq.com/dashboard/team

Authentication

No API key - create one in the dashboard

No parameters for this endpoint.

import requests

url = "https://beta-api.coldiq.com/dashboard/team"

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

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