Last updated 10 months ago
Was this helpful?
Get a token to authenticate with the web socket interface.
/api/organizations/{organizationId}/socket-token
Organization ID
curl -L \ --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/socket-token' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text", "token": { "socketToken": "text", "expires": "2025-02-21T18:09:09.284Z" } }