Getting Started
Using the API
Access Models
The response you get from our APIs will depend on the type of model that you have: or . For more details, please check our Data-as-a-Service page.
Accessing the API
You need credentials to our website to access our APIs. Please request access here.
Check out our complete Initial Setup guide for more details.
Authentication
All requests to the CreditRiskMonitor API must include a SessionKey
header. To obtain one, first call the Login
endpoint (link) using your username and password. Include the SessionKey
in all subsequent API calls.
Content Type
The CreditRiskMonitor API accepts JSON or XML in request bodies and returns JSON or XML in response bodies. You will need to include type=json
or type=xml
in the request body.
Explore our APIs
Business Information
Financial Data
Portfolio Management
News Management
User Management
Trade Receivables
Error Types
400 - Bad Request:
There was an issue with the request format.403 - Forbidden:
The user was not authorized to access the requested resource.
The common cause for 403 is an expired Session Key. Use the login endpoint to generate a new one.
404 - Not Found:
The requested resource could not be found.429 - Too Many Requests:
The user made too many requests in a short period.500 - Internal Server Error:
The server encountered an unexpected error.
Rate Limits
The rate limits depend on the type of account you have:
User Type | Requests/hour |
---|---|
Ordinary | 10 |
API Developer | 200 |
API User | No Limit |
Was this page helpful?