- Insurance Cards
- Create Insurance Card
Insurance Cards
Create Insurance Card
POST
/v1/insurance_cards
reference_id
patient_id*
network_status
front_photo_object_key
back_photo_object_key
member_name
member_id
group_number
insurance_carrier_ids
plan_name
rx_bin
rx_group
rx_pcn
dependent_names
curl --request POST \
--url https://api.opkit.co/v1/insurance_cards \
--header 'Content-Type: application/json' \
--data '{
"patient_id": "string"
}'
Body
reference_id
string
patient_idRequired
string
network_status
string
Available options:
in_network
, out_of_network
front_photo_object_key
string
back_photo_object_key
string
member_name
string
member_id
string
group_number
string
insurance_carrier_ids
string[]
plan_name
string
rx_bin
string
rx_group
string
rx_pcn
string
dependent_names
string[]
Response
reference_id
string
idRequired
string
sourceRequired
string
Available options:
collection_page
, dashboard
, api
network_status
string
Available options:
in_network
, out_of_network
submission_id
string
created_atRequired
string
front_photo_download_url
string
back_photo_download_url
string
member_name
string
member_id
string
group_number
string
insurance_carrier_idsRequired
string[]
plan_name
string
rx_bin
string
rx_group
string
rx_pcn
string
dependent_names
string[]
plan_status
string
Available options:
active
, inactive
plan_status_fetched_at
string
curl --request POST \
--url https://api.opkit.co/v1/insurance_cards \
--header 'Content-Type: application/json' \
--data '{
"patient_id": "string"
}'