# Get all beneficiaries of a plan **GET /api/v1/plans/{plan_uuid}/beneficiary** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Path parameters - **plan_uuid** (string) ### Query parameters - **filter[created_after]** (string) Date to filter when the beneficiary was created after. - **filter[created_before]** (string) Date to filter when the beneficiary was created before. - **filter[updated_after]** (string) Date to filter when the beneficiary was created after. - **filter[updated_before]** (string) Date to filter when the beneficiary was created before. - **filter[name]** (string) Name to filter who the beneficiary is. - **filter[percentage]** (number) Percentage to filter the nominee percentage where 1 is equal to 100%. - **per_page** (integer) Number of results to return with pagination (Default 15. Max 500). - **sort** (string) Field to sort by. Valid fields are [created_at, updated_at, name, percentage]. Negative sign to denote DESC. Defaults to 'name'. ## Responses ### 200 #### Body: application/json (object) - **data** (array[object]) [Powered by Bump.sh](https://bump.sh)