RCS
rcs.contacts
Manage the RCS audience stored on your workspace. Contacts carry RCS capability hints (cached from prior sends) so you can segment before launching expensive broadcasts.
#Endpoints
- GET
/v1/rcs/contactsList RCS contacts. Supports search, rcsCapable, tag filters. - GET
/v1/rcs/contacts/:idFetch a single RCS contact by id. - POST
/v1/rcs/contactsCreate a contact. If the phone already exists we return the existing record. - PATCH
/v1/rcs/contacts/:idUpdate name, tags, custom fields, or opt-in status. Opt-out sets subscribed=false.
GET
/v1/rcs/contactsList RCS contacts. Supports search, rcsCapable, tag filters.
SDK
TypeScript
GET
/v1/rcs/contacts/:idFetch a single RCS contact by id.
SDK
TypeScript
POST
/v1/rcs/contactsCreate a contact. If the phone already exists we return the existing record.
SDK
TypeScript
Request body
JSON
PATCH
/v1/rcs/contacts/:idUpdate name, tags, custom fields, or opt-in status. Opt-out sets subscribed=false.
SDK
TypeScript