Skip to main content
POST
Find Contacts by Proximity

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

skip
string

The number of records to skip. Default = 0.

take
string

The number of records to take. Default = 10.

Body

application/json
latitude
string
longitude
string
distanceInMiles
string

Response

OK

id
string

The unique identifier of the record in Virtuous.

name
string

The display name of the record.

address
string
lifeToDateGiving
string

The total amount the contact has given since the first gift.

contactViewUrl
string

A link to the related contact.

latitude
string
longitude
string
Last modified on August 11, 2026