---
title: "Sync Customer Profile"
method: POST
path: "/customer-profiles/sync"
tags: ["customer-profiles"]
---

# Sync Customer Profile

`POST /customer-profiles/sync`

Trigger an on-demand sync for a customer profile from ServiceTitan.

## Query parameters

- `st_customer_id` integer, required — ServiceTitan customer ID

## Response `200`

Successful Response

- SyncResponse
  - `success` boolean, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/noso/crucible-backend-api/revisions/112efbdea3eb/schema)
