Failing Postman Request

I had this working but now for some reason I'm getting a 403 that says the requested action is forbidden. This was working at some point but now when I try to get from

payments/v1/transactions

I get a 403. How do I know that I have access to this? I'm the owner of the app and am an administrator in the environment that I'm hooked to.

I can refresh my tokens through postman without issue but that's about it. Any idea? Anyone at Blackbaud that can check my requests and see where I don't have access?

Answers

  • Just to confirm a couple of things:

    Can you make other calls successfully? Is it just payments/v1/transactions that gives you a 403? I know you said you could refresh your tokens, but can you return data from other API endpoints successfully?

    You said this was working before - do you mean you were able to return transactions before? Or just that other endpoints were working?

Categories