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.