Returns beneficiaries (typically loan_client type) that belong to the given organisation. Requires internal-admin or org-admin role.
Supports an optional query search parameter and DynamoDB cursor pagination via next_token (a JSON-encoded key passed as a query string).
Documentation Index
Fetch the complete documentation index at: https://docs.pcxpay.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer JWT for user-facing flows (Bearer eyJraWQ...), or the literal string NONE when authenticating via API key.
"Bearer eyJraWQ..."
API key for server-to-server flows, or the literal string NONE when authenticating via JWT.
"pcx_abc123_xxxx"
Filter by beneficiary_type (e.g. loan_client, payout_recipient).
loan_client, payout_recipient Free-text search string applied by the use-case layer.
JSON-encoded DynamoDB pagination token from a previous response.