Last updated 11 months ago
Was this helpful?
Retrieve all API keys. This does not return the full API key, but only a portion (for security purposes).
Organization ID
curl -L \ --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/apikeys' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text", "apiKeys": [ { "id": 1, "apiKey": "text", "name": "text", "created": "2025-03-26T12:59:42.216Z", "role": "admin", "isTransformationJobKey": true } ] }