Skip to main content
POST
/
v1
/
orgs
/
{orgName}
/
channels
/
{channelSlug}
/
rfis
cURL
curl --request POST \
  --url https://api.connect.bluelayer.tech/v1/orgs/{orgName}/channels/{channelSlug}/rfis \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "listingIds": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "questions": [
    {
      "id": "<string>",
      "type": "string",
      "title": "<string>",
      "helperText": "<string>"
    }
  ],
  "buyerDescription": "<string>",
  "reference": "<string>"
}
'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

Authorization
string
header
required

Path Parameters

orgName
string
required
channelSlug
string
required

Body

application/json
listingIds
string<uuid>[]
required
Minimum array length: 1

Listings that the RFI is addressing

questions
object[]
required
buyerDescription
string

Buyer description

Example:

"This is a short description of the buyer, which will give context to the project developer when answering"

reference
string

The channel's reference to this request

Example:

"1b5100e62ed2"

Response

Default Response

id
string<uuid>
required