Skip to main content
POST
Kit - Create

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
data
object
required

Kit data object

Response

Kit created

success
boolean
required

Whether the operation succeeded

_id
string
required

ID of the created kit

Example:

"507f1f77bcf86cd799439011"

new_kit_id
string
required

ID of the newly created kit (same as _id)