Skip to main content
POST
/
forms
/
estimate
Patient Responsibility
curl --request POST \
  --url https://api.decodahealth.com/forms/estimate \
  --header 'API-KEY: <api-key>' \
  --header 'Content-Type: application/json' \
  --header 'TENANT: <tenant>' \
  --data '
{
  "patient_id": "<string>",
  "provider_id": "<string>",
  "cpt_codes": [
    "<string>"
  ],
  "payer_code": "<string>",
  "member_id": "<string>"
}
'
{
  "amount": 123
}

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Query Parameters

verbose
boolean
default:false

Body

application/json
patient_id
string
required
provider_id
string
required
cpt_codes
string[]
required
payer_code
string | null
member_id
string | null

Response

Successful Response

amount
integer
required