Auth/on-init & subscription-requests/hiu/on-init webhooks giving error

On raising the subscription and auth request getting below response in the webhook:

  1. v0.5/users/auth/on-init:
    “requestId”: “63c65d6d-f3d7-4e4d-afd0-6d8ebfb80b4e”,
    “timestamp”: “2023-03-21T15:46:42.705853”,
    “auth”: null,
    “error”: {
    “code”: 1510,
    “message”: “Cannot find the user”
    },
    “resp”: {
    “requestId”: “3217d243-666b-4c8c-ba08-7210cef78e72”
    }

  2. v0.5/subscription-requests/hiu/on-init:
    “requestId”: “0e2547a8-038e-4e11-ad09-071d90f61219”,
    “error”: {
    “code”: 2500,
    “message”: “Invalid Patient”
    },
    “timestamp”: [
    2023,
    3,
    21,
    15,
    46,
    42,
    703523000
    ],
    “resp”: {
    “requestId”: “447ee919-cf04-402c-a29c-e6148f2a8c65”
    }
    }

When do we get this?
Can someone look into this asap

1 Like

Hi @BushraKhan
I am also getting the same error.
Can you share your request i.e. auth/init

1 Like