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"
}
},
]
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"
}
},
]
Vital Team API Key
ℹ️ This enum is non-exhaustive.
change_healthcare
, availity
, stedi
, waystar
, claim_md
Successful Response
The response is of type ClientFacingPayorSearchResponse · object[]
.