Skip to main content
POST
Request a re-sync of a resource with the EHR

Authorizations

Authorization
string
header
required

Marketplace API key

Headers

X-Organization-Id
string
required

Target clinic organization ID

Body

application/json
resourceType
enum<string>
required

What kind of resource to re-sync with the EHR

Available options:
claim,
bill,
patient,
note,
appointment
Example:

"claim"

resourceId
string
required

The resource's id, as returned by its own endpoint (raw UUID, or from API v3 the prefixed form, e.g. clm_… for a claim). The prefix must match resourceType.

Example:

"a1b2c3d4-5678-4abc-9def-0123456789ab"

Response

Accepted — queued for background processing

code
string
required

Response code

Example:

"success"

data
object
required