Authenticate with your API key in the
x-api-key header.List categories
cURL
Create a category
Creating is idempotent: if a category with that name already exists, its id is returned instead of a duplicate.string
required
Category name, e.g.
Engineering.cURL
Assigning a category to a job
When creating a job with Create Job, pass either:categoryā a category name. It is matched to an existing category (case-insensitive) or created if new.category_idā an existing category UUID (takes precedence overcategory).
cURL