API access to Contacts data

Hello,
I am using Login App and have created a custom field for New Customers /say Custom1/.
I know that using wix-users API I may get id and e-mail of signed in customer (using user.getEmail() function).
Is there a way I could get the value of my custom field of a customer ?
And in general - is there an API to get information from Contacts entity ( say First name, second name or else ) ?
Regards,
Vasil

Hi Vasil,
I’m afraid that currently there’s no API to the Contacts (meaning the information from the Contacts dashboard ). However, you can suggest this as a feature request here .

Best,
Tal.

Why is that? There is an API to Create contact, but not to get?

The only workaround is to use Rest api

https://dev.wix.com/api/rest/crm/contacts/list-contacts

Too bad that we have to go all the way round to get a list of contacts.