Sign in

Get invoice

documented

Retrieve a single invoice.

GET /invoices/{id}Invoicesno 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)

Note: Freckle is now Noko; the API base URL for v2 is https://api.nokotime.com/v2 and the single-invoice endpoint is GET /invoices/:id. See the Noko API v2 docs for API URLs and authentication. ([developer.nokotime.com](https://developer.nokotime.com/))

npx -y keychains@latest curl "https://api.nokotime.com/v2/invoices/{{$id}}" \
  -X GET \
  -H "User-Agent: FreckleNoko/1.0" \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"