> ## Documentation Index
> Fetch the complete documentation index at: https://cashfreepayments-d00050e9-theme-update.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Beneficiary Details

> Use this API to get the details of a particular beneficiary in your account.

<Warning> This API will be retired soon. Please plan to migrate to the latest version, [Beneficiary V2](/api-reference/payouts/v2/beneficiary-v2/get-beneficiary-v2). </Warning>

Please use this Authorization token in headers to call any payout API (Refresh this page if the token is expired)

<iframe src="https://www.cashfree.com/devstudio/preview/payouts/embed/bearerToken" width="600" />

<Accordion title="Click to view the response codes.">
  | Sub Code | Status  | Message                      | Next Action                                                                                              |
  | :------- | :------ | :--------------------------- | :------------------------------------------------------------------------------------------------------- |
  | 200      | SUCCESS | Details of beneficiary       | -                                                                                                        |
  | 403      | ERROR   | Token is not valid           | Verify the generated token                                                                               |
  | 404      | ERROR   | Beneficiary does not exist   | Provide a valid beneficiary ID                                                                           |
  | 412      | ERROR   | Token missing in the request | Enter the generated token as the value for Authorization under Headers in this format: `Bearer <token>`. |
</Accordion>
