Skip to main content

Configure Connection

Anthology CampusNexus guide

Follow this focused guide to configure and validate Anthology CampusNexus in NIM.

  1. The purpose of this is to provide steps on generating and using key based authentication for Student Rest APIs.
  2. From the Admin Portal go to Location > Settings > System > Application API Keys
  3. Create New API Key
  4. Copy the Calling Application Name and Application Key
  5. Encode to Base 64 using https://www.base64encode.org/ in the following format {"CallingAppName":"<CALLINGAPPNAMEHERE>","KeyValue":"<APPLICATIONKEYHERE>"}
  6. Use the Base64 value in NIM as the Client Key. Below is it's example usage in Postman for testing