API MERLO
SUMMARY
Merlo offers the possibility to integrate data from the Merlo Mobility with any customer platforms.
This integration is enabled through REST API methods. The Merlo Mobility REST APIs comply with the ISO 15143-3 standard, making data exchange configuration easier.
This is just a brief list of the available features, click here for the complete documentation.
HOW TO ACCESS IT
To use this API you should send an email to service.merlomobility@merlo.com asking for username and password.
To use the ISO15143-3 endpoints, you must first obtain a token, which must be used with the Authorization Bearer header.
After the first login you should send an email to service.merlomobility@merlo.com asking the token.
ABOUT THE TOKEN
The token expires after 7 days and you will have to login again to get a new one. If the token is not expired you don’t have to login as the system recognizes an user by the token assigned to it. An easy way to check if the token is still valid is to make a request to “/user/me” and look for the response code, if it’s 200 the token it’s still valid, if it’s 401 the token is expired.