Version: v1
Cortex API
The Cortex REST API provides programmatic access to the data in the catalog, Scorecards, and more.
Authentication
- HTTP: Bearer Auth
All requests to the Cortex API need to provide an Authorization: Bearer <token>
header, where <token>
is an API key created in the Settings page of your workspace.
Security Scheme Type: | http |
---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | JWT |