https://api.marketingpod.dev/problems/validation-error{
"type": "https://api.marketingpod.dev/problems/validation-error",
"title": "Validation Error",
"status": 400,
"detail": "The request body contains one or more validation errors.",
"instance": "/api/v1/integration/req_1704123456789_abc",
"requestId": "req_1704123456789_abc",
"timestamp": "2024-10-07T12:34:56.789Z",
"errors": [
"eventType: Invalid enum value. Expected 'CustomerUpdate' | 'CustomerCreation' | ..."
],
"allowedEventTypes": ["CustomerUpdate", "CustomerCreation", ...]
}
source, eventType, createdDttmInUtc, eventContent)createdDttmInUtcerrors array in the response for specific validation failureseventType against the allowedEventTypes list provided in the responsecreatedDttmInUtc follows ISO 8601 format: 2024-01-01T12:00:00.000Z
Need help? Contact developers@marketingpod.com
and include the requestId from your error response.