Scout Rfp List Events Example is an example object payload from Scout RFP, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
datametalinks
Example Payload
{
"data": [
{
"id": "evt_12345",
"type": "events",
"attributes": {
"title": "Office Supplies Procurement Q3 2026",
"spend_amount": 150000,
"event_type": "RFP",
"state": "active",
"external_id": "SAP-PO-2026-Q3-001",
"supplier_rsvp_deadline": "2026-06-01T17:00:00Z",
"supplier_question_deadline": "2026-06-08T17:00:00Z",
"bid_submission_deadline": "2026-06-15T17:00:00Z",
"late_bids": false,
"revise_bids": true,
"instant_notifications": true,
"is_public": false,
"restricted": false,
"custom_fields": [
{ "name": "Department", "value": "Operations" },
{ "name": "Budget Year", "value": "2026" }
]
},
"relationships": {
"event_template": {
"data": { "id": "tmpl_456", "type": "event_templates" }
}
}
},
{
"id": "evt_12346",
"type": "events",
"attributes": {
"title": "IT Hardware Refresh 2026",
"spend_amount": 500000,
"event_type": "RFQ",
"state": "draft",
"external_id": "IT-HW-2026-001",
"bid_submission_deadline": "2026-07-01T17:00:00Z",
"late_bids": false,
"revise_bids": false,
"instant_notifications": true,
"is_public": false,
"restricted": false,
"custom_fields": [
{ "name": "Department", "value": "IT" }
]
}
}
],
"meta": {
"total_count": 42,
"page": 1,
"page_size": 10
},
"links": {
"self": "https://api.us.workdayspend.com/services/events/v1/events?page[size]=10",
"next": "https://api.us.workdayspend.com/services/events/v1/events?page[size]=10&page[after]=evt_12346"
}
}
Work with this as data
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/scout-rfp-list-events-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.