• 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

Pricing API

Endpoint:https://api.vendr.com

Basic Price Estimate

GET
https://api.vendr.com
/v1/pricing/basic/{scopeId}

Basic Price Estimate › path Parameters

  • scopeIdstring · uuid · required

Basic Price Estimate › Headers

  • Authorizationstring · required
  • x-vendr-end-user-identifierstring
  • x-vendr-end-user-ipstring · ipv4
  • x-vendr-end-user-emailstring · email
  • x-vendr-end-user-organization-namestring

Basic Price Estimate › Responses

  • estimateobject · required
  • currencystring · required
  • timestampstring · date-time · required
GET /v1/pricing/basic/{scopeId}

Advanced Price Estimate

GET
https://api.vendr.com
/v1/pricing/advanced/{scopeId}

Advanced Price Estimate › path Parameters

  • scopeIdstring · uuid · required

Advanced Price Estimate › Headers

  • Authorizationstring · required
  • x-vendr-end-user-identifierstring
  • x-vendr-end-user-ipstring · ipv4
  • x-vendr-end-user-emailstring · email
  • x-vendr-end-user-organization-namestring

Advanced Price Estimate › Responses

  • estimateobject · required
  • productEstimatesobject[] · required
  • currencystring · required
  • timestampstring · date-time · required
  • realPurchaseCountobject[] · required
  • realSimilarPurchasesobject[] · required
GET /v1/pricing/advanced/{scopeId}

Scope APIWebhooks API