Get JWT Token
Get a JWT token to authenticate with the API.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api-login \
--header 'content-type: application/json' \
--data '{"username":"edge-user-01","password":"string","uuid":"string","ssoType":"browser"}'
Last updated
Was this helpful?