You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In doing so, we can use a future endpoint (WIP) to get an existing list of alerts stored by the server:
curl -X GET \
'https://my-comapeo-server.example/projects/MY_PROJECT_ID/remoteDetectionAlerts' \
-H 'Authorization: Bearer YOUR_BEARER_TOKEN'
``` => HTTP 201, `{}` (containing alerts)
Using that list, we can determine which unique alerts to post.
The text was updated successfully, but these errors were encountered:
We can create alerts like this:
In doing so, we can use a future endpoint (WIP) to get an existing list of alerts stored by the server:
The text was updated successfully, but these errors were encountered: