Sign in

List billable rates

documented

List billable rates for a user.

GET /v2/users/{USER_ID}/billable_ratesUsersno 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://api.harvestapp.com/v2/users/{{$user_id}}/billable_rates?page={{$page}}&per_page={{$limit}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Harvest-Account-Id: {{HARVEST_ACCOUNT_ID}}" \
  -H "User-Agent: {{GETHARVEST_USER_AGENT}}" \
  -H "Accept: application/json" \
  
  # Source: Harvest API v2 documentation - GET /v2/users/{USER_ID}/billable_rates \
  # Reference: turn0search1
List billable rates · Harvest · OpenIntegrations