Authentication
All the endpoints in this guide, can either be accessed using the normal authentication method, or by authenticating using a shipping module key (see below).
Authenticaiton using shipping module key
A shipping module key is a special key that only gives access to shipping module related API endpoints. It is therefore the preferred method of authentication when building a custom module for your own webshop.
Authentication using the shipping module key is straightforward and simply requires adding the key as a URL parameter.
Example
https://app.shipmondo.com/api/public/v3/shipping_modules/carriers?frontend_key=<...>
info
See our pricing page for details on quotas for these endpoints.