Get Development Keys

Retrieve the development API and HMAC keys for a project. These keys are specifically marked to be used during development. These keys can be `undefined` if no development keys are set.

curl --request GET \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/devkeys \
  --header 'x-jwt-token: REPLACE_KEY_VALUE'

Last updated

Was this helpful?