Skip to main content

Authentication via the Monto API

Updated over 3 years ago

All requests must be authenticated with the API key of the site which can be found on https://www.monto.io/shop/api.

The API key must be attached to the URL as a query parameter e.g.

/xyz?api_key=abc123

For example:

POST https://api.monto.io/orders?api_key=...

Did this answer your question?