latestOpenAPI 3.1.1Proprietary – Contact us for usage terms2026-08-20173183551.4 KB

9da73dd2f99e

blacklist

Update the comment on a user's blacklisted number

Updates the comment (reason) associated with a blacklisted phone number in a user's personal blacklist. The new comment is passed directly in the URL path. Use this to add or modify the reason why a number was blocked without removing and re-adding the entry.

Permission: Users Write required.

Monitoring impact:

  • OFF: Can only update comments on your own blacklist entries.
  • ON: Can update comments on any user's blacklist entries.
patch/users/{userId}/blacklists/numbers/{phoneNumber}/comment/{newComment}

Path parameters

userIdinteger required
Example:123456

The identifier of the user

phoneNumberinteger required
Example:33612345678

Phone number in E.164 format without the + prefix (e.g., 33612345678).

newCommentstring required
Example:new_comment

The new comment

Response

Successful operation