- Public Supplier Requests List
Reading supplier requests
Filtering
Joining to a tender
Public Supplier Requests Get
Public Supplier Requests...
Cursor-paginated list of supplier requests for the authed organisation.
- Mock serverhttps://docs.mercura.ai/_mock/openapi/supplier-requests
- https://docs.mercura.ai/api/public/v1https://docs.mercura.ai/api/public/v1/supplier-requests
- Productionhttps://prod-euapi.mercura.ai/api/public/v1/supplier-requests
curl -i -X GET \
'https://docs.mercura.ai/_mock/openapi/supplier-requests?cursor=string&modified_since=2019-08-24T14%3A15%3A22Z&tender_id=string&project_id=string&supplier_id=string&status=REQUEST_SENT&awarded=true&limit=1' \
-H 'authorization: string'Successful Response
Example:
[ { "awarded_line_count": 1, "created_at": "2026-07-14T09:12:00Z", "id": "b3f1c2a4-6d9e-4f21-a0b7-2c5e8d1f9a44", "is_awarded": true, "offered_lines": [ … ], "sender_email": "einkauf@grosshandel.de", "status": "OFFER_RECEIVED", "supplier_emails": [ … ], "supplier_id": "SUP-3001", "supplier_name": "Nordlicht Leuchten GmbH", "tender_id": "12345", "updated_at": "2026-07-16T14:05:11Z" } ]
Response
{ "data": [ { … } ], "next_cursor": "string" }