Retrieving push token from the Push Module

So far I see there is a way to see the push token after registration :

push.on("registrationSucceeded", function(regID) {
    console.log("Reg Succeeded: " + regID);
});

but what after that?
Is there a way to retrieve the push token after registration?

You have to have a device to get regID.

Steps I did

-installed preview app on device

-open preview app on desktop and device

-go to preview app on desktop and click on monitor and in console you will see the dev regID.

as of now I am testing push notification from backendless.com service and it’s working

Oh I know that. Actually I have things working on both platforms but I was just wondering where was the regID stored. Apperently I have to save it myself

Yes, you need to save it yourself.