...
The request body must be empty.
Response status codes
Code | Meaning |
---|---|
200 | Success |
Response body
If successful, the response body contains a DeviceRegistry instance.
Example curl
...
curl 'https://us-central1.clearblade.com/api/v/4/webhook/execute/aae9b9b30c8aa4e49081c7eeb9bb07/cloudiot?name=test-reg' -H 'ClearBlade-UserToken: {Token}'
ORcurl 'https://us-central1.clearblade.com/api/v/4/webhook/execute/aae9b9b30c8aa4e49081c7eeb9bb07/cloudiot?name=test-reg' -X GET -H 'ClearBlade-UserToken: {Token}'
...