Sign in

Retrieve item

documented

Retrieve an item by ID.

GET /api/categories/items/{id}Categoriesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$hiveage_subdomain}}.hiveage.com/api/categories/items/{{$id}}" \
  -X GET \
  -u {{HIVEAGE_API_KEY}}: \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"