Get socket token for an organization
Get a token to authenticate with the web socket interface.
Authorizations
Path parameters
organizationIdintegerRequired
Organization ID
Responses
200
OK
application/json
Responseall of
get
GET /v1/api/organizations/{organizationId}/socket-token HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200
OK
{
"success": true,
"error": "text",
"token": {
"socketToken": "text",
"expires": "2025-07-05T12:15:18.778Z"
}
}
Last updated
Was this helpful?