Hello everyone,
We have found in one of our APIs there was some inconsistency between the contract mentioned in the sandbox documentation and the actual response from API.
Affected API: v0.5/users/auth/on-confirm
Difference: In the sandbox doc, it is mentioned that the identifiers
would be given as auth.patient.identifiers
but in the actual body it was going as auth.identifier
. The patient
hierarchy was missing and the extra s
was missing.
We have fixed this as part of recent deployments. Please try it out and let us know if there are any questions/clarifications.
Thanks to @senthilkumar1 for reporting it.
Thank you