User Tools

Site Tools


api_quick_start

ClaimRev API Quick Start Guide

Authentication

Grant Type: Client Credentials

Client Authentication: Send Client Credentials in Body

Client ID: ClaimRev will provide

Client Secret: ClaimRev will provide

API Server

Testing

Production

Exposed APIs

Visit Swagger UI to see available API’s. For security reasons, the “Try It Out” option isn’t available. Tests will have to be run using Postman with the supplied Client ID and Secret.

Swagger URL: https://testapi.claimrev.com/index.html

Swagger Authentication:

  1. Contact ClaimRev for this information

Retrieve Access Keys

Log into https://testportal.claimrev.com/ using the username supplied in the enrollment form. The test environment does not email passwords at the time of this writing. Please use the forgot password link. Once logged in, use the menu to the left and look for the menu option “Client Connect”. On this screen you can retrieve the Client ID and Secret.

Postman Connection Test

Collection - ClaimRev Test API

We like to create a collection in Postman for our tests. It helps get things moving faster before we move fully into our application that we're building. Once a collection is created click on that collection and then go to the Authorization tab.

Auth Type should be OAuth 2.0

Set the Configure New Token with the information previously provided.

Once complete click “Get New Access Token”. A new token should be generated and saved to your postman.

Get Default Account Test

1. Create a new GET request and input this URL under the collection just created:

 https://testapi.claimrev.com/api/UserProfile/v1/GetDefaultAccount  
 

2. In the Authorization tab, the Auth Type of OAuth 2.0. In the Current token select from “Available Tokens”. This token should be created in the previous step.

3. Click the Send button in Postman to send the request.

4. Your account number should come back to you.

api_quick_start.txt · Last modified: 2025/01/17 18:47 by brad.sharp

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki