Using ON API and receiving Error Code 9

I did not see a topic for the ON API, so I hope this is the right section since I see ON is transitioning to SKY.


I am attempting to integrate through the ON API so that I can upload grades for the school.  SKY does not have a connection for the Grades module yet, so this needs to be completed via the ON APIs.


I have followed the example in order to complete a Login and get my Token.  This was completed in Postman, just like the example.  (See attached photo)

Then when attempting a proof of concept for full connection I was attempting the endpoint of AssignmentType/All and I received the following error as the response body.  I ensured that I was properly copying over the provided token from the login call.

 

{

    "Error": "Request authorization failed.  Check your username & password and try to get a new token.  If this problem persists, please contact Blackbaud Support and reference the error id, if provided.",

    "ReferenceId": null,

    "ErrorType": "INVALID_AUTHORIZATION",

    "ErrorId": 9,

    "ErrorClass": null,

    "ErrorProperty": null

}




Images are attached for my two actions.
Tagged:

Comments

Categories