Skip to main content
GET
List RFIs

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

status
enum<string>

Filter requests by status.

Available options:
issued,
submitted,
resolved,
expired
kind
enum<string>

Filter requests by what they are attached to.

Available options:
onboarding,
transaction
userId
string

Public ID of the user whose requests are listed (prefixed with usr_)

limit
integer
default:20

Number of requests to return.

Required range: 1 <= x <= 100
offset
integer
default:0

Number of requests to skip.

Required range: x >= 0

Response

Success

Paginated list of requests for information, newest first.

data
object[]
pagination
object

Offset-based pagination, rather than the cursor pagination used by most v3 list endpoints.