Search code examples
rapidapi

RapidApi Testing returns `kutz-log-nil-tenantid`


On RapidAPI I have created a new API and added a simple GET endpoint (/version). Every call (from the Dashboard Test Endpoint feature and from the browser) returns

{"version":"kutz-log-nil-tenantid"}

Anyone experiencing the same? Did I miss some configuration? I cannot see what it is wrong.


Solution

  • It looks like /version is a reserved word and cannot be used.
    After creating a different endpoint (ie /status) it works fine.

    RapidAPI documentation lists the reserved words but version in not one of them.