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.
GET
/
api
/
{projectId}
/
devkeys
Get development keys
Copy
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/devkeys \ --header 'x-api-key: <api-key>'