I found this link , but I was sending RequestID within specified requirements example "abc123"
Original Message:
Sent: Aug 07, 2024 12:36 PM
From: Maren Peasley
Subject: How to send PUSH notifications on Symantec VIP app using an Rest API
No problem!
No REST-based PUSH at the moment. Cert-based authN only at the moment. If you are interested in REST-based PUSH or code-based authN (or any other product enhancement), please open a support case to request these so that we can track them.
Original Message:
Sent: Aug 07, 2024 11:52 AM
From: Rahul
Subject: How to send PUSH notifications on Symantec VIP app using an Rest API
Thanks a lot , This gave a more detail picture.
Is it safe to assume we don't have REST based API?
and also does it support any other authentication type other than certification based authentication?
appreciate all the help.
Original Message:
Sent: Aug 07, 2024 08:20 AM
From: Maren Peasley
Subject: How to send PUSH notifications on Symantec VIP app using an Rest API
Hi Rahul,
Via API will require a few minutes of setup, but these videos summarize the work needed:
https://www.youtube.com/playlist?list=PL2eggx_qRWrTvPoVxFPBTep_pWJ21h8XZ
The API needed is authenticateUserWithPush (so you need to have the user name). Example from my environment looks like this:
That makes the Push on the device look like this:
To pick up the response, we need pollPushStatus():
Does that help?
Original Message:
Sent: Aug 06, 2024 07:36 AM
From: Rahul
Subject: How to send PUSH notifications on Symantec VIP app using an Rest API
This is exactly what we want to do but we want to do this using API's. Is there any easier way to do this using API's. API documentation is little confusing and involves lot of steps/configurations on both sides VIP (Source) and (Target) platforms.
One other question, is there a link that directly takes us to TEST screen instead of clicking "TEST" button.
Thanks in Advance.
Original Message:
Sent: Aug 02, 2024 02:51 PM
From: Andreas Horlacher
Subject: How to send PUSH notifications on Symantec VIP app using an Rest API
In addition to Haro's recommendation to utilize the VIP Web Service APIs to build an application, your team can utilize the VIP test portal. The helpdesk enters the VIP Credential ID into the portal and observes when the PUSH is accepted:
------------------------------
Kind regard,
Andreas
Original Message:
Sent: Jul 31, 2024 11:34 AM
From: Nash T
Subject: How to send PUSH notifications on Symantec VIP app using an Rest API
Hello all,
I have a use case where our HelpDesk needs to send push notifications with accept/reject options to validate user identities on demand. Could anyone provide documentation or examples on how to achieve this?
Thanks in Advance