Add a Note
Adds a note to an open review. The text is stored in a vault, separately for your account, and is never returned by the API: your team reads it in the portal, and it appears in the case file your people export.
Authorizations
Per-request DPoP proof JWT (RFC 9449). MUST accompany the Authorization: DPoP <access_token> header on every protected operation. The proof is signed by the merchant's private DPoP key and carries htm, htu, iat, jti, and ath claims.
Headers
Unique key identifying this operation. Sending the same key twice returns the original response instead of creating a duplicate. Keys are retained for 24 hours.
255Path Parameters
Review ID.
^irv_[a-zA-Z0-9]+$Body
2000Response
The note (without its text).
A note's presence. Its text is never returned by the API.