-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello @volm92 , You identified the correct API. The easiest way to experiment with the API is using the Swagger client. 1- Open a web page tot he following URL: 2- Select the Sandbox Controller API from the drop down list 3- you will see this when you open the EVENTS endpoint 4- the model is described there and should be self-explanatory 5- If you hit |
Beta Was this translation helpful? Give feedback.
Hello @volm92 ,
You identified the correct API.
The easiest way to experiment with the API is using the Swagger client.
1- Open a web page tot he following URL:
http://<your-platform-ip>/<your-sandbox-name>/api
2- Select the Sandbox Controller API from the drop down list
3- you will see this when you open the EVENTS endpoint
4- the model is described there and should be self-explanatory
5- If you hit
try-it out
and thenexecute
you will be able to send your event directly from the pageNote: this will also give you the curl command and the JSON object.
Here's an example