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"
]
]Retrieve a list of all available 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"
]
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful response with list of guardian relationship types.