cURL
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\" }`"
Get a JWT token to authenticate with the API.
OK
The response is of type object.
object