Calling plugin's REST API externally

I am trying to call a custom REST API plugin endpoint that I created externally through Postman. I’m wondering what url path to you use to call this endpoint? The path to my API is “CustomAPIs/identity/{param}”.

Any help would be greatly appreciated!