cURL
curl --request GET \ --url https://api.migma.ai/v1/emails/devices/supported \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "total": 123, "categories": { "desktop": [ {} ], "mobile": [ {} ], "web": [ {} ] }, "defaultDevices": [ "<string>" ] } }
List all available devices for email preview. Returns 40+ email clients categorized by platform (desktop, mobile, web).
JWT Bearer token authentication. Use 'Authorization: Bearer ' where the JWT token is obtained from the login endpoint.
Supported devices list
Show child attributes
Default 10 devices used when none specified
Was this page helpful?