Ionic Push Error 101

Hello,

Suddenly ionic push service started giving me “101” errors when sending push notifications. None of the receivers for the same REST API call are receiving push notifications.

I send one notification with several tokens in one REST API call. What I’m guessing is that If one of these tokens is wrong, none of the receivers of the message will receive it. Is that right?

In that case… What should be the approach then? Should we do one API call for each token that we have?