Skip to main content
POST
/
public
/
v1
/
benefit-verifications
/
{benefit_verification_id}
/
reports
Generate Benefit Verification Report
curl --request POST \
  --url https://api.spikecare.com/public/v1/benefit-verifications/{benefit_verification_id}/reports \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "type": "AUTH_INVALID_REQUEST_HEADER"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

benefit_verification_id
string
required

Response

Benefits Check Report Create Response Schema