Single Variant

Prev
Get
/single_variant
Security
HTTP
Type bearer
Query parameters
campaign_id
string

The Phrasee experiment / campaign id

Example{{experiment_id}}
delivery_id
string

The id for the message delivery, usually provided by your ESP

Example{{delivery_id}}
recipient_id
string

The id of the recipient receiving the delivery, usually provided by your ESP. Note: Phrasee hashes the recipient id, and never stores the raw passed in value.

Example{{recipient_id}}
Responses
200

OK

example-0

Single Variant Success

{
  "variant_text": "The fourth AWESOME phrasee line!",
  "variant_id": "60d4ae1f67745e0008ceb520",
  "campaign_id": "62a3479f8fcd86d5704b546d",
  "project_id": "60d4ad85a1829a000a4bb64c",
  "batch_id": "10607",
  "send_id": "36541d0d-a64f-4046-8b2c-884247410f22",
  "statistics_url": "https://mail-tracking.phrasee.co/live/open?variant_id=60d4ae1f67745e0008ceb520&campaign_id=62a3479f8fcd86d5704b546d&batch_id=10607&project_id=60d4ad85a1829a000a4bb64c&send_id=36541d0d-a64f-4046-8b2c-884247410f22"
}
example-1

Single Variant Success - With Replacers

{
  "variant_text": "Get prepared for Christmas, Bob!",
  "variant_id": "60d4ae1f67745e0008ceb520",
  "campaign_id": "62a3479f8fcd86d5704b546d",
  "project_id": "60d4ad85a1829a000a4bb64c",
  "batch_id": "10607",
  "send_id": "36541d0d-a64f-4046-8b2c-884247410f22",
  "statistics_url": "https://mail-tracking.phrasee.co/live/open?variant_id=60d4ae1f67745e0008ceb520&campaign_id=62a3479f8fcd86d5704b546d&batch_id=10607&project_id=60d4ad85a1829a000a4bb64c&send_id=36541d0d-a64f-4046-8b2c-884247410f22"
}
example-2

Single Variant Sucess - Iterable

{
  "variant_text": "The fourth AWESOME phrasee line!",
  "variant_id": "60d4ae1f67745e0008ceb520",
  "campaign_id": "62a3479f8fcd86d5704b546d",
  "project_id": "60d4ad85a1829a000a4bb64c",
  "batch_id": "10607",
  "send_id": "36541d0d-a64f-4046-8b2c-884247410f22",
  "statistics_url": "https://mail-tracking.phrasee.co/live/open?variant_id=60d4ae1f67745e0008ceb520&campaign_id=62a3479f8fcd86d5704b546d&batch_id=10607&project_id=60d4ad85a1829a000a4bb64c&send_id=36541d0d-a64f-4046-8b2c-884247410f22"
}
example-3

Single Variant Success - Braze

{
  "variant_text": "The fourth AWESOME phrasee line!",
  "variant_id": "60d4ae1f67745e0008ceb520",
  "campaign_id": "62a3479f8fcd86d5704b546d",
  "project_id": "60d4ad85a1829a000a4bb64c",
  "batch_id": "10607",
  "send_id": "36541d0d-a64f-4046-8b2c-884247410f22",
  "statistics_url": "https://mail-tracking.phrasee.co/live/open?variant_id=60d4ae1f67745e0008ceb520&campaign_id=62a3479f8fcd86d5704b546d&batch_id=10607&project_id=60d4ad85a1829a000a4bb64c&send_id=36541d0d-a64f-4046-8b2c-884247410f22"
}
example-4

Single Variant Success - Adobe Campaign Classic

{
  "variant_text": "The fourth AWESOME phrasee line!",
  "variant_id": "60d4ae1f67745e0008ceb520",
  "campaign_id": "62a3479f8fcd86d5704b546d",
  "project_id": "60d4ad85a1829a000a4bb64c",
  "batch_id": "10607",
  "send_id": "36541d0d-a64f-4046-8b2c-884247410f22",
  "statistics_url": "https://mail-tracking.phrasee.co/live/open?variant_id=60d4ae1f67745e0008ceb520&campaign_id=62a3479f8fcd86d5704b546d&batch_id=10607&project_id=60d4ad85a1829a000a4bb64c&send_id=36541d0d-a64f-4046-8b2c-884247410f22"
}
example-5

Single Variant Sucess - Bloomreach

{
  "variant_text": "The fourth AWESOME phrasee line!",
  "variant_id": "60d4ae1f67745e0008ceb520",
  "campaign_id": "62a3479f8fcd86d5704b546d",
  "project_id": "60d4ad85a1829a000a4bb64c",
  "batch_id": "10607",
  "send_id": "36541d0d-a64f-4046-8b2c-884247410f22",
  "statistics_url": "https://mail-tracking.phrasee.co/live/open?variant_id=60d4ae1f67745e0008ceb520&campaign_id=62a3479f8fcd86d5704b546d&batch_id=10607&project_id=60d4ad85a1829a000a4bb64c&send_id=36541d0d-a64f-4046-8b2c-884247410f22"
}
object