Get API Keys
Retrieve all API keys. This does **not** return the full API key, but only a portion (for security purposes). The development key will be returned in full, as it'll be set in devices and is thus not p
curl --request GET \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/apikeys \
--header 'x-jwt-token: REPLACE_KEY_VALUE'
Last updated
Was this helpful?