curl --request GET \
--url https://api.example.com/v1/cases/{case_id}/authority \
--header 'Authorization: Bearer <token>'{
"data": {
"level": "level_0",
"types": [
"executor_in_will",
"next_of_kin"
]
}
}Retrieve the authority verification details for a case.
curl --request GET \
--url https://api.example.com/v1/cases/{case_id}/authority \
--header 'Authorization: Bearer <token>'{
"data": {
"level": "level_0",
"types": [
"executor_in_will",
"next_of_kin"
]
}
}