URL Prefix
All URLs for the authentication features are preceded by the address of Modulo Risk Manager. For example: https://system.modulo.com/RM9.
In this document, this address is identified by "{RMUrl}".
Error Response
If an error occurs when executing the feature, a JSON object will be returned in the following format:
{
string error;
string error_description;
string error_uri;
}