get https://api.belco.io/v1/shops//contacts
Search by email or phone number
When searching by email or phone number, use the html url-encoded value.
for example: "+31612345678" would be "%2B31612345678"
List all contacts (With pagination)
You can call this endpoint to get a list of contacts.
The object returned contains a nextPage url in case there is a second page (or more) with the correct use of parameters.
You can also change the amount of contacts returned by the parameter ?limit=50.
The maximum amount of contacts you can call per request is 100.
Without setting the limit parameter, the default 50 contacts would be fetched.