/preview/creatives/{id}/preview
Renders one creative as preview HTML at the size asked for. Only the sizes the creative was built for can be previewed; when the size does not match, the error lists the ones that can.
POST
/preview/creatives/{id}/preview
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The Creative identifier to preview.
Query Parameters
The height of the Creative to preview.
The width of the Creative to preview.
Response
The preview HTML of a specific Creative is returned.
The response is of type string.