Hi there,Adobe does not provide any queueing mechanism for incoming
events, so if you receive anything than a 200, it would certainly mean
your event has failed to be registered into ACS, the responsibility to
retry, queueing, etc... is left on the calling system to implement.From
an architecture point of view, your calling system should implement what
follows 9at minima):Transparent JWT token generation: token being valid
for 24 hrs, you need to regenerate it once it expires (the API will
retur...