Get HMAC keys
Retrieve all HMAC keys.
Authorizations
Path parameters
projectIdintegerRequired
Project ID
Responses
200
OK
application/json
Responseall of
get
GET /v1/api/{projectId}/hmackeys HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200
OK
{
"success": true,
"error": "text",
"hmacKeys": [
{
"id": 1,
"hmacKey": "text",
"isDevelopmentKey": true,
"name": "text",
"created": "2025-07-05T16:08:12.760Z"
}
]
}
Last updated
Was this helpful?