get https://global.unless.com/api/v1/contacts
Get a list of contacts from a specific website
Response
This call will respond with an object. The object contains two fields; contacts (array) and hasMore (boolean). The contacts array contains a maximum of 250 contacts. The contacts are sorted by last updated date. The contact objects will contain the contact ID, identifier, email and a profile object containing all the profile fields. The boolean hasMore indicates if the response was limited and more contacts are available to retrieve.