---
title: "Republish Advert On Platform"
method: POST
path: "/api/integrazu/adverts/republish/{advert_id}"
tags: ["Integrazu Adverts"]
---

# Republish Advert On Platform

`POST /api/integrazu/adverts/republish/{advert_id}`

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:
```json
{"platform": "hellocar"}
```

## Path parameters

- `advert_id` integer, required

## Query parameters

- `brand_id` integer, required — Z_Brands.id for token lookup

## Headers

- `x-api-token` string, nullable

## Request body

- IntegrazuPublishRequest — Request body for publish/unpublish/republish operations.
  - `platform` string, required — Platform name (standvirtual, olx, autosapo, etc.)

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/multigest/apis/multigest-protected-api.md) · [All operations](https://skmtc.dev/multigest/apis/multigest-protected-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multigest/multigest-protected-api/revisions/4b44eb76b3ee/schema)
