Price

Curious how much a booking will cost? Use our price calculator to get an estimate.

Create a test account to get started.

Test Account Setup

NOTE: For immediate return PUDs, the duration and distance is for one direction.

Price Estimation

get

Get price estimation for a PUD

Query parameters
pickupAddressstringRequired

Pickup address

Example: Møllergata 6
pickupPostalCodestringRequired

Pickup postal code

Example: 0159
deliveryAddressstringRequired

Delivery address

Example: Møllergata 6
deliveryPostalCodestringRequired

Delivery postal code

Example: 0159
immediateReturnbooleanOptional

Immediate return

Default: falseExample: false
Header parameters
x-api-tokenstringRequired

Company API key

Responses
200
Price estimation returned
application/json
get
GET /api/v3/price-estimate?pickupAddress=Møllergata+6&pickupPostalCode=0159&deliveryAddress=Møllergata+6&deliveryPostalCode=0159 HTTP/1.1
Host: 
x-api-token: text
Accept: */*
{
  "price": 1234,
  "outOfArea": false,
  "durationInSeconds": 1234,
  "distanceInMeters": 1234,
  "resolvedPickup": "Møllergata 6, 0179 Oslo, Norway",
  "resolvedDelivery": "Møllergata 6, 0179 Oslo, Norway",
  "immediateReturn": false,
  "bookingBlockingInfo": [
    {
      "start": "2021-08-13T12:00:00Z",
      "end": "2021-08-13T14:00:00Z"
    }
  ]
}

Last updated