The KeepSafe Intelligence SDK gives integrators a machine-to-machine path into monitored assets and event feeds. Authenticate with OAuth2 client credentials, fetch a user feed, and build your own event views, maps, and alert workflows.
client_credentials grant.GET /v1/feed/{userid} to retrieve a user event feed./v1/assets endpoints.POST https://<cognito-domain>/oauth2/token Content-Type: application/x-www-form-urlencoded grant_type=client_credentials &client_id=<your-client-id> &client_secret=<your-client-secret> &scope=keepsafe-access/feed
Returns the event feed for the specified user. The response is based on JSON Feed items with KeepSafe-specific metadata under _keepsafe.
List monitored assets for the authenticated user or create a new one with coordinates, radius, and optional description/query fields.
Retrieve, update, or delete a specific asset. Ownership is enforced, so users can only modify assets associated with their token identity.