List all 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.
Query parameters
-
limit integer
A limit on the number of objects to be returned. Limit can range between
1
and100
, and the default is10
.Minimum value is
1
, maximum value is100
. Default value is10
.
GET /api/v1/category_codes
curl \
-X 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"
}
]