List all category codes Run in API Explorer
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.
GET
/api/v1/category_codes
curl \
--request GET 'https://api.1099policy.com/api/v1/category_codes'
Response examples (200)
[
{
"name": "Computer Service or Repair",
"category_code": "jc_MTqpkbkp6G"
},
{
"name": "Spokesperson / Influencer",
"category_code": "jc_5Tqpkbkp6G"
}
]