Hello, I am hoping someone might be able to help. for our school's Student Information System, we use Aeries. Aeries provides a REST API, but I am having trouble connecting due to an authorization denied message. I am provided an API Key, but I am not sure where or how to put this into the HTTP Web Request within Workflow. Can anyone help with this? Thanks in advance.
Question
Question
Aeries API into Workflow HTTP Web Request
asked on July 20, 2021
0
0
Answer
APPROVED ANSWER
replied on July 21, 2021
Per Aeries API - Building a Request, the header needs to include your cert string. To do this, in the Web Request, click the gear in the top corner to open the Additional Properties.
Then click in the Request Header box to add your Cert data. In the 1st field, add AERIES-CERT and in the 2nd field, add your Cert string.
Then click the gear to get back to the original Properties and click the Test Request
3
0