Last updated 12 months ago
Was this helpful?
Get a list of all emails sent by Edge Impulse to a user. This function is only available through a JWT token, and is not available for all users.
User ID
GET /v1/api/users/{userId}/emails HTTP/1.1 Host: studio.edgeimpulse.com Accept: */*
OK
{ "success": true, "error": "text", "emails": [ { "userId": 1, "projectId": 1, "from": "text", "to": "text", "created": "2025-04-16T14:20:33.844Z", "subject": "text", "bodyText": "text", "bodyHTML": "text", "sent": true, "providerResponse": "text" } ] }