curl --location '/delivery/push/validate' \
--header 'Authorization: Bearer <token> (required)' \
--header 'Idempotency-Key: <uuid> (optional)' \
--header 'Content-Type: application/json' \
--data '{
"audience": {},
"assets": [
null
],
"variables": {},
"permId": "string",
"name": "string",
"tags": [
null
],
"options": {
"sampleSize": 0,
"resolveOnly": true
}
}'{
"channel": "push",
"audience": {
"intended": 12000,
"suppressed": 300,
"deliverable": 11700
},
"languages": [
{
"language": "en",
"recipients": 11700,
"assetRef": "inline:0"
}
],
"render": {
"samples": [
{
"language": "en",
"contactId": "a1b2…",
"title": "Sale is on!",
"body": "Tap to shop"
}
],
"warnings": [],
"errors": []
}
}