• Documentation
  • API Reference
Catalog API
    Get a CompanygetGet a Product FamilygetGet a ProductgetList CategoriesgetList CompaniesgetList Product FamiliesgetList Productsget
Scope API
    Get a ScopegetCreate a ScopepostCreate Scope via Documentpost
Pricing API
    Basic Price EstimategetAdvanced Price Estimateget
Webhooks API
    List webhooksgetCreate a webhookpostList webhook eventsgetGet webhook eventgetDelete webhookdelete
Negotiation API
    Get FAQsget
Intent API
    List Intentpost
Other endpoints
    OpenAPI SpecificationgetHealth checkget
Schemas
Vendr Public API

Intent API

Endpoint:https://api.vendr.com

List Intent

POST
https://api.vendr.com
/v1/intent

List Intent › Headers

  • Authorizationstring · required

List Intent › Request Body

  • fromTimestampstring · date-time
  • toTimestampstring · date-time
  • userHasCompanyNameboolean
  • userHasCompanyDomainboolean
  • userHasCompanyIpAddressboolean
  • userHasCompanyLocationboolean
  • userHasCompanySectorboolean
  • userHasCompanyHeadcountboolean
  • userHasCompanyRevenueboolean
  • companyIdsstring[] · maxItems: 100
  • productFamilyIdsstring[] · maxItems: 100
  • productIdsstring[] · maxItems: 100
  • namestring
  • engagementTypestring[]
    Enum values:
    price-estimate
    price-check
    catalog-view-verified
    catalog-view
  • originstring
  • fromDatestring · date-time
  • toDatestring · date-time
  • limitinteger · min: 1 · max: 500
    Default: 100
  • offsetinteger
  • sortBystring · enum
    Enum values:
    product-name
    buyer-company-name
    seller-company-name
    captured-at
    timestamp
  • sortOrderstring · enum
    Enum values:
    asc
    desc
    Default: asc

List Intent › Responses

  • dataobject[] · required
  • paginationobject · required
POST /v1/intent

Negotiation APIOther endpoints