cURL
curl --request GET \ --url https://api.connect.bluelayer.tech/v1/orgs/{orgName}/channels/{channelSlug}/rfqs/{rfqId}/responses/{id} \ --header 'Authorization: <api-key>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "listingId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "projectName": "<string>", "offer": { "contractType": "spot", "currency": "USD", "scheduledDeliveries": [ { "fulfilmentDueDate": "2026-01-20", "fulfilmentMethod": "transfer", "vintages": [ { "reportingPeriodStart": "2023-12-25", "reportingPeriodEnd": "2023-12-25", "volume": 2, "unitPrice": 1 } ] } ], "prePayments": [ { "amount": 1, "paymentDueDate": "2026-01-20" } ], "totalVolume": 2, "totalPrice": 1, "additionalNotesToBuyer": "<string>" }, "projectDeveloperName": "<string>", "status": "submitted", "submittedAt": "2026-01-20T10:00:00.005Z" }
Retrieve Project Developer’s response to an RFQ by ID
Default Response
Show child attributes
submitted
accepted
rejected
"2026-01-20T10:00:00.005Z"