Skip to main content
GET
List beneficiaries

Authorizations

DPoP
string
header
required

Per-request DPoP proof JWT (RFC 9449). MUST accompany the Authorization: DPoP <access_token> header on every protected operation. The proof is signed by the merchant's private DPoP key and carries htm, htu, iat, jti, and ath claims.

Query Parameters

limit
integer
default:20

Items per page. Maximum 100.

Required range: 1 <= x <= 100
cursor
string

Opaque cursor returned by a previous list response. Omit for the first page.

status
enum<string>

Filter by beneficiary status.

Available options:
active,
archived,
blocked
type
enum<string>

Filter by beneficiary type.

Available options:
individual,
business
country
string

Filter by ISO-3166 alpha-2 country code. ISO 3166-1 alpha-2 country code.

Pattern: ^[A-Z]{2}$
Example:

"US"

Substring match on the beneficiary's display name / external reference.

created_via
enum<string>

Filter by how the beneficiary was created.

Available options:
api,
batch,
portal
source_batch_id
string

Filter to beneficiaries a specific batch created or first referenced (ANT-105 provenance). Prefixed bat_.

Response

Paginated list of beneficiaries.

data
object[]
required

Array of results for this page. Element schema varies by endpoint.

has_more
boolean
required

Whether more results exist beyond this page.

next_cursor
string

Cursor for the next page. Present only when has_more is true.