POST
/
api
/
v1
/
pki
/
alerts

Body

application/json
projectId
string
required

The ID of the project to create the alert in.

pkiCollectionId
string
required

The ID of the PKI collection to bind to the alert.

name
string
required

The name of the alert.

alertBeforeDays
number
required

The number of days before the certificate expires to trigger the alert.

emails
string[]
required

The email addresses to send the alert email to.

Response

200 - application/json
id
string
required
createdAt
string
required
updatedAt
string
required
projectId
string
required
pkiCollectionId
string
required
name
string
required
alertBeforeDays
number
required
recipientEmails
string
required

Was this page helpful?