Sign in

Bulk import entries

documented

Create multiple entries in a single call.

POST /api/entries/importEntriesno 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://{{$subdomain}}.letsfreckle.com/api/entries/import.json" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "X-FreckleToken: {{LETSFRECKLE_API_KEY}}" \
  -d '{"entries": {"entry": [{"minutes": "{{$minutes}}", "user": "{{$user}}", "project-id": {{$project_id}}, "description": "{{$description}}", "date": "{{$date}}"}]}}'