Skip to main content
Create Payor Inference
curl --request POST \
  --url https://api.spikecare.com/public/v1/insurance-provider-inference/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '"<any>"'
"<any>"

Authorizations

Authorization
string
header
required

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

Body

application/json · any

The body is of type any.

Response

The response is of type any.