Create Kit

Creates a new kit. Materials can be added after creation using the Add Material endpoint.

Requires scope: kits:write

Authentication

API_KEYstring
API Key authentication via header

Request

This endpoint expects an object.
namestringRequired
Display name for the kit. Required. Maximum 255 characters.
descriptionstringOptional
Description of the kit and its intended use.
costdoubleOptional
Total cost for this kit.

Response

This endpoint returns an object.
idUUID
Unique identifier for the kit.
namestring
Display name of the kit.
activeboolean
Whether the kit is currently active.
materialCountinteger
Number of distinct materials in this kit.
descriptionstring
Description of the kit and its intended use.
costdouble
Total cost associated with this kit.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error