User Tools

Site Tools


api_quick_start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
api_quick_start [2025/01/03 18:08] – created brad.sharpapi_quick_start [2025/01/17 18:47] (current) – [Retrieve Access Keys] brad.sharp
Line 48: Line 48:
  
 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.   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 ===== ===== Postman Connection Test =====
 +==== Collection - ClaimRev Test API ====
  
-1. Create a new **GET** request and input this URL:  +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 
 + 
 +{{:postman_authorization_1.png?400|}} 
 + 
 +Set the Configure New Token with the information previously provided. 
 + 
 +{{:postman_authorization_2.png?400|}} 
 + 
 +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      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.
  
-2. In the **Authorization** tab, enter the information provided on the first page of this document.  +{{:postman_getdefaultaccount_1.png?400|}}  
  
-3. Click **Get New Access Token**.   
  
-4Using the JWT that comes back, click the **Send** button in Postman to send the request.  +3Click the **Send** button in Postman to send the request.  
  
-5. Your account number should come back to you.+4. Your account number should come back to you.
  
api_quick_start.1735927735.txt.gz · Last modified: 2025/01/03 18:08 by brad.sharp

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki