Add HMAC Key

Add an HMAC key. If you set `developmentKey` to `true` this flag will be removed from the current development HMAC key.

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/hmackeys \
  --header 'content-type: application/json' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE' \
  --data '{"name":"string","hmacKey":"string","isDevelopmentKey":true}'

Last updated

Was this helpful?