How to mask mockserver url

I have mocked my API’s using postman mock server I want to mask the url of mock server ex : my current url kj3433434n34kjrh98434kjn.mock.pstmn.io TO examplename this name i want to mock i have explored in google but no helpful article found. please help me

my current url : https://kj3433434n34kjrh98434kjn.mock.pstmn.io/test/api expecting url : https://examplename/test/api

Welcome to the Postman community! :rocket:

Are you to expand on why you would like to mask the mock server in the URL and what is the intended use once it’s masked?

Is this for documentation reasons?

i want to name with some domain name. to know the mock like user mock … etc
i want to know is there any possible way from postman to give a name to the mock URL so that outside i mean from UI or who ever using using it can easily understand with name

Bumping up old thread… This is required when mocking an external api whose base url is a configurable in my code. If we can’t change the postman mock base url, then I need to edit my configuration file to match the base url to what postman expects and change it back to the external base url before commit. Tried few things with the url variable but it is not working.