This guide will walk you through using our API to send in your Award Letter files.
***This should only be used if you do not have CL Connect installed.***
Upload AwardLetter File API
This operation accepts Award Letter data in the body of the request. The file is then streamed over to our API service. Once uploaded, the Award Letter file is processed and CampusLogic will return a '200' message back.
Request
Request Headers:
Authorization: WRAP access_token="[security token value]"
Content-Type: application/octet-stream
Request Method: Post
Request URL: https://api.awardletter.com:5443/files (Production)
Request URL: https://apisandbox.awardletter.com:5443/files (Sandbox)
Successful Response
HTTP Status Code: 200 |