---
title: "Mark a bill as synced"
method: POST
path: "/v1/bills/{bill_id}/sync"
tags: ["Bills"]
---

# Mark a bill as synced

`POST /v1/bills/{bill_id}/sync`

## Path parameters

- `bill_id` string, uuid, required

## Headers

- `X-Idempotency-Key` string, required

## Request body

- SyncInputSchema
  - `external_id` string, nullable — The external ID of the resource to sync.

## Response `200`

Sync event recorded successfully

## Other responses

- `404` — Bill not found

---

[API](https://skmtc.dev/floatfinancial/apis/float-public-api.md) · [All operations](https://skmtc.dev/floatfinancial/apis/float-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/floatfinancial/float-public-api/revisions/a3c42eb1b312/schema)
