cURL
curl --request GET \ --url https://api.migma.ai/v1/emails/previews/{previewId}/devices/{deviceKey} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "device": { "deviceKey": "<string>", "deviceName": "<string>", "status": "<string>", "imageUrl": "<string>", "thumbnailUrl": "<string>" } } }
Get the preview screenshot for a single device.
JWT Bearer token authentication. Use 'Authorization: Bearer ' where the JWT token is obtained from the login endpoint.
Preview ID
Device key (e.g., gmail_chrome, iphone13)
Device preview retrieved
Show child attributes
Was this page helpful?