Last updated 11 months ago
Was this helpful?
Retrieve all HMAC keys.
Project ID
curl -L \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/hmackeys' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text", "hmacKeys": [ { "id": 1, "hmacKey": "text", "isDevelopmentKey": true, "name": "text", "created": "2025-03-26T12:58:31.331Z" } ] }