Subscribe to notifications for a specific item
POST /v1/notifications/subscriptions
POST
/v1/notifications/subscriptions
Request Body required
Section titled “Request Body required ”Array<object>
Payload for subscribing to individual items This is separate from SubscriptionPayload to enforce that item_identifier is required
object
item_identifier
required
The identifier of the specific item (e.g., “RSK-123”, “INC-456”)
string
notification_type
required
string
Responses
Section titled “ Responses ”Successfully added subscription
Invalid request - notification types that are not for specific risks or incidents must use preferences endpoints
Could not add subscription