Incorrect Format - Event Webhook Timestamps
A previous error in which the Webhook Event Subscription was returning Timestamps in Unix format rather than ISO 8601 has been corrected. Timestamps from all sources should now be returned and accepted in ISO 8601 format only.
1.23.2025 - Role Management
Roles Management is now available via the API, enabling streamlined user management through role-based permissions. This feature allows you to group permissions into roles and assign them to users more efficiently.
9.17.2024 - OAuth Query Parameters
This week, we will begin deprecating the use of query parameters for requesting access tokens via https://auth.eagleeyenetworks.com/oauth2/token. Going forward, all OAuth implementations must send sensitive information in the request body. In accordance with the OAuth 2.0 authorization framework, the content type for this request should be set to application/x-www-form-urlencoded
.
6.13.2024 - File Upload
Files can now be uploaded to the archive storage. This can be accomplished by using the POST
method added to the /files
endpoint. In the request body, you'll need to include the name of the file with the file extension included. Optionally, you can include the directory
parameter to specify the folder where the file will be uploaded or the mimeType
parameter to explicitly specify the file type.
5.16.2024 - Video Export
Video Exports can now be initiated and tracked via the API. We've also added an export player for de-warping media recorded by cameras with fisheye or panoramic lenses. You can find this new tool at https://exportplayer.eagleeyenetworks.com/.