Integrazu Adverts

Sync Photos To Platform

Sync/refresh advert photos on a specific platform.

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

Use this after adding/updating images to push them to a platform.

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

Returns: Photo sync response

Example payload:

{"platform": "autosapo_v2"}
post/api/integrazu/adverts/photos/{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 2 revisions of this API.