Revenue Accelerator API documentation issues

Hello,

We plan to use Revenue Accelerator API to assign users to the teams. I read the documentation, and the new routes listed are incorrect.
According to documentation (Zoom Revenue Accelerator API) the end-point for listing teams should be the following: https://api.zoom.us/v2/zra/teams
However, I get a 404 HTTP status and the following error when making a GET API call to it.

{
    "code": 64041,
    "message": "Route Not Found"
}

If I change the path to the old one (ZoomIQ), I can get the list, “iq/teams” instead of “zra/teams”
Do you know if this is expected? What should be the correct path for RA APIs?

I’ve just tried to call the old API end-point - https://api.zoom.us/v2/iq/teams
And I received 502 HTTP status with a Gateway Timeout message.

I’m interested in the same detail here. I will need to use the List Teams endpoint for ZRA, but only the deprecated /iq/teams endpoint is listed in the documentation.

Note: I actually was able to get details back from a GET request to https://api.zoom.us/v2/iq/teams that contained our list of teams. However, I do not want to build against an API that is listed for deprecation.

Using the (expected replacement) /zra/teams endpoint results in a 64041 Route Not Found