Veco Plus API
  1. Contacts
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
  1. Contacts

Get event by id

GET
https://api.all.veco.plus/api/func/api/v1/events/geteventbyid/{eventId}
Last modified:2024-11-27 10:10:54
This endpoint retrieves a contact event by an id

Request

Path Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.all.veco.plus/api/func/api/v1/events/geteventbyid/' \
--header 'x-api-key: VPM_DeVgRvSdPe0C3X0zebl05bmVNcd_4ec2ac2d-baac-4d4c-ace5-fd33e38e699e'

Responses

🟢200Success
application/json
Body

Example
{
    "tenantId": "4ec2ac2d-baac-4d4c-ace5-fd33e38e699e",
    "sequenceNumber": 0,
    "eventType": 2,
    "payload": "{\"ContactId\":\"629c4e4a-5cfa-4601-5a52-08dd058a757b\",\"FirstName\":\"John\",\"Surname\":\"Doe\",\"OtherName\":\"JD\",\"CompanyName\":null,\"CanSendEmail\":false,\"CanSendPost\":false,\"CanSendSms\":false,\"CanSendDetails\":false,\"HasGivenGdprDataConsent\":false,\"HasGivenGdprMarketingConsent\":false,\"Communications\":[]}",
    "transactionId": "629c4e4a-5cfa-4601-5a52-08dd058a757b",
    "id": "eecc386e-722b-4753-ab13-0a6795e31483",
    "createdDate": "2024-11-15T15:31:14.8954741"
}
🟠400BadRequest
🟠401Unauthorized
🟠404NotFound
Modified at 2024-11-27 10:10:54
Previous
List all events
Next
Properties
Built with