- insurer
- patient details
- primary member details (can be same as patient details)
- list of services
Request Parameters
The main fields of claim are:patient
: JSON object, representing patient detailsprimary_member
: JSON object, representing primary patient memberservices
: list of JSON objects, representing services that can be reimbursed
patient
and primary_member
must be provided even if the claim is created for a primary member. In this case, both the patient
object and primary_member
object must contain the same data.Authorizations
Your API token prefaced with an "Api" prefix. Example value: "Api B3F4242424E3FDB4242424242A9C7642"
Body
application/json
Response
200 - application/json
The response is of type object
.