Skip to main content
POST
/
v1
/
orgs
/
{orgName}
/
channels
/
{channelSlug}
/
rfis
/
{rfiId}
/
responses
/
{listingId}
/
reply
cURL
curl --request POST \
  --url https://api.connect.bluelayer.tech/v1/orgs/{orgName}/channels/{channelSlug}/rfis/{rfiId}/responses/{listingId}/reply \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "status": "accepted"
}
'
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Path Parameters

orgName
string
required
channelSlug
string
required
rfiId
string<uuid>
required
listingId
string<uuid>
required

Body

application/json
status
enum<string>
required
Available options:
accepted,
rejected

Response

Default Response

ok
enum<boolean>
required
Available options:
true,
false