get
https://yespo.io/api/v1/contacts
Search for contacts. The method returns max 500 results.
The total amount of contacts is in the TotalCount header.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
NoteThe
externalCustomerIdparameter accepts only one identifier per request. Multiple values separated by a comma (or any other delimiter) aren't supported — such a request returns an empty result.
Sorting the results
sortBy=contactIdsorts the results in descending order — the most recently created contact is returned first.To get the latest contact created for a given external identifier, send the request with the
externalCustomerIdfilter andsortBy=contactId, then take the first element of the response.
