Sign in

List expenses for a project

documented

List expenses for a project.

GET /api/v2/projects/{project_id}/expensesExpensesno 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://{{CLIENTARY_SUBDOMAIN}}.clientary.com/api/v2/projects/{{$project_id}}/expenses" \
  -X GET \
  -u "{{CLIENTARY_API_TOKEN}}:{{CLIENTARY_API_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
List expenses for a project · Clientary · OpenIntegrations