API Docs & Sandbox

Along with this API Resource portal, which has simplified API documentation in the Resources >> Reports section, we have also provided a portal with more detailed interactive API Docs.

Click "TRY IT!"

Click "TRY IT!" to make a live call to our Demo API gateway.

Set your parameters and send the request

You will be presented with an input text box with example parameters for the selected endpoint. You may add, remove, or modify parameters as needed, then click on Execute.

See the composed request and endpoint response

You will see the complete cURL request being sent to the server, for example:

curl -X 'POST' \
  'https://demoapidocs.firstrate.com:8443/reports/demographics' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{
  "accounts": [
      "22-222233"
  ],
  "asOfDate": "20240630",
  "demographics": [
      "ACCT",
      "NAME",
      "MVI_ACC",
      "ICPDATED",
      "BNK",
      "ACCTCURR",
      "UDA101"
  ]
}'

The response body, headers, and other details will also be provided.

Was this page helpful?