CrushBank API

Allows you to run searches, rate documents, submit a documentation request, and track clicks via API

CrushBank offers the ability to run searches using an API. This is ideal if you want to build your own front end interface to conduct searches.

  1. https://api.crushbank.com/swagger/index.html
  2. https://externalauthentication.crushbank.com/swagger/index.html

For authentication, you will need to pass the following in the body:

{
"clientId": "960c31a7-d846-4c83-bcce-56b7bac5898c",
"clientSecret": "MzgwLWI3Mjc5NTBiLTFjMTEtNDg5My05NTA4LTY2NzdkODZmMzljYQ=="
}
You can get the values for clientId and clientSecret from the company form page in CrushBank admin. clientId = Guid and clientSecret = API Key.
Screenshot 2023-02-10 at 11.18.35 AM

Screenshot 2023-02-07 at 8.27.45 AM

Screenshot 2023-02-07 at 8.34.28 AM