Skip to main content
Create bulk export
curl --request POST \
  --url https://api.spikecare.com/public/v1/bulk-export/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "export_params": {
    "export_type": "PRIOR_AUTHORIZATION",
    "date_range_start_date": "2024-01-01",
    "date_range_end_date": "2024-02-01",
    "date_range_key": null,
    "specialties": null,
    "service_location_ids": null,
    "payor_entity_ids": null,
    "statuses": null,
    "authorization_types": null,
    "patient_id": null,
    "patient_plan_ids": null,
    "patient_status": null
  },
  "provider_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'
{
  "bulk_export_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
Create Parameters for Bulk Export

Create Parameters for Bulk Export

export_params
object
required

Prior Auth Export Params

  • Prior Auth Export Params
  • Benefits Export Params
  • Eligibility Export Params
  • Payor Detection Export Params
provider_id
string<uuid>
required

Response

bulk_export_id
string<uuid>
required