Last updated 12 months 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-04-16T14:15:28.865Z" } ] }