Skip to main content
GET
/
v1
/
orgs
/
{orgName}
/
channels
/
{channelSlug}
/
rfis
/
{id}
cURL
curl --request GET \
  --url https://api.connect.bluelayer.tech/v1/orgs/{orgName}/channels/{channelSlug}/rfis/{id} \
  --header 'Authorization: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "reference": "<string>",
  "createdAt": "<string>",
  "responses": [
    {
      "listingId": "<string>",
      "status": "accepted",
      "answers": "<unknown>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Path Parameters

orgName
string
required
channelSlug
string
required
id
string<uuid>
required

Response

Default Response

id
string<uuid>
required
reference
string | null
required
createdAt
string
required
Example:

"2020-01-01"

responses
object[]
required