crisphive
CatalogList job types

List job types

Returns the business's service catalog — the job/work-order types it offers (e.g. installation, repair, maintenance, inspection for trades like HVAC, plumbing, electrical, cleaning). Use it to discover the `job_type_id` accepted when booking a job request, or to render a services menu on your own site.

Arguments

statusstringqueryoptional
Filter by status (active|inactive)
GET/v1/job-types
curl -X GET "https://api.crisphive.com/v1/job-types" \
  -H "Authorization: Bearer chsk_test_4eC8xQ9mZ2pL7Ka0rT"

Responses