Can AMI Listen to Events Created from ARI?

Good morning,
I have a curious question that might not even be possible, but it doesn’t hurt to ask.
Is there a way for AMI to also listen when an event is created from ARI?

What event are you referring to?

The custom events you create with POST /events/user/{eventName}

ARI is an API; an application normally uses multiple AMIs, I can’t think there is anything that stops an application using two different APIs to connect to the same Asterisk instance. Your application isn’t an instance of ARI, it is a user of ARI.

A user event should show up in AMI as a normal UserEvent[1].

[1] UserEvent - Asterisk Documentation

It was an error when sending the request, which is why I wasn’t able to see the user event.
thank you