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
curl -L \
  --url 'https://studio.edgeimpulse.com/v1/api/users/{userId}/trials' \
  --header 'x-api-key: YOUR_API_KEY'
{
  "success": true,
  "error": "text",
  "trials": [
    {
      "id": 1,
      "userId": 1,
      "organizationId": 1,
      "created": "2025-03-26T12:59:07.926Z",
      "expirationDate": "2020-01-01T00:00:00Z",
      "notes": "This is a trial for the company's new project.",
      "expiredDate": "2025-03-26T12:59:07.926Z",
      "deletedDate": "2025-03-26T12:59:07.926Z",
      "upgradedDate": "2025-03-26T12:59:07.926Z"
    }
  ]
}

Last updated

Was this helpful?