Skip to main content
GET
/
api
/
2.0
/
patients
/
{id}
/
insurance_cards
/
List Patients Insurance Cards
curl --request GET \
  --url https://sandbox.elationemr.com/api/2.0/patients/{id}/insurance_cards/ \
  --header 'Authorization: Bearer <token>'
[
  {
    "images": [
      {
        "side": 123,
        "ttl": 123,
        "url": "<string>"
      }
    ],
    "rank": 123
  }
]

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
integer<int64>
required

Response

200 - application/json
images
object[]
required
rank
integer
required

Primary or secondary insurances (1 or 2).