This 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.
This is a REST API. There are two endpoints:
Sandbox endpoint for sandbox accounts:
Endpoint: https://cdn-sb.erply.com/
Documentation: https://cdn-sb.erply.com/documentation/index.html
Endpoint: https://cdn.erply.com/
Documentation: https://cdn.erply.com/documentation/index.html
Make a verifyUser call to Erply API. From the response, obtain field "token"
. It is a JSON Web Token.
curl -L -X POST 'https://cdn-sb.erply.com/session?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9....'
{
"sessionKey": "IM2I+TR1St"
}