Get socket token
Get a token to authenticate with the web socket interface.
Authorizations
Path parameters
projectIdintegerRequired
Project ID
Responses
200
OK
application/json
Responseall of
get
GET /v1/api/{projectId}/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-03T03:36:58.314Z"
}
}
Last updated
Was this helpful?