Authenticate with the API
Now that you are certain the values you have for the required parameters are valid, let’s start writing some code. The first task is to write code to acquire an auth token by sending a valid API Key and Secret to the Sierra server. Review this tutorial on how to authenticate with the API and see example code written in Ruby.
After you have a valid auth token, you will be able to use it to make calls to the acquisitions API endpoint provided you were granted the proper permissions when your API key was created.