Insurance Cards
Get Insurance Cards
GET
/v1/insurance_cards
Authorization*
curl --request GET \
--url https://api.opkit.co/v1/insurance_cards \
--header 'Authorization: <authorization>'
{
"count": "number",
"items": [
{
"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]".
Query Parameters
after
string
submission_id
string
patient_id
string
Response
200 - application/json
countrequired
number
itemsrequired
object[]
curl --request GET \
--url https://api.opkit.co/v1/insurance_cards \
--header 'Authorization: <authorization>'
{
"count": "number",
"items": [
{
"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"
}
]
}