API Phone number called masked ?
Hi everyone,
Iβm using the FluentCRM REST API with a WordPress Application Password from an Administrator account.
The API works, but the phone field is either empty on:
GET /wp-json/fluent-crm/v2/subscribers
or masked on:
GET /wp-json/fluent-crm/v2/subscribers/{id}
I need the full phone number for a private internal integration that prefills client data from FluentCRM.
Is there a FluentCRM setting, role/capability, endpoint, hook, or filter that allows an authenticated admin/API request to retrieve the unmasked phone number?
Or are phone numbers intentionally stored/returned masked by FluentCRM even for admin users?
Thanks!
What do you mean by phone number field is masked? no data is masked if you have contacts read access.
Shahjahan JewelΒ Thank you I figured it out the API call (made by novamira MCP) wasn't complete. Now My agent get infos directly in the DB and can synchronize the phone number ! #solved :)