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