List Active Projects

Retrieve list of active projects. If authenticating using JWT token this lists all the projects the user has access to, if authenticating using an API key, this only lists that project.

curl --request GET \
  --url https://studio.edgeimpulse.com/v1/api/projects \
  --header 'x-jwt-token: REPLACE_KEY_VALUE'

Last updated

Was this helpful?