vREST provides a base URL (URL depends on project key)  to your mock APIs. Any incoming request having that base URL is forwarded to vREST Mock Server internally. vREST mock server matches the following attributes in the incoming request with the list of mocks, you have specified in a project:

 

If the above criteria matches then vREST Mock Server responds with the response provided in "Response Tab" > "Body Sub-tab" else it responds an error page with message "Mock request not found." along with reasons, why it doesn't match with the list of API mocks, you have specified.