Authentication
All requests require an API key passed via thex-api-key header, along with a tenant_id query parameter.
string
required
Your tenant API key.
Query Parameters
integer
required
Your tenant ID.
Request Body
Submit an array of claims. Each claim contains claim-level fields and an array of charge lines. Claims are uniquely identified by the combination ofprovider_npi + claim_submitter_identifier.
Claim[]
required
Array of claims to import.
Response
boolean
Whether the import completed successfully.
integer[]
List of created or updated claim IDs.
integer
Number of claims processed.