Authentication
You must authenticate every time you wish to use the Web services.
Authentication uses the HTTP Basic method. Simply provide your username and API key to access the services.
The API key is a unique key that you receive when you create your account. It is completely independent from your password and can be regenerated without having to modify any other account information.
Example
Unsuccessful response
| Code | Description |
|---|---|
| 401 | Access denied. There is a problem with your username or API key. |
{
"errors": ["access_refused"]
}
<loan>
<errors>
<error>access_refused</error>
</errors>
</loan>
Access denied