Get enterprise trials

Get enterprise trials

get

Get a list of all enterprise trials for a user. This function is only available through a JWT token.

Authorizations
Path parameters
userIdintegerRequired

User ID

Responses
200
OK
application/json
Responseall of
get
GET /v1/api/users/{userId}/trials HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200

OK

{
  "success": true,
  "error": "text",
  "trials": [
    {
      "id": 1,
      "userId": 1,
      "organizationId": 1,
      "created": "2025-06-30T17:10:21.239Z",
      "expirationDate": "2020-01-01T00:00:00Z",
      "notes": "This is a trial for the company's new project.",
      "expiredDate": "2025-06-30T17:10:21.239Z",
      "deletedDate": "2025-06-30T17:10:21.239Z",
      "upgradedDate": "2025-06-30T17:10:21.239Z"
    }
  ]
}

Last updated

Was this helpful?