get Insurance Plans
GET {{baseUrl}}/insurance_plans?subdomain={{subdomain}}&payer_id=<string>&group_num=<string>
Get a list of insurance coverages
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
subdomain | string | (Required) Used to scope the request to the specified institution | |
payer_id | string | A unique ID number that is assigned to an insurance company for the purpose of transmitting provider claims electronically | |
group_num | string | Group num |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"code":"\u003cboolean\u003e","description":"\u003cstring\u003e","error":["\u003cstring\u003e","\u003cstring\u003e"],"data":[{"id":"\u003cinteger\u003e","payer_id":"\u003cstring\u003e","name":"\u003cstring\u003e","address":"\u003cstring\u003e","address2":"\u003cstring\u003e","city":"\u003cstring\u003e","state":"\u003cstring\u003e","zip_code":"\u003cstring\u003e","country_code":"\u003cstring\u003e","group_num":"\u003cstring\u003e","employer_name":"\u003cstring\u003e","foreign_id":"\u003cstring\u003e"},{"id":"\u003cinteger\u003e","payer_id":"\u003cstring\u003e","name":"\u003cstring\u003e","address":"\u003cstring\u003e","address2":"\u003cstring\u003e","city":"\u003cstring\u003e","state":"\u003cstring\u003e","zip_code":"\u003cstring\u003e","country_code":"\u003cstring\u003e","group_num":"\u003cstring\u003e","employer_name":"\u003cstring\u003e","foreign_id":"\u003cstring\u003e"}],"count":"\u003cinteger\u003e"}