Internet on board#

Internet firmware#

Internet on board is now in alpha stage. If you have an internet board, make sure you are on internet firmware.

The firmware version you are downloading at this step will have a <Internet> tag. Download that.
other version of firmware will not work.
blue-tower-board

Authentication#

In order to use our apis you will need your client and secret. This will be provided to you.

When you visit our Api docs You will need to put your credentials in the “Authorize” menu on the top right of the page.
blue-tower-board

Scroll all the way to the bottom, put in your credentials and select “service_provider” and “tower_access”

Using the right API#

Scroll down to the Towers-access-online (early access) section.

Here you have the option to do a dropoff or pickup.
internet-dropoff-api

You will need your Location ID and your Locker ID. Note that these are different from Location name and Locker name.

Both of these values are available to you on Harbor Console. And returned from our Harbor API.

Your location ID will be something like “123” and the locker ID will look like “12345”. Remember “A-1” or “3” Is NOT the locker ID. That is the locker’s name.

Once you put in this data press execute. This will perform a dropoff.

If there are permissions errors, make sure you selected tower_access and service_provider in the authorizations tab.

If there are not found errors, check your location and locker IDs. Feel free to reach out to Harbor if you are not sure what these numbers are.

Picking up#

You can use: /v1/towers/{tower_id}/lockers/{locker_id}/pickup to perform a pickup.

internet-dropoff-api
Your location ID and locker ID will be the same as the previous step.