Get the active acceptance-policy version
Return the active acceptance policy used by storefront creative and media-buy approval workflows. Returns 404 when no policy has been activated.
Authorizations
API key or access token
Response
Get the active acceptance-policy version
A single acceptance-policy version for a storefront. Versions are immutable; updates produce a new row.
Surrogate id of the version row (BIGINT serialized).
"42"
Storefront the version belongs to (BIGINT serialized as string).
"1234"
Per-storefront version number.
1 <= x <= 90071992547409913
Markdown acceptance policy.
Operator note about why this version was authored.
Whether this version is the Storefront's active acceptance policy.
Creation timestamp (ISO 8601).
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$User id of the operator who authored the version (BIGINT serialized as string). Null when authored by a system or service-token caller.