Overview
Catalogs act as the dictionaries for your Worky environment. Before you can add employees or run payroll, you need to populate these lists. Many are pre-loaded (like SAT tax codes), but you need to configure your specific Job Positions,Cost Centers, and Departments.
1. Create Departments
Define the organizational structure.
POST
/api/v1/accounts/directory/job-positionSwagger update: Department-specific endpoint is not exposed in current OpenAPI. Confirm current organization-structure endpoint with backend.
Request Body
{
"name": "Engineering",
"costCenterId": "cc-123",
"managerId": "emp-001"
}2. Define Job Positions
Standardize roles across the company.
POST
/api/v1/accounts/directory/job-position3. System Catalogs (Read-Only)
Worky provides standard Mexican catalogs that you should reference but not modify.
Banks
GET
/api/v1/accounts/catalogs/system/bank-keysTax Regimes
GET
/api/v1/accounts/catalogs/tax/tax-regimes