카탈로그 › 작업 유형 목록 조회
작업 유형 목록 조회 비즈니스의 서비스 카탈로그를 반환합니다 — 제공하는 작업/워크 오더 유형입니다(예: HVAC, 배관, 전기, 청소 같은 업종의 설치, 수리, 유지보수, 점검). 작업 요청 예약 시 허용되는 `job_type_id`를 확인하거나 자체 사이트에 서비스 메뉴를 렌더링하는 데 사용하십시오.
인수 status string query 선택
상태로 필터링 (active|inactive)
GET /v1/job-types
cURL Node Python Go Ruby PHP Java .NET
⧉ 복사 curl -X GET "https://api.crisphive.com/v1/job-types" \
-H "Authorization: Bearer chsk_test_4eC8xQ9mZ2pL7Ka0rT" 응답 200 OK ▾
400 INVALID_REQUEST_BODY ▾
401 UNAUTHORIZED ▾
403 API_KEY_SCOPE_INSUFFICIENT — the key authenticated but is restricted and does not carry the permission this endpoint requires. data.required_scope names the missing permission code. Mint a key that carries it (a full-access key carries all of them); this is NOT the same as your user account lacking a permission.
PLAN_MODULE_NOT_INCLUDED — the business's subscription plan does not include the module this endpoint belongs to. data.module names it. This is a BILLING answer, not a credential one: no key, however broad, can reach a module the plan excludes — the business has to upgrade. Distinguish it from API_KEY_SCOPE_INSUFFICIENT by error_code, never by status. ▾
429 TOO_MANY_REQUESTS — per-key rate limit exceeded (240 requests/min, shared across /v1 and /mcp). Back off for the number of seconds in the Retry-After header; every response also carries X-RateLimit-Limit / X-RateLimit-Remaining / X-RateLimit-Reset. ▾