# List all category codes **GET /api/v1/category_codes** Returns a list of your approved job category codes. The job category codes are returned sorted by approval date, with the most recently approved job categories appearing first. ## Servers - Production server: https://api.1099policy.com (Production server) ## Parameters ### Query parameters - **limit** (integer) A limit on the number of objects to be returned. Limit can range between `1` and `100`, and the default is `10`. ## Responses ### 200 Returns an array of job category code objects. If no more job category codes are available, the resulting array will be empty. #### Body: application/json (array[object]) - **category_code** (string) - **name** (string) The name of the job category code. [Powered by Bump.sh](https://bump.sh)