Integrazu Adverts
Publish Advert To Platform
Publish an advert to a specific platform.
Integrazu Endpoint: POST /api/vehicles/adverts/publish/{id}
Args: advert_id: Integrazu advert ID body: Platform name (standvirtual, olx, autosapo, carmine, hellocar, etc.) brand_id: Brand ID to fetch the correct Integrazu token
Returns: Publish operation response
Example payload:
{"platform": "standvirtual"}
post/api/integrazu/adverts/publish/{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 2 revisions of this API.