Authentication
All the endpoints in this guide, can either be accessed using the normal authentication method, or by authenticating using a delivery checkout key (see below).
Authentication using delivery checkout key
A delivery checkout key is a special key that only gives access to delivery checkout related API endpoints. It is therefore the preferred method of authentication when building a custom module for your own webshop.
Authentication using the delivery 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.