Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
Payors Response
Payors Response
curl --request GET \
--url https://api.silnahealth.com/public/v1/payors/{payor_id} \
--header 'Authorization: Bearer <token>'
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "AETNA",
"alternate_identifiers": [
{
"identifier": "AETNA_INSC",
"standard": "AVAILITY",
"payor_types": [
"COMMERCIAL",
"MEDICARE"
]
}
],
"insurance_types": [
[
"COMMERCIAL",
"MEDICARE"
]
]
}
curl --request GET \
--url https://api.silnahealth.com/public/v1/payors/{payor_id} \
--header 'Authorization: Bearer <token>'
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "AETNA",
"alternate_identifiers": [
{
"identifier": "AETNA_INSC",
"standard": "AVAILITY",
"payor_types": [
"COMMERCIAL",
"MEDICARE"
]
}
],
"insurance_types": [
[
"COMMERCIAL",
"MEDICARE"
]
]
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Payors Response
Payors Response