Skip to content
LinqCopy agent prompt

Blocked Handles

Block handles — phone numbers, email addresses, SMS short codes, or sender IDs. Inbound messages from a blocked handle are dropped before they reach your webhooks, and direct sends to a blocked handle are rejected with 403 (error code 2026). Group sends that include unblocked members are not restricted.

List blocked handles
client.BlockedHandles.List(ctx) (*BlockedHandleListResponse, error)
GET/v3/blocked_handles
Block a handle
client.BlockedHandles.Block(ctx, body) (*BlockedHandleBlockResponse, error)
POST/v3/blocked_handles
Unblock a handle
client.BlockedHandles.Unblock(ctx, body) error
DELETE/v3/blocked_handles
ModelsExpand Collapse
type BlockedHandleEntry struct{…}
BlockedAt Time

When the handle was blocked

formatdate-time
Handle string

The blocked handle, normalized (E.164 phone, lowercased email, short code, or sender ID)

Reason stringOptional

Optional note recorded when the handle was blocked