---
title: "Run Autosync"
method: POST
path: "/v1/internal/run-autosync"
---

# Run Autosync

`POST /v1/internal/run-autosync`

Per-target autosync fire from simulation-cron-service. Fire-and-forget; 202 on accept.

## Headers

- `x-internal-token` string
- `X-API-Key` string, required

## Request body

- RunAutosyncRequest
  - `organization_id` string, required
  - `provider` string, required

## Response `202`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/getbluejay/apis/bluejay-api.md) · [All operations](https://skmtc.net/getbluejay/apis/bluejay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbluejay/bluejay-api/revisions/f48cef80963f/schema)
