Post
POST /rendezvous/v1
Rendezvous takes a list of queries, finds delivery clusters, and returns cluster centres plus the covered addresses for each cluster.
This is not a routing tool. It does not provide delivery order or route optimisation.
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
List of Query objects. The Query object is shared across Naurt APIs. Different query types may be mixed in the same request.
Shared Naurt Query object.
The Rendezvous spec refers to the shared Search Query specification.
At minimum, address-based queries such as address_string are supported.
Other shared query forms may also be accepted.
object
Free-form address query string
Example
{ "address_string": "18a, Montague Place, Brighton, BN2 1JE, United Kingdom"}Optional Rendezvous request options
object
Examples
Example address batch
{ "queries": [ { "address_string": "18a, Montague Place, Brighton, BN2 1JE, United Kingdom" }, { "address_string": "Flat 9, Montague Court, Montague Street, Brighton, BN2 1NQ, United Kingdom" }, { "address_string": "28 Hereford Street, Brighton, BN2 1JT, United Kingdom" }, { "address_string": "4378twbv5934wy 9q87v3ncyq9nv eriyuib4478twtvwbeihsecfonreniren vt9nhyutrevuhtvnuhitr" }, { "address_string": "27 Hereford Street, Brighton, BN2 1JT, United Kingdom" }, { "address_string": "28 Essex Street, Brighton, BN2 1JW, United Kingdom" }, { "address_string": "Flat 31, Martlet Court, Hereford Street, Brighton, BN2 1LQ, United Kingdom" } ]}Responses
Section titled “ Responses ”Successful clustering response
object
object
object
Normalised address; may differ from the searched address
object
object
object
object
Distance in metres from the searched latitude/longitude. Present only when searching with latitude and longitude.
object
Normalised address; may differ from the searched address
object
object
object
object
Distance in metres from the searched latitude/longitude. Present only when searching with latitude and longitude.
Queries that could not be matched
Shared Naurt Query object.
The Rendezvous spec refers to the shared Search Query specification.
At minimum, address-based queries such as address_string are supported.
Other shared query forms may also be accepted.
object
Free-form address query string
Example
{ "address_string": "18a, Montague Place, Brighton, BN2 1JE, United Kingdom"}API version used to service the request
Request identifier useful when reporting issues to Naurt. Mentioned in the prose docs, though not shown in the response shape block.
Bad request
Missing or invalid API key
Internal server error