Failed to retrieve Identity Schema from kernel Syncdata

Hello, im having issues with posting in id repo , im deploying Mosip V3,

curl -X POST \
  "https://api-internal.msp.idenv.fr/idrepository/v1/identity/" \
  -H "Content-Type: application/json" \
  -H "Cookie: Authorization= ${TOKEN}" \
 -d '{
    "id": "mosip.id.create",
    "version": "v1",
    "requesttime": "'"${REQUESTTIME}"'",
    "metadata": {},
    "request": {
      "status": "ACTIVE",
      "identity": {
        "IDSchemaVersion": 1,
        "UIN": "123456789012",
        "firstName": "Ali",
        "lastName": "Ouahli",
        "gender": "MALE",
        "dateOfBirth": "1995-06-15",
        "phoneNumber": "+212600000000",
        "email": "ali.ouahli@email.com"
      },
      "documents": [],
      "verifiedAttributes": [
        "firstName",
        "lastName",
        "dateOfBirth"
      ],
      "registrationId": "REG20260224004",
      "biometricReferenceId": "BIO-REF-20260224-004"
    }
  }'
{"id":"mosip.id.create","version":"v1","responsetime":"2026-02-24T12:32:42.968Z","metadata":null,"response":null,"errors":[{"errorCode":"IDR-IDS-008","message":"Failed to retrieve Identity Schema from kernel Syncdata service"}]}

Thanks in advance,

Hello @aouahli99

Thank you for reaching out to us. Please recheck IDSchemaVersion in request. Error which you are mentioned is because system unable to find IDSchemaVersion. Try it out and let us know if issue still exists.

Thanks & Regards

Likhitha R L

on behalf of MOSIP team