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

    Authentication

    The Veco Plus API uses API keys to authenticate requests.
    💡
    The key should be passed in the 'x-api-key' header.
    API keys have the prefix VPM_ followed by the key. This prefix identifies the API key as being for Veco Plus marketing events. e.g. (VPM_DeVgRvSdPe0C3X0zebl05bmVNcd_4ec2ac2d-baac-4d4c-ace5-fd33e38e699e)
    Your API keys carry privileges to fetch data from our system. To ensure security, do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and similar platforms.
    The Veco Plus REST API is served over HTTPS. To ensure data privacy, unencrypted HTTP is not supported. Calls made over plain HTTP will fail, as will API requests without proper authentication.
    Modified at 2024-11-22 10:16:42
    Previous
    Introduction
    Next
    API Keys
    Built with