authentication staus polling URL?

  • ankit
    Keymaster
    # 1 year, 9 months ago

    To poll for the Push Notification status, please call the below API using POST method:

    https://login.xecurify.com/moas/api/auth/auth-status
    You need to send the transaction ID returned by the /auth/challenge API in the request body
    {txId:'e02791a5-136c-11ef-a829-021bb5e3269b'}

    The API will provide a response in this format:
    {txId:"b3c4e388-18ef-11ef-861d-021bb5e3269b",responseType:"AUTH_STATUS",status:"IN_PROGRESS",message:"Validation is in progress."}

    Once the request is approved, the polling API will return the status SUCCESS instead of IN_PROGRESS

    We will update the document with correct polling URL shortly. Feel free to reach out to me at ankit@xecurify.com if you face any further issues.

    soporte.tic
    Participant
    # 1 year, 9 months ago

    Greetings, thanks a lot for the API url link.

    Our MFA – PUSH NOTIFICATIONS through API are already working like a charm.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.