Get socket token for an organization

Get socket token for an organization

get

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-06T02:57:17.655Z"
  }
}

Last updated

Was this helpful?