Skip to main content
Requires an API key with full_access scope. Creates a custom job type that can be used when creating jobs. Predefined types (e.g. Wind Turbine, Cell Tower) are always available and do not need to be created.

Body

string
required
Job type name. 1 to 50 characters.
string
default:"settings"
Icon identifier used in the dashboard. Max 20 characters. Defaults to settings. Icons are based on Lucide icon names (e.g. wind, radio, home, zap, sun, hammer, database, traffic-cone, settings).

Response

string
required
The unique identifier of the newly created job type.

Errors

400 Bad Request - Validation failed.
Other validation messages include:
  • name must be between 1 and 50 characters
  • icon must be a string
  • icon must be less than 20 characters