{"error":"validation_error","message":"One or more validation errors occurred","correlationId":"a1b2c3d4e5f67890abcdef1234567890"}
Field
Type
Description
error
string
A machine-readable error code
message
string
A human-readable description of the error
correlationId
string (GUID)
A unique identifier for this error occurrence, useful for troubleshooting with support
Errors that involve field-level validation include an additional errors
array with details about each invalid field:
{"error":"validation_error","message":"One or more validation errors occurred","correlationId":"a1b2c3d4e5f67890abcdef1234567890","errors":[{"field":"identity.firstName","message":"First name is required"},{"field":"effectiveDate","message":"Effective date is required"}]}
Field
Type
Description
errors[].field
string
The name of the request field that caused the error
The request was invalid. Check the errors array for details about which fields are missing or malformed
401
Authentication failed. The API token is missing, invalid, or expired
403
Access denied. The request is authenticated but not authorized
404
The requested resource was not found
409
Conflict. The request cannot be completed because the resource is in a conflicting state (for example, canceling an import that has already finished)
422
Unprocessable request. The request is valid but cannot be completed because a precondition is not met (for example, the application does not have an import schedule configured)