Hi @yotamb,
Welcome to the Auth0 Community!
Usually you can validate the token without having to reach out to Auth0. JWT tokens contain a signature that your API_A can use to verify the token. Take a look at common libraries at JWT.io.