Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
I have the client org ID, x-api-key and x-api-key secret. I want to use a Thingworx service to get the VEC Data.
How do I make this command work in a Thingworx service.
curl -X 'POST' 'https://vuforia.ptc.com/customer-events/<orgid>/report' \
-H 'accept: application/json' \
-H 'x-requested-with: fetch' \
-H 'x-api-key: <x-api-key secret> \
-H 'Content-Type: application/json'
https://support.ptc.com/help/vuforia/editor/en/index.html#page/vuforia_editor%2Fexample_0.html%23
Solved! Go to Solution.
I figured it out:
Create a service on a thing
No inputs
Output: JSON
Code:
I figured it out:
Create a service on a thing
No inputs
Output: JSON
Code: