Step Action
1 Select your collection Sandbox and click Add a request.
Add a request to sandbox
2 Enter the name of the API that you want to connect to, in our example Chemistry lab.
Rename the request
3 Enter the specific request URL:

  1. Copy the specific Request URL from the COS-portal for the API that you wish to connect to, in this example Chemistry lab results.
    Enter the request URL
  2. Paste the url in the field Enter request URL in Postman.
    Paste the URL
4 Configure the tab Authorization for your request Chemistry lab:
Configure the Authorization tab
  1. Select the tab Authorization.
  2. Select OAuth 2.0 in the list Type.
  3. Select your newly created COS Access Token in the list Available tokens.
    Select access token
5 Configure the tab Headers for your request Chemistry lab:
Configure the headers tab
  1. Select the tab Headers.
  2. Type patient in the column KEY and a patient ID, in our example 191212121212, in the column VALUE.
  3. Type Ocp-Apim-Subscription-Key in the column KEY and your Primary Key in the column VALUE.
6 Click Send.
Send the request
Result: If the the request worked as expected, you should receive the result 200 OK, and some actual results about the chemistry lab. Result of the request