Last updated 10 months ago
Was this helpful?
Get a list of all enterprise trials for a user. This function is only available through a JWT token.
/api/users/{userId}/trials
User ID
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-02-20T19:15:37.207Z", "expirationDate": "2020-01-01T00:00:00Z", "notes": "This is a trial for the company's new project.", "expiredDate": "2025-02-20T19:15:37.207Z", "deletedDate": "2025-02-20T19:15:37.207Z", "upgradedDate": "2025-02-20T19:15:37.207Z" } ] }