Returns your most recent career site job search jobs (newest first), including their status and credit usage. Use the re…
Authentication
No API key — create one in the dashboard
Parameters
import requests url = "https://api.coldiq.com/v1/career-site-jobs/search" headers = { "Authorization": "Bearer ", "Content-Type": "application/json" } response = requests.get(url, headers=headers) print(response.json())