Skip to main content
POST
Submit a response to an RFI

Authorizations

Authorization
string
header
required

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

Path Parameters

rfiId
string
required

Public ID of the request for information (prefixed with rfi_)

Body

application/json

The replies making up one submission.

items
object[]
required

One entry per reply.

Required array length: 1 - 200 elements

Response

Success

Confirmation that a submission was recorded.

rfiId
string

Public ID of the request that was answered (prefixed with rfi_).

Example:

"rfi_5Kf9dQ2mNpXwZ7bV1aLcs"

roundId
string

Public ID of the round that was answered (prefixed with rfir_).

Example:

"rfir_2mNpXwZ7bV1aLcs3Kf9dQ"

round
integer

Attempt number that was answered.

Example:

1

status
enum<string>

Status of the request after the submission.

Available options:
submitted
Example:

"submitted"

submittedAt
string<date-time>

When the submission was recorded.

Example:

"2026-07-03T09:12:44.000Z"

responseCount
integer

Number of replies recorded, which may exceed the number of request items answered.

Example:

5