Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.useqrkit.com/v1/folders \ --header 'Authorization: Bearer <token>'
{ "object": "list", "has_more": true, "next_cursor": "<string>", "data": [ { "id": "fld_12", "object": "folder", "name": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ] }
API key in the Authorization header: Bearer qr_live_… or Bearer qr_test_…. Token endpoints take a Clerk session JWT instead.
Bearer qr_live_…
Bearer qr_test_…
All folders in the workspace
"list"
Show child attributes