Update Clerk instance communication settings

Update SMS communication settings for a connected Clerk instance.

← All Clerk endpoints · Capability overview

PATCH/v1/clerk/instance-communication-settings

https://api.vee3.io/v1/clerk/instance-communication-settings

8 tokens

Update SMS communication settings for a connected Clerk instance.

Authorization

Send your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

MCP

The same capability is available as an MCP tool on Vee3 hosted MCP.

Tool name

clerk.update_instance_communication_settings
Parameters2 fields
clerk_instance_idstringOptional

Clerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.

blocked_country_codesarrayOptional

ISO country codes to block from receiving SMS messages (up to 250).

Response3 fields
communication_settingsobject
2 fields

Updated Clerk instance communication settings from the Backend API.

objectstring

Clerk object type for communication settings.

blocked_country_codesstring[]

ISO country codes blocked from receiving SMS messages.

HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required