Skip to main content

Integrate HOMERUNNER

To integrate Claimlane with Homerunner, we will need some credentials and carrier information, this guides takes you trough both steps

Support team avatar
Written by Support team
Updated over a week ago

Connecting Claimlane and Homerunner

To Connect with Homerunner, we need the User Name(Brugernavn) and API-key(API-nogle)

  • You can find them in Settings > API

Note:

To authenticate with Homerunner, you must use Basic Authentication with a Base64-encoded credential string.

If you're setting up the shipping agreement yourself, follow these steps to get the right Client Secret:

  1. Combine your username and API key in the following format:
    username:API-key

  2. Encode this string using a Base64 encoder (you can use an online tool).

  3. Use the resulting value as the client secret, prefixed by the word Basic, like this:
    Client secret: Basic <base64_encoded_credentials>

Connecting the shipping agreements

Claimlane needs to know which shipping agreement(s) to use. This is managed by the Shiping Identifier.

To find the Shipping identifier:

  1. click price (1)

  2. then select the carrier (2).

  3. Each carrier can have multiple shipping options, hover over the one you need (3)

  4. and then the shipping identifier will be shown in a popover above (4).

The baseurl is always: https://api.homerunner.com

Did this answer your question?