403 Forbidden when calling the list notifications API endpoint

  • 5 October 2023
  • 4 replies
  • 46 views

Hello!

For some reason, I’m receiving a 403 Forbidden error when I attempt to call the following endpoint:

{base_address}/notifications/v1/notification/list

I’m able to call this endpoint successfully (200 OK) via the explorer, but not via other apps or Postman. Why would this be and what is needed to complete this request?

Thanks!


4 replies

Userlevel 7
Badge +3

How are you authenticating in the other apps/postman? Does a different call work for you in that setup?

That’s the weird thing - all of my other requests in Postman are effective using the auth credentials I’ve set and return a 200 OK response.

I’m using 0Auth 2.0, grant type = auth code.

Could this have something to do with the domain? 

Thanks for your help!

Userlevel 7
Badge +3

Its funny I was about to say...I have the same issue, but then realized the network I was on blocks Postman calls generally. Will try when I get home tonight and circle back.

Userlevel 7
Badge +3

So just successfully did it using postman and used oauth2.0 grant type auth code to match. Do you want to post your settings/trials (make sure to hide the client ID and secret though?

Reply