curl --request GET \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/test-admin \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>"
}
Test endpoint that can only be reached with admin rights.
curl --request GET \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/test-admin \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>"
}
Organization ID
OK
The response is of type object
.