Veco Plus API
    Veco Plus API
    • Introduction
    • Authentication
    • API Keys
    • Rate Limits
    • Data Types
    • Enums Reference Guide
    • Contacts
      • List all events
        GET
      • Get event by id
        GET
    • Properties
      • List all events
        GET
      • Get event by id
        GET
    • Schemas
      • Contact communication
      • Property payload
      • Property Address
      • Property Price Information
      • Property Media
      • Property Details
      • Property Sizing
      • Property Rooms
      • Property List Events Response
      • Property EPC Information
      • Property Obligations
      • Property Risks
      • ExternalOfficeReference
      • Contact List Events Response
      • Contact payload

    Introduction

    The Veco Plus API is organized around REST. Our API has predictable, resource-oriented URLs, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
    Currently, we support four types of events:
    1.
    ContactAdded
    2.
    ContactUpdated
    3.
    PropertyPublished
    4.
    PropertyUnpublished
    (Please see Enums Reference Guide for all the event types)

    Base URL#

    All URLs referenced in the documentation have the following base:
    The Veco Plus REST API is served over HTTPS. To ensure data privacy, unencrypted HTTP is not supported.
    Modified at 2024-11-25 15:42:40
    Next
    Authentication
    Built with