Skip to main content
POST
Request a re-sync of several resources in one call

Authorizations

Authorization
string
header
required

Marketplace API key

Headers

X-Organization-Id
string
required

Target clinic organization ID

Body

application/json
requests
object[]
required

The resources to re-sync, up to 25. Kinds may be mixed freely. Items are processed independently and in order: each one spends its own cooldown and its own daily-cap slot, exactly as if it had been sent to POST /sync-requests on its own. Sending the same resource twice in one batch is allowed and the second occurrence is refused by its own cooldown (409), like any other repeat.

Required array length: 1 - 25 elements

Response

Accepted — queued for background processing

code
string
required

Response code

Example:

"success"

data
object
required