bulk_export_id
. To know when your export is complete,
you will have to poll with the Get Bulk Exports API.
The body of the bulk export request allows you to set filters on the data you want. For example, if you only wanted
to get all payor approved prior authorizations in 2024, you would make a request like the below, replacing the example provider_id
with the provider ID you want to get data for.
export_type
with ELIGIBILITY_CHECK
, BENEFITS_CHECK
, or PAYOR_DETECTION
respectively.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Create Parameters for Bulk Export
Create Parameters for Bulk Export
The response is of type object
.