v1.0.0
OpenAPI 3.1.0
List inbox preview options
Client Libraries
US region
Returns the catalog of email clients and devices available for inbox previews.
Use the id values returned by this endpoint as client_ids when you send for an inbox preview.
curl https://api.customer.io/v1/design_studio/inbox_previews/clients
{
"clients": [
{
"browser": "",
"category": "Mobile",
"client": "Gmail App Pixel 6",
"id": "android12_gmailapp_pixel6_dm",
"os": "Android 12 (Dark Mode)"
}
]
}Successful response