REST API
The Rekor REST API provides full access to workspaces, collections, records, relationships, hooks, triggers, and batch operations. All endpoints accept and return JSON.
Base URL
https://api.rekor.io/v1/{workspace_id}
Authentication
All requests require a Bearer token in the Authorization header.
Endpoints
| Section | Description |
|---|---|
| Workspaces | Workspaces API endpoints |
| Collections | Collections API endpoints |
| Records | Records API endpoints |
| Relationships | Relationships API endpoints |
| Attachments | Attachments API endpoints |
| Hooks | Hooks API endpoints |
| Triggers | Triggers API endpoints |
| Batch | Batch API endpoints |
| Providers | Providers API endpoints |
| Environments | Environments API endpoints |