Review import errors
get/migrations/{migration_id}/errors/
Authorizations
AuthorizationstringRequired
Token credential sent in the Authorization header, in the form: Token <your-token>. Requires a staff (admin) account.
Path parameters
migration_idstringRequiredExample:
Identifier returned when the import was started.
3f2a1c9e8b7d4a6f9c0e1d2b3a4c5e6fResponses
200
The list of error messages collected during the import.
application/json
errorsstring[]Optional
One message per rejected record. Empty when there are no errors.
401
Authentication credentials were missing or invalid.
403
The account does not have staff (admin) permission.
get/migrations/{migration_id}/errors/
GET /api/remote/1/migrations/{migration_id}/errors/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"errors": [
"email: Enter a valid email address.",
"phone: This field is required.",
"user: Object with attributes__migration_customer_code=CUST-999 does not exist.",
"duplicate key value violates unique constraint"
]
}Last updated
Was this helpful?

