v2
latestOpenAPI 3.1.12026-07-2613060964.2 KBGet Variant Detail
Retrieve detailed information about a specific variant including its content, conditions, and vendor approval status.
get/v2/{workspace}/template/{template_slug}/channel/{channel}/variant/{variant_id}/
Path parameters
workspacestring required
template_slugstring required
channel'email' | 'sms' | 'whatsapp' | 'inbox' | 'androidpush' | 'iospush' | 'webpush' | 'slack' | 'ms_teams' required
variant_idstring required
Variant identifier.
Response
Variant details retrieved. Includes full content and vendor_approvals objects.
Example response
{
"$schema": "https://schema.suprsend.com/template/v2/variant_schema.json",
"channel": "email",
"id": "default",
"locale": "en"
}