Skip to main content
GET
List accounts

Authorizations

Authorization
string
header
required

API key as Bearer token

Headers

Reap-Version
enum<string>
required

API version (YYYY-MM-DD)

Available options:
2025-02-14
Example:

"2025-02-14"

Query Parameters

limit
integer
default:20

Maximum number of items to return (1-100, default: 20)

Required range: x <= 100
Examples:

20

50

100

cursor
string

Opaque cursor for pagination. Pass nextCursor from previous response to get next page.

id
string<uuid>

Filter accounts by exact ID match

status
enum<string>[]

Filter accounts by status (comma-separated)

  • ACTIVE: Account is fully operational
  • RESTRICTED: Account is restricted (e.g., as a result of fraud detection)
Available options:
ACTIVE,
RESTRICTED
ownerType
enum<string>[]

Filter accounts by owner type (comma-separated). When omitted, only user- and company-owned accounts are returned. Pass PROJECT explicitly to retrieve the project master account; this is only valid for program-funded projects.

  • USER: Account owned by an individual
  • COMPANY: Account owned by a business
  • PROJECT: Master collateral account owned by the project
Available options:
USER,
COMPANY,
PROJECT
ownerId
string<uuid>[]

Filter accounts by owner ID (comma-separated). Matches either the user or company owner of the account.

Response

Response for status 200

items
object[]
required
nextCursor
string | null
required

Cursor for next page, or null if no more items