Skip to main content

Accessing the mock server

The Investigate OpenAPI mock server, available for integration testing, is deployed at the following base URL:

tip

For detailed documentation on the exposed endpoints and versions, review the section API Contract.

The Host and Content-Length HTTP headers are required on each request. Otherwise, you might get a 400 response status.

Example:

Host: mock.openapi-investigate.cloud
Content-Length: 185

Authentication​

For more information on authentication and access to the mock servers, see the section Authentication.