Get API Keys
Retrieve all API keys. This does **not** return the full API key, but only a portion (for security purposes).
curl --request GET \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/apikeys \
--header 'x-jwt-token: REPLACE_KEY_VALUE'
Last updated
Was this helpful?