Last updated 1 year ago
Was this helpful?
Retrieve all HMAC keys.
Project ID
GET /v1/api/{projectId}/hmackeys HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Accept: */*
OK
{ "success": true, "error": "text", "hmacKeys": [ { "id": 1, "hmacKey": "text", "isDevelopmentKey": true, "name": "text", "created": "2025-05-06T19:34:38.325Z" } ] }