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" ] } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Payors Response
The Silna Identifier for the payor
The name of the payor
"AETNA"
The alternate identifiers associated with the payor
Alternate Identifiers Response
Show child attributes
The alternate identifier
"AETNA_INSC"
The standard of the alternate identifier
AVAILITY
WAYSTAR
CHANGE_HEALTHCARE
OFFICE_ALLY
CLAIM_MD
The types of insurances that this alternate identifier is associated with
COMMERCIAL
MEDICARE
MEDICAID
REGIONAL_CENTER
WORKERS_COMPENSATION
AUTO_INSURANCE
["COMMERCIAL", "MEDICARE"]