POST
/
api-login
Get JWT token
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",
  "sessionId": "<string>",
  "totpToken": "<string>"
}'
"`{ \"success\": true, \"token\": \"A372jdhe.ad3r4gfrg\" }`"

Body

application/json

Response

200 - application/json

OK

The response is of type object.