Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
I'm using Thingworx 6.5 and am trying to invoke a service using Postman.
url: http://10.0.0.20:8081/Thingworx/Things/SecurityMonitor/Services/GetDescription
method: POST
headers:
- appKey: xxxxxxxxxxxx
- Accept: application/json-compressed
- Content-Type: application/json-compressed
I've associated my appKey to Administrator account in Thingworx
I keep getting a 403 error
Not sure what I'm doing wrong.
Hi
It doesn't like the Content-Type: application/json-compressed. It should work if you change it to "application/json".
Here's a screen-shot of my working configuration, appKey redacted :
That was it!
Thanks.