Authentication
To ensure the security and integrity of the data, all API requests must be authenticated using your unique API key.
API Key
Section titled “API Key”Include API Key in Header:
Every API request should have the API key included in the request header.
x-api-key: [x-api-key]For example,
x-api-key: LXdFOv3-IN87xIkJMlhG9bDr8THandle Expired Keys:
API keys have a lifespan. If you encounter authentication errors and suspect that your key might have expired, please reach out to MCT for a renewed key.
Workspace
Section titled “Workspace”Within the same workspace, there can be multiple buckets. Buckets are used to isolate data, and data between different buckets is separated. Different products use different buckets. Therefore, you must specify the bucket to correctly synchronize data.
Include Workspace Id and Bucket Id in Header:
x-param-override-workspaceid: [Workspace Id]x-param-override-bucketid: [Bucket Id]