Skip to main content
POST
Kit - Add Custom Field

Authorizations

Authorization
string
header
required

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

Body

application/json
kit_id
string
required

Kit ID

field
string
required

Custom field name

value
string
required

Custom field value (use "REMOVE" to delete an existing field)

Response

Custom field added to kit

success
boolean
required

Whether the operation succeeded