Integrazu Adverts
Promote Advert On Platform
Promote/boost an advert on a platform.
Integrazu Endpoint: POST /api/vehicles/adverts/promotion/{id}
Args: advert_id: Integrazu advert ID body: Platform name to promote on brand_id: Brand ID to fetch the correct Integrazu token
Returns: Promotion operation response
Example payload:
{"platform": "hellocar"}
post/api/integrazu/adverts/promotion/{advert_id}
Path parameters
advert_idinteger required
Query parameters
brand_idinteger required
Z_Brands.id for token lookup
Z_Brands.id for token lookup
Headers
x-api-tokenstring nullable
Request body
Example request
{
"platform": "standvirtual"
}Response
Successful Response
object required
Changes
No recorded changes to this endpoint across all 1 revision of this API.