Skip to main content
POST
Add Trust Center control

Authorizations

Authorization
string
header
required

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

Path Parameters

slugId
string
required

Body

application/json
controlId
string
required

ID of the control to add to the Trust Center.

categoryIds
string[]
required

IDs of the categories to add the control to. This cannot be empty.

Minimum array length: 1

Response

200 - application/json

Ok

id
string
required

Unique identifier for the control.

name
string
required

The name of the control, usually a summary of the description.

description
string
required

The description of the control.

categories
object[] | null
required

The Trust Center control categories that the control belongs to.