Insurance Cards
Get Single Insurance Card
GET
/v1/insurance_cards/{id}
Authorization*
curl --request GET \
--url https://api.opkit.co/v1/insurance_cards/{id} \
--header 'Authorization: <authorization>'
{
"back_photo_download_url": "string",
"created_at": "string",
"dependent_names": [
"string"
],
"front_photo_download_url": "string",
"group_number": "string",
"id": "string",
"insurance_carrier_ids": [
"string"
],
"member_id": "string",
"member_name": "string",
"network_status": "in_network",
"plan_name": "string",
"plan_status": "active",
"plan_status_fetched_at": "string",
"reference_id": "string",
"rx_bin": "string",
"rx_group": "string",
"rx_pcn": "string",
"source": "collection_page",
"submission_id": "string"
}
Authorizations
Authorizationheaderrequired
string
The Opkit API uses the HTTP Bearer Token scheme for authentication. You should provide your API key in the Authorization header like so: "Authorization: Bearer [api-key]".
Path Parameters
idrequired
string
Response
200 - application/json
back_photo_download_url
string
created_atrequired
string
dependent_names
string[]
front_photo_download_url
string
group_number
string
idrequired
string
insurance_carrier_idsrequired
string[]
member_id
string
member_name
string
network_status
enum<string> | null
Available options:
in_network
, out_of_network
plan_name
string
plan_status
enum<string>
Available options:
active
, inactive
plan_status_fetched_at
string
reference_id
string
rx_bin
string
rx_group
string
rx_pcn
string
sourcerequired
enum<string>
Available options:
collection_page
, dashboard
, api
submission_id
string
curl --request GET \
--url https://api.opkit.co/v1/insurance_cards/{id} \
--header 'Authorization: <authorization>'
{
"back_photo_download_url": "string",
"created_at": "string",
"dependent_names": [
"string"
],
"front_photo_download_url": "string",
"group_number": "string",
"id": "string",
"insurance_carrier_ids": [
"string"
],
"member_id": "string",
"member_name": "string",
"network_status": "in_network",
"plan_name": "string",
"plan_status": "active",
"plan_status_fetched_at": "string",
"reference_id": "string",
"rx_bin": "string",
"rx_group": "string",
"rx_pcn": "string",
"source": "collection_page",
"submission_id": "string"
}