Loading...

Before building a Salesforce integration with NikoHealth, it is often useful to test APIs directly from Postman. This helps verify authentication, understand API responses, and test create/update operations before writing any code.

In this guide, we will:

  • Generate an Access Token using Client Credentials.
  • Authorize NikoHealth APIs in Postman.
  • Retrieve Patient information from NikoHealth.
  • Create a new Patient in NikoHealth.

Before starting, ensure you have:

  • NikoHealth API Base URL
  • Client ID
  • Client Secret
  • Token Endpoint URL
  • Postman Installed

You can obtain the Client ID and Client Secret from your NikoHealth API configuration.

Step 1: Open Postman

Launch Postman and create a new request.

  • Click on New → HTTP Request.

Step 1 3

Step 2: Configure OAuth 2.0 Settings

Enter the following values:

  • Grant Type: Client Credentials
  • Client ID: Your NikoHealth Client ID
  • Client Secret: Your NikoHealth Client Secret
  • Access Token URL: https://your-niko-domain.com/connect/token

Example:

Grant Type: Client Credentials

Client ID: xxxxxxxxxxxxxxxx

Client Secret: xxxxxxxxxxxxxxxx

Access Token URL: https://sandbox.yourcompany.nikohealth.com/connect/token

Group 5

Step 3: Configure Authorization

Navigate to the Authorization tab, select: Type = OAuth 2.0, and click Get New Access Token.

Group 9


Step 4: Generate Access Token

  • After clicking on Get New Access Token, Postman sends the authentication request to NikoHealth.
  • If authentication succeeds, an Access Token is returned.

Example:

{

  “access_token”:”eyJhbGciOi…”,

  “token_type”:”Bearer”,

  “expires_in”:3600

}

Then, click Use Token, and Postman automatically adds Authorization: Bearer <token> to future requests.

 

Group 6


Step 5: Retrieve a Patient from NikoHealth

  • Create a new GET request.

Example Endpoint:

GET /api/external/v1/patients/{patientId}

Example:

https://your-niko-domain.com/api/external/v1/patients/10000001

Method:

GET

  • Now, click Send.

Group 2


Step 6: Review the Patient Response

  • If the patient exists, NikoHealth returns patient information.

Example Response:

{

  “Id”:”10000001″,

  “FirstName”:”John”,

  “LastName”:”Smith”,

  “DateOfBirth”:”1990-01-01″,

  “Gender”:”Male”

}

  • This confirms that authentication and API connectivity are working correctly.
  • Group 1

Step 7: Create a New Patient in NikoHealth

  • Create a new request.

Method:

POST

Endpoint:

https://your-niko-domain.com/api/external/v1/patients

  • Then, navigate to Body → Raw → JSON.

Group 4


Step 8: Build the Patient Request Body

Example Patient Payload:

{

  “FirstName”:”John”,

  “LastName”:”Smith”,

  “DateOfBirth”:”1990-01-01″,

  “Gender”:”Male”,

  “Contacts”:{

    “Phone”:”1234567890″,

    “Email”:”johnsmith@test.com”

  }

}

  • This payload contains the patient information that will be created in NikoHealth.

step 8


Step 9: Send the Request

  • Here, click on Send.
  • Postman submits the patient data to NikoHealth.
  • If the request is successful, NikoHealth returns the newly created Patient ID.

Example:

{

“Id”:”10000125″

}

step 9 1

Step 10: Verify the Patient in NikoHealth

Open NikoHealth and search for the newly created patient, and verify:

  • Patient Name
  • Date of Birth
  • Contact Information
  • Generated Patient ID

This confirms the API request was successful.

Result

After completing these steps: 

  • OAuth 2.0 authentication is configured in Postman.
  • Access Tokens can be generated using Client Credentials.
  • Patient records can be retrieved from NikoHealth.
  • New Patient records can be created in NikoHealth.
  • API connectivity is verified before Salesforce development begins.

Conclusion

Using Postman is the fastest way to test and validate NikoHealth APIs before building healthcare CRM integrations. By configuring OAuth 2.0 Client Credentials authentication, generating an Access Token, and testing GET and POST Patient APIs, developers can quickly verify connectivity and understand the request and response structure required for Salesforce integrations.

The same authentication process can be used for other NikoHealth modules such as Orders, Prescriptions, Insurance, Authorizations, Documents, Invoices, Payments, and Purchase Orders. With Salesforce partners like HIC Global Solutions, businesses can easily integrate NikoHealth with Salesforce. Thus, if you need further assistance please contact Sales@hicglobalsolutions.com.

Watch Demo Video:

No Data Found.

Related Articles
How to Integrate Documents Between NikoHealth and Salesforce

Healthcare organizations manage a wide range of patient documents, from prescriptions and medical orders to other important records. Keeping these files updated across NikoHealth with Salesforce can be difficult when documents are uploaded and managed manually.  A reliable Salesforce document management process helps ensure patient files stay organized and accessible in one place. In this […]

Read More
How to Integrate Medical Records Between NikoHealth and Salesforce

Medical Records contain important patient diagnosis information used by healthcare providers for treatment, billing, authorizations, prescriptions, and order processing. With MultiSync Made Easy, organizations can simplify NikoHealth and Salesforce synchronization by automatically syncing Medical Records between both platforms while maintaining accurate Patient relationships. In this guide, we will configure: NikoHealth → Salesforce Medical Record Synchronization […]

Read More
How to Integrate Authorization Records Between NikoHealth and Salesforce Using MultiSync Made Easy

Authorizations are one of the most important components of the healthcare revenue cycle. They help providers track payer approvals, authorized units, approved amounts, HCPCS codes, and authorization periods before services are delivered or billed. When authorization data is managed across different platforms, keeping records updated manually can become difficult. A proper Healthcare CRM Integration helps […]

Read More
How to Integrate Google Gemini Vertex AI with Salesforce Using Named Credentials

Generative AI is transforming how businesses automate workflows, generate content, and improve productivity. By integrating Google Gemini Vertex AI with Salesforce, developers can build AI-powered CRM experiences directly inside Salesforce applications. Using Salesforce Named Credentials and External Credentials, businesses can securely authenticate with Google Vertex AI APIs without hardcoding authentication tokens or secrets in Apex […]

Read More
How to Integrate Insurance Records Between NikoHealth and Salesforce

Keeping insurance records synchronized between NikoHealth and Salesforce helps reduce manual work and keeps your data accurate across both platforms. In this guide, we’ll show you how to set up the NikoHealth integration using MultiSync Made Easy. Before proceeding further, make sure: NikoHealth is already authorized with Salesforce. Patient synchronization is already configured. The Insurance […]

Read More
How to Integrate Patient Records Between NikoHealth and Salesforce

Managing patient data across systems often becomes complex for healthcare teams who need real-time accuracy and seamless updates. This guide helps you solve that by showing how to integrate and synchronize Patient records between NikoHealth and Salesforce using MultiSync Made Easy.  Related Guide: How to Integrate NikoHealth with Salesforce Using MultiSync Made Easy In this […]

Read More
Our Location worldwide
Indian Flag India
3rd Floor, A-10, Pegasus Tower, Sector 68, Noida, Uttar Pradesh 201301 +91-1203239658
United States of America Flag USA
333 West Brown Deer Road Unit G – 366 Milwaukee WI, USA 53217 +1(262) 310-7818
United Kingdom Flag UK
7 Bell Yard, London, WC2A 2JR +44 20 3239 9428
Canada Canada
HIC Global Solutions INC
6D - 7398 Yonge St #1124 Thornhill, ON L4J 8J2 Canada +1(262) 310-7818