Health Insurance
Search Insurance Payor Information
Orders
At-home Phlebotomy
Patient Service Center (PSC)
Tests
Health Insurance
Health Insurance
Search Insurance Payor Information
GET
/
v3
/
insurance
/
search
/
payor
curl --request GET \
--url '{{BASE_URL}}/v3/insurance/search/payor?insurance_name=AETNA' \
--header 'accept: application/json' \
--header 'x-vital-api-key: {YOUR_KEY}'
'
[
{
"code": "AARPA",
"name": "AARP",
"aliases": [
"AARP",
"AARP"
],
"org_address": {
"first_line": "PO BOX 740819",
"second_line": null,
"country": "US",
"zip": "30374",
"city": "ATLANTA",
"state": "GA"
}
},
]
curl --request GET \
--url '{{BASE_URL}}/v3/insurance/search/payor?insurance_name=AETNA' \
--header 'accept: application/json' \
--header 'x-vital-api-key: {YOUR_KEY}'
'
[
{
"code": "AARPA",
"name": "AARP",
"aliases": [
"AARP",
"AARP"
],
"org_address": {
"first_line": "PO BOX 740819",
"second_line": null,
"country": "US",
"zip": "30374",
"city": "ATLANTA",
"state": "GA"
}
},
]
Authorizations
Vital Team API Key
Query Parameters
ℹ️ This enum is non-exhaustive.
Available options:
change_healthcare
, availity
, stedi
Response
200
application/json
Successful Response
The response is of type object[]
.
curl --request GET \
--url '{{BASE_URL}}/v3/insurance/search/payor?insurance_name=AETNA' \
--header 'accept: application/json' \
--header 'x-vital-api-key: {YOUR_KEY}'
'
[
{
"code": "AARPA",
"name": "AARP",
"aliases": [
"AARP",
"AARP"
],
"org_address": {
"first_line": "PO BOX 740819",
"second_line": null,
"country": "US",
"zip": "30374",
"city": "ATLANTA",
"state": "GA"
}
},
]