Beneficiaries
Retrieve locked beneficiary entities
Fetch references of the entities (payment, rule) that have caused the beneficiary to be locked
get/beneficiaries/{beneficiaryId}/locks
Path parameters
beneficiaryIdstring required
Query parameters
pageinteger
Page to fetch (0 indexed)
Page to fetch (0 indexed)
sizeinteger
Size of Page to fetch
Size of Page to fetch
Response
OK
Example response
{
"content": [
{
"ownerId": "R00000001A"
}
]
}