CDN API

February 27, 2024


On this page

This REST API offers a picture storage and file storage.

Internally, we use it for product pictures and product files — but it can just as well support any custom assets.

There are two endpoints:

Sandbox endpoint for sandbox accounts:

Production endpoint for all other accounts:

Authentication

Make a verifyUser call to Erply API. From the response, obtain field token. It is a JSON Web Token.

Include the token in every subsequent request, as header JWT.