I have a private mock server setup and i’m able to send a request and receive my 403 response body schema, but I’m not sure why the 403 is being returned.
I’m using a GET call with no parameters, no oAuth or security mechanism and I have the x-api-key header with my postman api key.
the 403 is my own schema example provided in the definition
i have examples for each response code. the example isn’t the problem, I can’t get it to return 200, either with an empty body or with the example schema I have
When you say ‘Mock Server’ are you referring to the ‘Mock Server’ tab or the API tab?
Sounds like you mean the API tab… I haven’t used that much personally, but I would guess that a 403 would be related to having the correct access to the URL used in the schema.
I have a mock server associated to a collection. the collection was generated from an imported openapi definition. So I have a collection, api and mock server in postman.
I tried sending the request outside of our corporate network and I’m getting the same 403 response.