GETLiveGETFocused route reference
GET /api/v1/quickhits/list
List Quickhits
List the Quickhits owned by the authenticated API principal. This is the retrieval path you use to resync your application state with stored Quickhit resources.
Manage keys
Stable public contract
Public endpoint
/api/v1/quickhits/list
Maps to
/api/quickhits/list
What to know first
Use this to sync your external system with previously generated QuickHits.
Method
GET
Send this operation to /api/v1/quickhits/list on the versioned public host.
Authentication
API key
API key via Authorization: Bearer or x-api-key
Resource model
Direct
Use this to sync your external system with previously generated QuickHits.
Highlights
What this operation does
List QuickHits generated by the authenticated API principal.
Use this to sync your external system with previously generated QuickHits.
Store the encrypted `id` returned by create and list routes exactly as returned if you need to fetch the resource again later.
Response shape
What the response contract guarantees
Public responses use the shared envelope: `success`, `id`, `message`, `data`, `token_stats`, `pricing`, and `error`.
The `id` field is always a public/encrypted identifier boundary, never a raw MongoDB `_id`.
The `data` array contains previously generated QuickHits owned by the authenticated user.