Authentication
Send an API secret that begins th_live_ in the HTTP Bearer header.
Authorization: Bearer YOUR_API_SECRETOpenAPI 3.1
The machine-readable contract is available as OpenAPI JSON. This reference deliberately does not execute browser-based API requests.
Send an API secret that begins th_live_ in the HTTP Bearer header.
Authorization: Bearer YOUR_API_SECRETGET /api/v1/sourcesGET /api/v1/search?q=…GET /api/v1/statusCollection responses use { "data": [...] }. Missing or invalid API secrets return 401; expired or suspended access returns 403.