/help/exceptions GET
Overview
Fetches the documentation on which exceptions are thrown by the API, their HTTP codes, their default messages and a brief description of what the exception means.Request Arguments
This endpoint does not accept any request arguments.Response Arguments
| Name | Type | Description |
|---|---|---|
| <html> | String | Returns the html of the help doc |
Response
The HTML document of the exception help page.Change Log
| Version | Change |
|---|---|
| v10 |
Added /help/exceptions GET endpoint.
|