# /catalogs/industry ## Purpose Returns the supported industry categories and associated job titles used for onboarding and compliance classification. ## When to use Use this endpoint to: - Populate industry/job selection lists - Standardize occupation classification for KYC/AML and reporting ## Authentication Requires x-client-id and x-secret-key headers. ## Common errors - 401 Invalid credentials - 500 Internal error Endpoint: GET /catalogs/industry Version: 1.0.0 ## Header parameters: - `x-client-id` (string, required) Error codes: required=400001, type=400002, minLength=400003, maxLength=400004 - `x-secret-key` (string, required) Error codes: required=400001, type=400002, minLength=400003, maxLength=400004 ## Response 200 fields (application/json): - `id` (string) - `industry` (string) - `order` (integer) - `jobs` (array) - `jobs.name` (string) ## Response 400 fields (application/json): - `errors` (array) List of object errorsError catalog for 400 (click to expand)CodeDescription400000The body of the request is required. Invalid JSON format of the request body.400001client_id is required400005secret_key is required - `errors.status` (string) - `errors.code` (number) - `errors.message` (string) - `errors.details` (string) ## Response 401 fields (application/json): - `errors` (array) List of object errorsError catalog for 401 (click to expand)CodeDescription401000Invalid credentials - `errors.status` (string) - `errors.code` (number) - `errors.message` (string) - `errors.details` (string) ## Response 500 fields (application/json): - `errors` (array) List of object errorsError catalog for 500 (click to expand)CodeDescription500000Internal Error - `errors.status` (string) - `errors.code` (number) - `errors.message` (string) - `errors.details` (string)