Skip to main content

Prerequisites

Before you begin, you’ll need: 
To get started, request developer access here. This allows you to test the APIs and evaluate if they meet your specific needs before committing to a full account.
  1. Contact our Sales team:
    1. Email: info@creditriskmonitor.com 
    2. Phone: (845) 230-3000 
  2. Discuss your specific needs 
  3. Get personalized onboarding support 

Developer Account

  1. Perfect for evaluation and testing 
  2. Free 30-day access 
  3. Request Developer Access Here 
  4.  
    • North American business coverage 
    • 200 requests per hour 
    • 30-day validity 
    • API-only access (no web platform access) 

Authentication Process

Generate Session Key

Your first API call should be to the login endpoint to obtain a : 
A successful login returns a response containing a : 
There is a rate limit based on the type of user account you have:Each request will return three headers that describe the rate limit values.

Use Session Key

Include the in the header of all subsequent API requests. For example, a subsequent request to the News endpoint would be:
Important notes:
  • All API endpoints require a valid
  • Requests without a valid session key will return an error
  • Session keys expire after a period of inactivity
  • If your session key expires, simply generate a new one by logging in again
The API can respond in either XML or JSON, defined by setting the parameter.

Querying Business Info

In this example, we will write Python code to get basic business info using CreditRiskMonitor API. Let’s define our CRMZApi class function.
Finally, let’s create a function to get information from a business:
By running this code, you will get the output for Tesla Inc as follows:
Add more API endpoints to the CRMZ API Class to easily access other data points in your code.
This fast configuration demonstrates how to create a basic code to extract data from CreditRiskMonitor. You can go ahead and expand on this workflow to suit your particular requirements.

Next Steps

Having engaged swiftly with our APIs, it’s now the moment to delve into additional possibilities:

API Reference

Explore how to get business information, financial data, risk scores, and more.