Skip to main content

Reading your price list

The Services API returns the services you configured under Pricing — useful for a quoting tool of your own, a page on your website, or keeping another system in step.

List services

Retrieve all services configured in your organization:
The services endpoint returns all services without pagination. This may change in a future API version if service counts grow large.

Get service details

Retrieve a specific service by its ID:

Common use cases

Pull service pricing into a quoting tool or spreadsheet to generate proposals automatically based on your current rates.
Render your current services and prices on your website, so the page cannot drift from what you actually charge.

Required scope

All service endpoints require the service:read scope on your API key.
The response carries name, description, price, currency, and unit. Your effort hours and typical quantity are internal cost data and are deliberately never exposed here.
Last modified on September 7, 2026