latestOpenAPI 3.0.02026-08-10233809957.8 KB

5cdfae3fa1fa

Reports

API to retrieve formatted credit score report

get/reports/railzScore

Query parameters

businessNamestring required

Unique business name identifier.

serviceName'freshbooks' | 'quickbooks' | 'quickbooksDesktop' | 'xero' | 'oracleNetsuite' | 'sageBusinessCloud' | 'sageIntacct' | 'dynamicsBusinessCentral' | 'zohoBooks' | 'byod' required

Name of accounting service provider, reuse currently available enum used in the feeder

startDatestring

The start date of the report frequency in the format: yyyy-MM-dd.

endDatestring

The end date of the report frequency in the format: yyyy-MM-dd.

Response

Successfully returned credit score

Example response

{
  "meta": {
    "reportId": [
      "5fad8a342a88364234392fb5"
    ],
    "serviceName": "xero",
    "businessName": "Railz",
    "endDate": "2020-12-25T01:02:03Z",
    "startDate": "2020-11-25T01:02:03Z"
  },
  "data": {
    "score": 800,
    "rating": "Excellent",
    "lastUpdated": "2020-12-31"
  }
}