Last updated 12 months ago
Was this helpful?
Retrieve all secrets.
Organization ID
GET /v1/api/organizations/{organizationId}/secrets HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Accept: */*
OK
{ "success": true, "error": "text", "secrets": [ { "id": 1, "name": "text", "description": "text", "created": "2025-04-16T14:21:27.618Z", "createdByUser": { "id": 1, "name": "text", "username": "text", "photo": "text" } } ] }