Bellwork
RfpsFor you

RFPs for one profile

Open bids (deadline today or later) linked to the profile's followed districts and opportunity districts, closing soonest; then K-12 bids in its territory states. District links are beta inferences. Gated by the `rfp_feed` module entitlement.

GET
/rfps/for-you

Open bids (deadline today or later) linked to the profile's followed districts and opportunity districts, closing soonest; then K-12 bids in its territory states. District links are beta inferences. Gated by the rfp_feed module entitlement.

AuthorizationBearer <token>

API key (sk_live_... prefix). Generate keys in the UI under Settings > API Keys, then send it as Authorization: Bearer sk_live_...

In: header

Query Parameters

project_id*string

Profile (project) whose follows, opportunities and territory define relevance

Match^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
Formatuuid

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://loading/api/v1/rfps/for-you?project_id=497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "data": {
    "yours": [
      {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
        "title": "string",
        "buyer_name": "string",
        "buyer_state": "string",
        "solicitation_id": "string",
        "status": "open",
        "source_url": "string",
        "detail_url": "string",
        "due_at": "string",
        "due_date": "string",
        "first_seen_at": "string",
        "last_seen_at": "string",
        "confidence": 0,
        "entities": [
          {
            "entity_type": "district",
            "entity_id": "8161163a-f227-466f-bc01-090a01e80165",
            "name": "string",
            "state": "string",
            "student_count": 0,
            "method": "string",
            "confidence": 0
          }
        ]
      }
    ],
    "territory": [
      {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
        "title": "string",
        "buyer_name": "string",
        "buyer_state": "string",
        "solicitation_id": "string",
        "status": "open",
        "source_url": "string",
        "detail_url": "string",
        "due_at": "string",
        "due_date": "string",
        "first_seen_at": "string",
        "last_seen_at": "string",
        "confidence": 0,
        "entities": [
          {
            "entity_type": "district",
            "entity_id": "8161163a-f227-466f-bc01-090a01e80165",
            "name": "string",
            "state": "string",
            "student_count": 0,
            "method": "string",
            "confidence": 0
          }
        ]
      }
    ],
    "district_count": 0,
    "territory_states": [
      "string"
    ]
  }
}
{
  "error": "string",
  "message": "string",
  "statusCode": -9007199254740991
}
{
  "error": "string",
  "message": "string",
  "statusCode": -9007199254740991
}
{
  "error": "entitlement_required",
  "module": "string",
  "message": "string",
  "contact": "string"
}
{
  "error": "string",
  "message": "string",
  "statusCode": -9007199254740991
}