Get API keys
Retrieve all API keys. This does not return the full API key, but only a portion (for security purposes).
Authorizations
Path parameters
organizationIdintegerRequired
Organization ID
Responses
200
OK
application/json
Responseall of
get
GET /v1/api/organizations/{organizationId}/apikeys HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200
OK
{
"success": true,
"error": "text",
"apiKeys": [
{
"id": 1,
"apiKey": "text",
"name": "text",
"created": "2025-07-04T01:00:45.288Z",
"role": "admin",
"isTransformationJobKey": true
}
]
}
Last updated
Was this helpful?