Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Example curl:

curl 'https://iotus-sandboxcentral1.clearblade.com/api/v/4/webhook/execute/aae9b9b30c8aa4e49081c7eeb9bb07/cloudiot?name=test-reg' -H 'ClearBlade-UserToken: {Token}'

OR

curl 'https://iotus-sandboxcentral1.clearblade.com/api/v/4/webhook/execute/aae9b9b30c8aa4e49081c7eeb9bb07/cloudiot?name=test-reg' -X GET -H 'ClearBlade-UserToken: {Token}'

...

Using the instructions at the start of this document, replace:
Replace https://iotus-sandboxcentral1.clearblade.com with your URL.
Replace aae9b9b30c8aa4e49081c7eeb9bb07 with your SystemKey.
Replace {Token} with your Token.