How to call an API flagged as "Internal"?

I have an API flagged as Internal, but I’m not able to call it from another API. Have tried to use tyk://self when calling the Internal API but it doesn’t work. Is there any example available to demo how to configure both the called and the calling API’s?

I get this error:

HTTP/0.0 500 Internal Server Error
Content-Type: application/json
X-Generator: tyk.io

{
“error”: “Couldn't detect target”
}

Hello @lamka and welcome to the community.

Have you had a look at our documentation on looping? The trick is you need to use the api-id.

Thanks @Olu that worked!