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