Sumble · Example Payload

Sumble V9 Projects Lookup Post 200 Response Response

CompanyAccount IntelligenceSales IntelligenceData EnrichmentGo-To-MarketTechnographicsPeople DataJob PostsSignalsMCP

Sumble V9 Projects Lookup Post 200 Response Response is an example object payload from Sumble, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idcredits_usedcredits_remainingmatched_countresults

Example Payload

Raw ↑
{
  "id": "019c2a87-11f0-78b3-b82d-cdd178cf4018",
  "credits_used": 1,
  "credits_remaining": 999,
  "matched_count": 2,
  "results": [
    {
      "input": "cloud migration",
      "project": {
        "id": 1,
        "slug": "cloud_migration",
        "name": "Cloud Migration"
      }
    },
    {
      "input": "generative_ai",
      "project": {
        "id": 3,
        "slug": "generative_ai",
        "name": "Generative AI"
      }
    }
  ]
}