Last updated 10 months ago
Was this helpful?
Retrieve all secrets.
/api/organizations/{organizationId}/secrets
Organization ID
curl -L \ --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/secrets' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text", "secrets": [ { "id": 1, "name": "text", "description": "text", "created": "2025-02-21T18:02:49.875Z", "createdByUser": { "id": 1, "name": "text", "username": "text", "photo": "text" } } ] }