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)
[
{
"category_code": "string",
"name": "Spokesperson / Influencer"
}
]