← Back to catalog
usajobs.code_lists
mock data$0.001 / callUSAJOBS Reference Code Lists
Fetch reference code lists used by USAJOBS — agency codes, pay grades, hiring paths, occupational series, security clearance levels, work schedules. Use to discover valid values for search filters.
Input schema
code_listrequired
stringReference code list name. Options: agencysubelements (all federal agencies and sub-orgs), occupationalseries (4-digit job-family codes, e.g. 2210=IT Specialist), hiringpaths (public/veteran/student/disability/internal), securityclearances (Public Trust to TS/SCI), applicantsuppliers (hiring authority types), geoloccodes (geographic location codes), postalcodes (ZIP code lookup), cyberworkroles (NICE Cybersecurity Workforce Framework roles).
Call via REST
curl -X POST https://unifyapi.pro/api/call/usajobs.code_lists \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"code_list":"<code_list>"}'