Integrazu Adverts

Republish Advert On Platform

Republish an advert to refresh its listing on a platform.

Integrazu Endpoint: POST /api/vehicles/adverts/republish/{id}

Args: advert_id: Integrazu advert ID body: Platform name to republish on brand_id: Brand ID to fetch the correct Integrazu token

Returns: Republish operation response

Example payload:

{"platform": "hellocar"}
post/api/integrazu/adverts/republish/{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

platformstring required

Platform name (standvirtual, olx, autosapo, etc.)

Example request

{
  "platform": "standvirtual"
}

Response

Successful Response

object required

Changes

No recorded changes to this endpoint across all 1 revision of this API.