post https://api.sprucehealth.com/v1/contacts/search
This operation searches all contacts available to a given organization and returns a resulting set of results.
The hasMore
field can be used to determine if there are remaining results to list. The paginationToken
field can be provided on subsequents calls to retrieve the next page of results.
Why is this a POST
? GET
requests with a body are not supported by all HTTP libraries. To support complex nested search filters and other tooling, the POST
body is leveraged.