---
title: "Resync common objects across a vertical"
method: POST
path: "/sync/resync"
tags: ["sync"]
---

# Resync common objects across a vertical

`POST /sync/resync`

## Response `201`

- ResyncStatusDto
  - `timestamp` string, date-time, nullable, required
  - `vertical` 'ticketing' | 'accounting' | 'crm' | 'filestorage' | 'ecommerce' | 'marketingautomation', nullable, required
  - `provider` string, nullable, required
  - `status` 'success' | 'fail', nullable, required

## Changes

- **2024-11-18** `ef360d76c658` — 2 info
  - removed the `ats` enum value from the `vertical` response property for the response status `201`
  - removed the `hris` enum value from the `vertical` response property for the response status `201`
- **2024-08-05** `6a3315de88c5` — 10 warning
  - added the new `accounting` enum value to the `vertical` response property for the response status `201`
  - added the new `ats` enum value to the `vertical` response property for the response status `201`
  - added the new `crm` enum value to the `vertical` response property for the response status `201`
  - added the new `ecommerce` enum value to the `vertical` response property for the response status `201`
  - …6 more
- **2024-08-05** `ca213ae36b7f` — 1 breaking, 1 info
  - removed the success response with the status `200`
  - added the success response with the status `201`
- **2024-08-05** `167edd5346ec` — 1 breaking, 1 info
  - removed the success response with the status `201`
  - added the success response with the status `200`
- **2024-08-03** `9d25bd589fe9` — 1 breaking, 1 info
  - removed the success response with the status `200`
  - added the media type `application/json` for the response with the status `201`

[Full history](https://skmtc.dev/panoratech/apis/panora-api-2/changes/sync/resync/post.md)

---

[API](https://skmtc.dev/panoratech/apis/panora-api-2.md) · [All operations](https://skmtc.dev/panoratech/apis/panora-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/panoratech/panora-api-2/revisions/ef360d76c658/schema)
