Marks a specific contact as a favorite for the logged-in user using its unique identifier. This action is user-specific and does not affect the preferences of other users within the same account. Ensure the provided contact ID exists and is valid.
Request
Authorization
Add parameter in header
x-api-token
Example:
x-api-token: ********************
Path Params
contactId
string<uuid>
required
Contact ID
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.signater.com/v1/ecm/contacts//favorite' \
--header'x-api-token;'