Last updated 12 months ago
Was this helpful?
Get a list of all enterprise trials for a user. This function is only available through a JWT token.
User ID
GET /v1/api/users/{userId}/trials HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Accept: */*
OK
{ "success": true, "error": "text", "trials": [ { "id": 1, "userId": 1, "organizationId": 1, "created": "2025-04-16T14:30:10.649Z", "expirationDate": "2020-01-01T00:00:00Z", "notes": "This is a trial for the company's new project.", "expiredDate": "2025-04-16T14:30:10.649Z", "deletedDate": "2025-04-16T14:30:10.649Z", "upgradedDate": "2025-04-16T14:30:10.649Z" } ] }