Question
How do i invoke a service via ReST on Thingworx 6.5.xxxxx
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.

