GET
/
api
/
v1
/
patients
/
guardian_relationship_types
curl --request GET \
  --url https://api.byblend.com/api/v1/patients/guardian_relationship_types \
  --header 'Authorization: Bearer <token>'
[
  [
    "parent",
    "grandparent",
    "sibling",
    "child",
    "other_relative",
    "power_of_attorney",
    "caregiver",
    "legal_guardian",
    "spouse",
    "other"
  ]
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful response with list of guardian relationship types.

The response is of type string[].