---
title: "Approve My Secure Notifications By Code"
method: POST
path: "/workflows/v1/secure-notifications/approvals"
tags: ["Secure Notifications"]
---

# Approve My Secure Notifications By Code

`POST /workflows/v1/secure-notifications/approvals`

Public twin of the internal approve-by-code route, reachable through the gateway.

Exists for the same reason as the public read route: the gateway only proxies ``/workflows/v1``, so
an AI tool configured with an FQDN cannot reach the internal surface at all.

## Request body

- ApproveSecureNotificationsRequest — Body for the AI ``approve_secure_notification`` tool. ``notification_code`` is the short code **read aloud to the caller**, not the ``notification_id``. The two are easy to confuse and behave completely differently: an id names exactly one notification for all time, while a code names whichever notification is currently pending with it.
  - `notification_code` string, required — The 4-digit code read to the caller (not the notification id)

## Response `200`

Successful Response

- ApproveSecureNotificationsResponse — Outcome of approving by code. ``notifications`` carries one row per notification actually processed, each with its resulting status, so a caller can see exactly what happened rather than inferring it from a single flag.
  - `success` boolean, required
  - `notification_code` string, required
  - `processed_count` integer, required
  - `approved_count` integer, required
  - `message` string, nullable
  - `notifications` SecureNotificationResponse[], required
    - `notification_id` string, required
    - `code` string, required
    - `status` string, required
    - `created_at` string, date-time, nullable
    - `expires_at` string, date-time, nullable
    - `approved_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-24** `777675c8a285` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/interactly/apis/interactly-api-3/changes/workflows/v1/secure-notifications/approvals/post.md)

---

[API](https://skmtc.dev/interactly/apis/interactly-api-3.md) · [All operations](https://skmtc.dev/interactly/apis/interactly-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/interactly/interactly-api-3/revisions/35cbea12a781/schema)
