Skip to main content
Create Benefit Verification
curl --request POST \
  --url https://api.spikecare.com/public/v1/benefit-verifications/ \
  --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.

Headers

idempotency-key
string

Unique key to prevent duplicate requests. We support keys up to 255 characters.

Required string length: 1 - 255

Body

application/json · any
Benefits Check Create Request Schema

The body is of type any.

Response

Benefits Check Create Response Schema

The response is of type any.