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:
- Endpoint: https://cdn-sb.erply.com/
- Documentation: https://cdn-sb.erply.com/documentation/index.html
Production endpoint for all other accounts:
- Endpoint: https://cdn.erply.com/
- Documentation: https://cdn.erply.com/documentation/index.html
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
.