API

Welcome!

On these pages you can get all the information needed about the pakketmail API and making your own plugin.
We provide this API for developers to be able to send and retrieve data from our shipping system.
Please read the entire documentation before starting so you know what you have to take into account in your code.

This api is a so-called REST API.
This means that the API is called using the correct URL and endpoint. On this endpoint you can then use a valid method.
There are some slight deviations to the 'normal' REST standard, in particular authentication and security. This will be explained in the pages concerning those topics.

If you are just starting out on API's then there is ample information online about REST API's and OPENAPI standards. It is advisable to at least gain a basic understanding of those standards and methods before starting your code!