# WireMock Cloud ## Docs - [Advanced Stubbing](https://docs.wiremock.io/advanced-stubbing.md): Advanced request matching, using query, header and body matching with regexes, JSONPath, XPath and others. - [WireMock Cloud agent skills](https://docs.wiremock.io/ai-mcp/agent-skills.md): Install the WireMock Cloud agent skills plugin to give your coding agent the ability to build, validate, and manage mock APIs - [WireMock Cloud AI](https://docs.wiremock.io/ai-mcp/ai-101.md): API simulation tools for AI-assisted development workflows - [HTTP Request Authentication](https://docs.wiremock.io/ai-mcp/http-request-authentication.md): Authenticating HTTP requests made with the `make_http_request` MCP tool using authenticators - [Installing WireMock Cloud AI](https://docs.wiremock.io/ai-mcp/installation.md): How to install the WireMock Cloud MCP server and integrate it with your AI tool - [MCP Tools](https://docs.wiremock.io/ai-mcp/mcp-tools.md): Tools implemented by WireMock's MCP server - [Getting Started with the API](https://docs.wiremock.io/api-getting-started.md): How to use the WireMock Cloud REST API - [Delete an entry from an entity's ACL.](https://docs.wiremock.io/api-reference/access-control/delete-an-entry-from-an-entitys-acl.md): Remove a team or user to an entity's ACL. - [Get ACL candidates](https://docs.wiremock.io/api-reference/access-control/get-acl-candidates.md): Get candidate users and teams that can be added to this entity's ACL - [Update an entity's ACL](https://docs.wiremock.io/api-reference/access-control/update-an-entitys-acl.md): Add or update a team or user to an entity's ACL. - [Create a data source](https://docs.wiremock.io/api-reference/data-sources/create-a-data-source.md) - [Delete data source by ID](https://docs.wiremock.io/api-reference/data-sources/delete-data-source-by-id.md) - [Get data source by ID](https://docs.wiremock.io/api-reference/data-sources/get-data-source-by-id.md) - [Get data sources accessible by a user](https://docs.wiremock.io/api-reference/data-sources/get-data-sources-accessible-by-a-user.md) - [Update data source](https://docs.wiremock.io/api-reference/data-sources/update-data-source.md) - [Update data source CSV data](https://docs.wiremock.io/api-reference/data-sources/update-data-source-csv-data.md): Updates the rows of a CSV data source - [Create a database connection](https://docs.wiremock.io/api-reference/database-connections/create-a-database-connection.md) - [Delete database connection by ID](https://docs.wiremock.io/api-reference/database-connections/delete-database-connection-by-id.md) - [Get database connection by ID](https://docs.wiremock.io/api-reference/database-connections/get-database-connection-by-id.md) - [Get database connections accessible by a user](https://docs.wiremock.io/api-reference/database-connections/get-database-connections-accessible-by-a-user.md) - [Test a database connection](https://docs.wiremock.io/api-reference/database-connections/test-a-database-connection.md) - [Update database connection](https://docs.wiremock.io/api-reference/database-connections/update-database-connection.md) - [Import into a mock API](https://docs.wiremock.io/api-reference/imports/import-into-a-mock-api.md): Import any supported format into your Mock API. The supplied data will be converted into stubs that your Mock API will be populated with. Supported formats include WireMock mappings JSON files, OpenAPI specifications, Postman collections, HAR (HTTP Archive) logs, WireMock request log JSON files and… - [Get a mock API's versions](https://docs.wiremock.io/api-reference/mock-api-versioning/get-a-mock-apis-versions.md) - [Get a version by ID](https://docs.wiremock.io/api-reference/mock-api-versioning/get-a-version-by-id.md) - [Get all changes between one version and another](https://docs.wiremock.io/api-reference/mock-api-versioning/get-all-changes-between-one-version-and-another.md) - [Get all entities in a given version](https://docs.wiremock.io/api-reference/mock-api-versioning/get-all-entities-in-a-given-version.md) - [Get the change to an entity between one version and another](https://docs.wiremock.io/api-reference/mock-api-versioning/get-the-change-to-an-entity-between-one-version-and-another.md) - [Get the contents of a entity at a given version](https://docs.wiremock.io/api-reference/mock-api-versioning/get-the-contents-of-a-entity-at-a-given-version.md) - [Restore the contents of all mock API entities to a given version](https://docs.wiremock.io/api-reference/mock-api-versioning/restore-the-contents-of-all-mock-api-entities-to-a-given-version.md) - [Restore the contents of an entity to a given version](https://docs.wiremock.io/api-reference/mock-api-versioning/restore-the-contents-of-an-entity-to-a-given-version.md) - [Create a new mock API](https://docs.wiremock.io/api-reference/mock-apis/create-a-new-mock-api.md) - [Delete mock API](https://docs.wiremock.io/api-reference/mock-apis/delete-mock-api.md) - [Get mock API by ID](https://docs.wiremock.io/api-reference/mock-apis/get-mock-api-by-id.md) - [Get mock APIs accessible to a user](https://docs.wiremock.io/api-reference/mock-apis/get-mock-apis-accessible-to-a-user.md) - [Move a mock API to a different mock host](https://docs.wiremock.io/api-reference/mock-apis/move-a-mock-api-to-a-different-mock-host.md) - [Update mock API](https://docs.wiremock.io/api-reference/mock-apis/update-mock-api.md) - [Retrieve a mock host by ID](https://docs.wiremock.io/api-reference/mock-hosts/retrieve-a-mock-host-by-id.md) - [Update a mock host](https://docs.wiremock.io/api-reference/mock-hosts/update-a-mock-host.md) - [Get OpenAPI document for mock API](https://docs.wiremock.io/api-reference/openapi/get-openapi-document-for-mock-api.md) - [Pull OpenAPI document from Git](https://docs.wiremock.io/api-reference/openapi/pull-openapi-document-from-git.md) - [Push OpenAPI document to Git](https://docs.wiremock.io/api-reference/openapi/push-openapi-document-to-git.md) - [Update OpenAPI document for mock API](https://docs.wiremock.io/api-reference/openapi/update-openapi-document-for-mock-api.md) - [Delete organisation](https://docs.wiremock.io/api-reference/organisations/delete-organisation.md) - [Delete organisation member user](https://docs.wiremock.io/api-reference/organisations/delete-organisation-member-user.md) - [Get organisation by ID](https://docs.wiremock.io/api-reference/organisations/get-organisation-by-id.md) - [Get pending invitations for organisation](https://docs.wiremock.io/api-reference/organisations/get-pending-invitations-for-organisation.md) - [Get users in an organisation](https://docs.wiremock.io/api-reference/organisations/get-users-in-an-organisation.md): Gets the users under a specific organisation, optionally filtered by username/email address. - [Invite a user to an organisation](https://docs.wiremock.io/api-reference/organisations/invite-a-user-to-an-organisation.md) - [Retrieve an organisation's mock hosts](https://docs.wiremock.io/api-reference/organisations/retrieve-an-organisations-mock-hosts.md) - [Update organisation](https://docs.wiremock.io/api-reference/organisations/update-organisation.md) - [Get recording status](https://docs.wiremock.io/api-reference/recordings/get-recording-status.md) - [Start recording](https://docs.wiremock.io/api-reference/recordings/start-recording.md): Begin recording stub mappings - [Stop recording](https://docs.wiremock.io/api-reference/recordings/stop-recording.md): End recording of stub mappings - [Take a snapshot recording](https://docs.wiremock.io/api-reference/recordings/take-a-snapshot-recording.md) - [Count requests by criteria](https://docs.wiremock.io/api-reference/requests/count-requests-by-criteria.md): Count requests logged in the journal matching the specified criteria - [Delete all requests in journal](https://docs.wiremock.io/api-reference/requests/delete-all-requests-in-journal.md) - [Delete request by ID](https://docs.wiremock.io/api-reference/requests/delete-request-by-id.md) - [Delete requests mappings matching metadata](https://docs.wiremock.io/api-reference/requests/delete-requests-mappings-matching-metadata.md) - [Empty the request journal](https://docs.wiremock.io/api-reference/requests/empty-the-request-journal.md) - [Find requests by criteria](https://docs.wiremock.io/api-reference/requests/find-requests-by-criteria.md): Retrieve details of requests logged in the journal matching the specified criteria - [Find unmatched requests](https://docs.wiremock.io/api-reference/requests/find-unmatched-requests.md): Get details of logged requests that weren't matched by any stub mapping - [Get all requests in journal](https://docs.wiremock.io/api-reference/requests/get-all-requests-in-journal.md) - [Get request by ID](https://docs.wiremock.io/api-reference/requests/get-request-by-id.md) - [Remove requests by criteria](https://docs.wiremock.io/api-reference/requests/remove-requests-by-criteria.md): Removed requests logged in the journal matching the specified criteria - [Regenerate a user's API token](https://docs.wiremock.io/api-reference/security/regenerate-a-users-api-token.md) - [Create a rate limit](https://docs.wiremock.io/api-reference/settings/create-a-rate-limit.md) - [Delete a rate limit](https://docs.wiremock.io/api-reference/settings/delete-a-rate-limit.md) - [Get a rate limit by ID](https://docs.wiremock.io/api-reference/settings/get-a-rate-limit-by-id.md) - [Get all rate limits](https://docs.wiremock.io/api-reference/settings/get-all-rate-limits.md) - [Get chaos settings](https://docs.wiremock.io/api-reference/settings/get-chaos-settings.md) - [Get delay distribution](https://docs.wiremock.io/api-reference/settings/get-delay-distribution.md) - [Get mock API certificate settings](https://docs.wiremock.io/api-reference/settings/get-mock-api-certificate-settings.md): Retrieve the certificate settings for a mock API. These settings are used to configure the cryptographic handlebars helpers, [`sign`](/response-templating/cryptographic-helpers#signing) and [`x509Certificate`](/response-templating/cryptographic-helpers#x-509-certificate). - [Get OpenAPI settings](https://docs.wiremock.io/api-reference/settings/get-openapi-settings.md) - [Get state settings](https://docs.wiremock.io/api-reference/settings/get-state-settings.md) - [Replace all rate limits](https://docs.wiremock.io/api-reference/settings/replace-all-rate-limits.md) - [Set mock API certificate settings](https://docs.wiremock.io/api-reference/settings/set-mock-api-certificate-settings.md): Set the certificate settings for a mock API. These settings are used to configure the cryptographic handlebars helpers, [`sign`](/response-templating/cryptographic-helpers#signing) and [`x509Certificate`](/response-templating/cryptographic-helpers#x-509-certificate). - [Update a rate limit](https://docs.wiremock.io/api-reference/settings/update-a-rate-limit.md) - [Update chaos settings](https://docs.wiremock.io/api-reference/settings/update-chaos-settings.md) - [Update delay distribution](https://docs.wiremock.io/api-reference/settings/update-delay-distribution.md) - [Update OpenAPI settings](https://docs.wiremock.io/api-reference/settings/update-openapi-settings.md) - [Update state settings](https://docs.wiremock.io/api-reference/settings/update-state-settings.md) - [Get all scenarios](https://docs.wiremock.io/api-reference/state/get-all-scenarios.md) - [Reset all state](https://docs.wiremock.io/api-reference/state/reset-all-state.md): Resets all scenario and dynamic state - [Create a new stub mapping](https://docs.wiremock.io/api-reference/stub-mappings/create-a-new-stub-mapping.md) - [Delete a stub mapping](https://docs.wiremock.io/api-reference/stub-mappings/delete-a-stub-mapping.md) - [Delete all stub mappings](https://docs.wiremock.io/api-reference/stub-mappings/delete-all-stub-mappings.md) - [Delete stub mappings matching metadata](https://docs.wiremock.io/api-reference/stub-mappings/delete-stub-mappings-matching-metadata.md) - [Find stub mappings matching metadata](https://docs.wiremock.io/api-reference/stub-mappings/find-stub-mappings-matching-metadata.md): Find stubs by matching on their metadata - [Get all stub mappings](https://docs.wiremock.io/api-reference/stub-mappings/get-all-stub-mappings.md) - [Get stub mapping by ID](https://docs.wiremock.io/api-reference/stub-mappings/get-stub-mapping-by-id.md) - [Import stub mappings](https://docs.wiremock.io/api-reference/stub-mappings/import-stub-mappings.md): Import a collection of stub mappings. Note: a more flexible import operation is available at the [Import endpoint](../imports/import). - [Persist stub mappings](https://docs.wiremock.io/api-reference/stub-mappings/persist-stub-mappings.md): Save all persistent stub mappings to the backing store - [Reset stub mappings](https://docs.wiremock.io/api-reference/stub-mappings/reset-stub-mappings.md): Restores stub mappings to the defaults defined back in the backing store - [Update a stub mapping](https://docs.wiremock.io/api-reference/stub-mappings/update-a-stub-mapping.md) - [Add team member](https://docs.wiremock.io/api-reference/teams/add-team-member.md) - [Create a team](https://docs.wiremock.io/api-reference/teams/create-a-team.md) - [Delete a team by ID](https://docs.wiremock.io/api-reference/teams/delete-a-team-by-id.md) - [Delete a team member](https://docs.wiremock.io/api-reference/teams/delete-a-team-member.md) - [Get a team by ID](https://docs.wiremock.io/api-reference/teams/get-a-team-by-id.md) - [Get all teams in an organisation](https://docs.wiremock.io/api-reference/teams/get-all-teams-in-an-organisation.md) - [Get all teams readable by a user](https://docs.wiremock.io/api-reference/teams/get-all-teams-readable-by-a-user.md) - [Get team members](https://docs.wiremock.io/api-reference/teams/get-team-members.md) - [Get usage](https://docs.wiremock.io/api-reference/usage/get-usage.md): Get product usage for the current billing period for a subscription - [Delete user by ID](https://docs.wiremock.io/api-reference/users/delete-user-by-id.md) - [Get self](https://docs.wiremock.io/api-reference/users/get-self.md): Redirect to the user account owned by the authenticated user - [Get user by ID](https://docs.wiremock.io/api-reference/users/get-user-by-id.md) - [Update user](https://docs.wiremock.io/api-reference/users/update-user.md) - [Audit Events Overview](https://docs.wiremock.io/audit-events/overview.md): Send WireMock Cloud audit events to an AWS S3 bucket you own - [Audit Event Destinations - Plan Limits](https://docs.wiremock.io/audit-events/plan-limits.md): Limitations of your audit destination usage. - [Working with Audit Event JSON](https://docs.wiremock.io/audit-events/working-with-audit-events.md): Programmatically working with Audit Event JSON - [Authentication](https://docs.wiremock.io/authentication.md): How to make authenticated calls to the WireMock Cloud API - [Chaos settings - Basics](https://docs.wiremock.io/chaos.md): Proxying requests to other systems - [CLI Command Reference](https://docs.wiremock.io/cli/command-reference.md): Complete reference documentation for all WireMock CLI commands - [Configuring the WireMock CLI](https://docs.wiremock.io/cli/config.md): Managing the configuration of your local WireMock CLI installation - [Managing Environments with the CLI](https://docs.wiremock.io/cli/environments.md): How to create and manage environments using the WireMock CLI - [Importing into WireMock Cloud](https://docs.wiremock.io/cli/import.md): How to use the WireMock CLI to import stubs from WireMock OSS, HAR files, Postman collections, and OpenAPI/Swagger specifications - [Running Mock APIs Locally](https://docs.wiremock.io/cli/local-playback.md): How to use the WireMock CLI to run your Mock APIs locally with the same capabilities as on WireMock Cloud - [Managing Mock APIs with the CLI](https://docs.wiremock.io/cli/mock-apis.md): How to list and manage your mock APIs using the WireMock CLI - [Multi-domain recording using the WireMock CLI](https://docs.wiremock.io/cli/multi-domain-recording.md): How to use the WireMock CLI to record stubs from multiple private endpoints - [Non-interactive Recording Sessions](https://docs.wiremock.io/cli/non-interactive-recording.md): How to use the WireMock CLI to record in a non-interactive way - [WireMock CLI](https://docs.wiremock.io/cli/overview.md): How to use the WireMock CLI - [Pushing and Pulling Documents](https://docs.wiremock.io/cli/push-pull.md): How to use the WireMock CLI to push and pull OpenAPI documents and GraphQL schemas to your Mock APIs - [Pushing and Pulling Mock API](https://docs.wiremock.io/cli/push-pull-mock-api.md): How to use the WireMock CLI to push and pull entire Mock APIs - [Recording via the CLI](https://docs.wiremock.io/cli/recording.md): How to use the WireMock CLI to record stubs from private endpoints - [Import & Recording Configuration Reference](https://docs.wiremock.io/cli/recording-configuration.md): Reference for the config file used to customize imports and recordings using the WireMock CLI - [wiremock.yaml Configuration Reference](https://docs.wiremock.io/cli/wiremock-yaml-reference.md): Complete reference documentation for the wiremock.yaml configuration file format - [Deployment](https://docs.wiremock.io/concepts/deployment.md): Understanding the different ways to deploy WireMock - [Profiles](https://docs.wiremock.io/concepts/profiles.md): Understanding WireMock Runner profiles and their use cases - [WireMock Runner](https://docs.wiremock.io/concepts/runner.md): Understanding how WireMock Runner enables hybrid workflows, local-first development and CI/CD integration - [Stubbing](https://docs.wiremock.io/concepts/stubbing.md): Understanding stubs: the building blocks of API simulation - [Templating](https://docs.wiremock.io/concepts/templating.md): Understanding how dynamic content is generated throughout WireMock Cloud - [Deleting Data Sources](https://docs.wiremock.io/data-sources/deleting-data-sources.md): How to remove data sources from your account - [Creating & Editing CSV Data Sources](https://docs.wiremock.io/data-sources/managing-csv-data-sources.md): Setting up your external test data from a CSV file - [Managing Database Connections](https://docs.wiremock.io/data-sources/managing-database-connections.md): Creating and editing the database connection to your test database - [Creating & Editing Database Data Sources](https://docs.wiremock.io/data-sources/managing-database-data-sources.md): Setting up your external test data from a database - [Data Sources - Using External Test Data](https://docs.wiremock.io/data-sources/overview.md): Using External Test Data. - [Data Sources - Plan Limits](https://docs.wiremock.io/data-sources/plan-limits.md): Limitations of your data source usage. - [Sharing Data Sources](https://docs.wiremock.io/data-sources/sharing-data-sources.md): Sharing your data source with other members within your organisation. - [Serving a Default Response](https://docs.wiremock.io/default-responses.md): Configuring a stub to serve a default response when a specific match for the request is not is found - [Response Delays](https://docs.wiremock.io/delays.md): Adding delays to stub responses - [WireMock API Device Authorization Flow](https://docs.wiremock.io/device-authorization-flow.md): How to use the OAuth 2.0 Device Authorization Flow to authenticate to the WireMock Cloud API - [Dynamic State Shopping Basket Example](https://docs.wiremock.io/dynamic-state/basket-example.md): A workable example of using dynamic state to mock CRUD operations on a shopping basket - [Create Stateful Endpoint Set](https://docs.wiremock.io/dynamic-state/create-stateful-set.md): Assisted Creation of Stateful Mock APIs - [Dynamic State Basics](https://docs.wiremock.io/dynamic-state/overview.md): Creating and Calling Stateful Stubs - [Dynamic State - Plan Limits](https://docs.wiremock.io/dynamic-state/plan-limits.md): Limitations of your dynamic state usage. - [Stateful Mocking and Scenarios](https://docs.wiremock.io/dynamic-state/stateful-scenarios.md): Return different responses based on a state machine - [Simulating federated GraphQL APIs](https://docs.wiremock.io/graphql/federation.md): Using mock APIs to create a federated GraphQL API. - [Simulating GraphQL APIs](https://docs.wiremock.io/graphql/overview.md): Simulating your GraphQL APIs. - [Simulating gRPC services](https://docs.wiremock.io/grpc/overview.md): Simulating your gRPC APIs. - [Support for WireMock OSS](https://docs.wiremock.io/ide-integrations/jetbrains/oss-features.md): Features supporting the OSS (non-WireMock Cloud) side of WireMock - [Integration with WireMock Cloud](https://docs.wiremock.io/ide-integrations/jetbrains/wiremock-cloud-integration.md): Log in to your WireMock Cloud account in the IDE and create mock APIs from your local files - [Import & Export - Via the API](https://docs.wiremock.io/import-export/api.md): Automating import and export of mock API stubs via WireMock Cloud's API. - [Importing Via HAR](https://docs.wiremock.io/import-export/har.md): Importing HAR logs into WireMock Cloud. - [Import & Export - Mountebank](https://docs.wiremock.io/import-export/mountebank.md): Importing Mountebank stubs into WireMock Cloud. - [Import & Export - Overview](https://docs.wiremock.io/import-export/overview.md): Importing and exporting mock API stubs in Swagger, OpenAPI and WireMock Cloud/WireMock format. - [Import & Export - Postman](https://docs.wiremock.io/import-export/postman.md): Importing Postman collections into WireMock Cloud. - [Import & Export - WireMock](https://docs.wiremock.io/import-export/wiremock.md): Importing and exporting mock APIs between WireMock and WireMock Cloud. - [Mock APIs](https://docs.wiremock.io/mock-apis.md): Creating, updating, deleting and permissioning mock APIs via the API. - [OpenAPI Mocking and Prototyping](https://docs.wiremock.io/openAPI/openapi.md): Overview of the OpenAPI mock API type and two-way mock generation - [OpenAPI Git Integration](https://docs.wiremock.io/openAPI/openapi-git-integration.md): Integrating your Git repository with your mock API - [OpenAPI Validation](https://docs.wiremock.io/openAPI/openapi-validation.md): Validating mock API requests and responses against OpenAPI - [Import & Export - Swagger and OpenAPI](https://docs.wiremock.io/openAPI/swagger.md): Generate your mock API automatically from a Swagger or OpenAPI definition. - [Organisation Info and Members](https://docs.wiremock.io/organisation-info-and-members.md): Getting and updating your organisation information, and managing members - [Overview of API simulation with WireMock Cloud](https://docs.wiremock.io/overview.md): Get started with WireMock Cloud. - [Proxying](https://docs.wiremock.io/proxying.md): Proxying requests to other systems - [Recording via the Cloud](https://docs.wiremock.io/recording-stubs.md): Creating new stubs by recording traffic to another API - [Request Matching – Expression Matcher](https://docs.wiremock.io/request-matching/expression-matcher.md): Advanced expression-based matching - [Request Matching - Matching JSON requests](https://docs.wiremock.io/request-matching/json.md): Matching JSON - [Request Matching - Overview of Matcher Types](https://docs.wiremock.io/request-matching/matcher-types.md): Overview of the match operations supported by WireMock Cloud - [Request Matching - Matching URLs](https://docs.wiremock.io/request-matching/url.md): Matching the request's URL - [Request Matching - Matching XML bodies](https://docs.wiremock.io/request-matching/xml.md): Matching XML - [Dynamic Responses with Templates](https://docs.wiremock.io/response-templating/basics.md): Returning dynamic responses using Handlebars templates - [Response Templating - Conditional Logic and Iteration](https://docs.wiremock.io/response-templating/conditional-logic-and-iteration.md): Working with if statements, loops and collections. - [Response Templating - Cryptographic Helpers](https://docs.wiremock.io/response-templating/cryptographic-helpers.md): Using helpers to perform cryptographic operations - [Response Templating - Dates and Times](https://docs.wiremock.io/response-templating/dates-and-times.md): Working with dates and times - [Response Templating - Helper Reference](https://docs.wiremock.io/response-templating/helper-reference.md): Complete reference of all available Handlebars helpers - [Response Templating - Working with JSON](https://docs.wiremock.io/response-templating/json.md): Working with JSON and JSONPath - [Response Templating - JSON Web Tokens (JWT)](https://docs.wiremock.io/response-templating/jwt.md): Working with JSON Web Tokens (JWTs) - [Response Templating - Miscellaneous Helpers](https://docs.wiremock.io/response-templating/misc-helpers.md): Other assorted useful helpers - [Response Templating - Number Helpers](https://docs.wiremock.io/response-templating/number-helpers.md): Working with numbers - [Response Templating - Random Faker](https://docs.wiremock.io/response-templating/random-faker.md): Generating random faker values - [Response Templating - Random Values](https://docs.wiremock.io/response-templating/random-values.md): Generating random values - [Request Model Reference](https://docs.wiremock.io/response-templating/request-model.md): Complete reference for accessing request data in templates - [Response Templating - String Encodings](https://docs.wiremock.io/response-templating/string-encodings.md): Working with base64, URL and form encodings. - [Response Templating - String Helpers](https://docs.wiremock.io/response-templating/string-helpers.md): Working with strings - [Response Templating - Working with XML](https://docs.wiremock.io/response-templating/xml.md): Working with XML - [Runner environment variables](https://docs.wiremock.io/runner/environment-variables.md): Reference documentation for all environment variables that can be used with WireMock Runner - [WireMock Runner](https://docs.wiremock.io/runner/overview.md): How to use the WireMock Runner - [Promoting Mock APIs with Git and CI/CD](https://docs.wiremock.io/runner/promoting-apis-with-git-and-ci.md): How to promote WireMock mock APIs across environments using Git version control and CI/CD pipelines - [Record Many Mode via the WireMock Runner](https://docs.wiremock.io/runner/record-many.md): How to use Record Many Mode with the WireMock Runner - [Recording from Within Kubernetes](https://docs.wiremock.io/runner/recording-multiple-apis-on-kubernetes.md): How to record new stub mappings using WireMock Runner deployed in Kubernetes - [Running the WireMock Runner on Kubernetes](https://docs.wiremock.io/runner/running-on-kubernetes.md): How to deploy and run WireMock Runner in a Kubernetes cluster - [Serve Mode via the WireMock Runner](https://docs.wiremock.io/runner/serve.md): How to use Serve Mode with the WireMock Runner - [WireMock Runner Serve Mode Extensions](https://docs.wiremock.io/runner/serve-mode-extensions.md): How to extend the WireMock Runner's Serve Mode - [Automated Testing with Java](https://docs.wiremock.io/samples/automated-testing-with-java.md): Creating automated tests in Java and WireMock Cloud - [Exploratory Testing With Spring Boot](https://docs.wiremock.io/samples/exploratory-testing-tutorial.md): Exploratory testing a Spring Boot app with WireMock Cloud - [How to build a mock REST API [Tutorial]](https://docs.wiremock.io/samples/mock-rest-api.md): How to build an online mock REST API in WireMock Cloud for functional, integration and performance testing - [Key management](https://docs.wiremock.io/security/key-management.md): Securing your mock API integrations. - [The OAuth2 / OpenID Connect Mock](https://docs.wiremock.io/security/oauth2-mock.md): Using the OAuth2 / OpenID Connect Mock - [The SAML Identity Provider Mock](https://docs.wiremock.io/security/saml-idp-mock.md): How to mock a SAML Identity Provider - [API Security Overview](https://docs.wiremock.io/security/security.md): WireMock Cloud's simulation and admin API security and how to work with it - [Teams and Collaboration](https://docs.wiremock.io/security/teams-and-collaboration.md): Working with teams & sharing Mock APIs in WireMock Cloud - [Simulating Faults](https://docs.wiremock.io/simulating-faults.md): Responding with network and HTTP faults - [Simulating SOAP services](https://docs.wiremock.io/soap-stubbing.md): Matching SOAP requests and sending SOAP responses - [Stubbing Basics](https://docs.wiremock.io/stubbing.md): Overview of WireMock Cloud's stubbing capabilities - [Managing Teams and Members](https://docs.wiremock.io/teams-and-members.md): Creating, fetching and deleting teams and team members via the API - [Product Usage Data](https://docs.wiremock.io/usage.md): Get data about your organisation's use of the product - [User Info](https://docs.wiremock.io/user-info.md): Getting and updating user account information - [User Configurable Rate Limits](https://docs.wiremock.io/user-rate-limits.md): Configuring your own rate limiters in order to simulate the real thing. - [Versioning](https://docs.wiremock.io/versioning/overview.md): Mock API Versioning Overview - [Versioning - Plan Limits](https://docs.wiremock.io/versioning/plan-limits.md): Limitations of your versioning usage. - [How to Configure Webhooks and Callbacks](https://docs.wiremock.io/webhooks.md): Triggering asynchronous outbound HTTP calls ## OpenAPI Specs - [openapi](https://docs.wiremock.io/api-reference/openapi.yaml) - [redocly](https://docs.wiremock.io/redocly.yaml) - [package](https://docs.wiremock.io/package.json) - [package-lock](https://docs.wiremock.io/package-lock.json) - [v1_{entityType}_{entityId}_acl_{subjectType}_{subjectEntityId}](https://docs.wiremock.io/openapi-sources/paths/v1_{entityType}_{entityId}_acl_{subjectType}_{subjectEntityId}.yaml) - [v1_{entityType}_{entityId}_acl_candidates](https://docs.wiremock.io/openapi-sources/paths/v1_{entityType}_{entityId}_acl_candidates.yaml) - [v1_users_{userId}_teams](https://docs.wiremock.io/openapi-sources/paths/v1_users_{userId}_teams.yaml) - [v1_users_{userId}_regenerate-api-token](https://docs.wiremock.io/openapi-sources/paths/v1_users_{userId}_regenerate-api-token.yaml) - [v1_users_{userId}_database-connections](https://docs.wiremock.io/openapi-sources/paths/v1_users_{userId}_database-connections.yaml) - [v1_users_{userId}_data-sources](https://docs.wiremock.io/openapi-sources/paths/v1_users_{userId}_data-sources.yaml) - [v1_users_{userId}_apis](https://docs.wiremock.io/openapi-sources/paths/v1_users_{userId}_apis.yaml) - [v1_users_{userId}](https://docs.wiremock.io/openapi-sources/paths/v1_users_{userId}.yaml) - [v1_users_self](https://docs.wiremock.io/openapi-sources/paths/v1_users_self.yaml) - [v1_teams_{teamId}_members_{userId}](https://docs.wiremock.io/openapi-sources/paths/v1_teams_{teamId}_members_{userId}.yaml) - [v1_teams_{teamId}_members](https://docs.wiremock.io/openapi-sources/paths/v1_teams_{teamId}_members.yaml) - [v1_teams_{teamId}](https://docs.wiremock.io/openapi-sources/paths/v1_teams_{teamId}.yaml) - [v1_teams](https://docs.wiremock.io/openapi-sources/paths/v1_teams.yaml) - [v1_subscriptions_{subscriptionId}_usage](https://docs.wiremock.io/openapi-sources/paths/v1_subscriptions_{subscriptionId}_usage.yaml) - [v1_organisations_{organisationId}_users](https://docs.wiremock.io/openapi-sources/paths/v1_organisations_{organisationId}_users.yaml) - [v1_organisations_{organisationId}_teams](https://docs.wiremock.io/openapi-sources/paths/v1_organisations_{organisationId}_teams.yaml) - [v1_organisations_{organisationId}_members_{userId}](https://docs.wiremock.io/openapi-sources/paths/v1_organisations_{organisationId}_members_{userId}.yaml) - [v1_organisations_{organisationId}_invitations](https://docs.wiremock.io/openapi-sources/paths/v1_organisations_{organisationId}_invitations.yaml) - [v1_organisations_{organisationId}](https://docs.wiremock.io/openapi-sources/paths/v1_organisations_{organisationId}.yaml) - [v1_mock-apis_{mockApiId}_imports](https://docs.wiremock.io/openapi-sources/paths/v1_mock-apis_{mockApiId}_imports.yaml) - [v1_mock-apis_{mockApiId}___admin_settings](https://docs.wiremock.io/openapi-sources/paths/v1_mock-apis_{mockApiId}___admin_settings.yaml) - [v1_mock-apis_{mockApiId}___admin_scenarios_reset](https://docs.wiremock.io/openapi-sources/paths/v1_mock-apis_{mockApiId}___admin_scenarios_reset.yaml) - [v1_mock-apis_{mockApiId}___admin_scenarios](https://docs.wiremock.io/openapi-sources/paths/v1_mock-apis_{mockApiId}___admin_scenarios.yaml) - [v1_mock-apis_{mockApiId}___admin_reset](https://docs.wiremock.io/openapi-sources/paths/v1_mock-apis_{mockApiId}___admin_reset.yaml) - [v1_mock-apis_{mockApiId}___admin_requests_{requestId}](https://docs.wiremock.io/openapi-sources/paths/v1_mock-apis_{mockApiId}___admin_requests_{requestId}.yaml) - [v1_mock-apis_{mockApiId}___admin_requests_unmatched](https://docs.wiremock.io/openapi-sources/paths/v1_mock-apis_{mockApiId}___admin_requests_unmatched.yaml) - [v1_mock-apis_{mockApiId}___admin_requests_reset](https://docs.wiremock.io/openapi-sources/paths/v1_mock-apis_{mockApiId}___admin_requests_reset.yaml) - [v1_mock-apis_{mockApiId}___admin_requests_remove](https://docs.wiremock.io/openapi-sources/paths/v1_mock-apis_{mockApiId}___admin_requests_remove.yaml) - [v1_mock-apis_{mockApiId}___admin_requests_remove-by-metadata](https://docs.wiremock.io/openapi-sources/paths/v1_mock-apis_{mockApiId}___admin_requests_remove-by-metadata.yaml) - [v1_mock-apis_{mockApiId}___admin_requests_find](https://docs.wiremock.io/openapi-sources/paths/v1_mock-apis_{mockApiId}___admin_requests_find.yaml) - [v1_mock-apis_{mockApiId}___admin_requests_count](https://docs.wiremock.io/openapi-sources/paths/v1_mock-apis_{mockApiId}___admin_requests_count.yaml) - [v1_mock-apis_{mockApiId}___admin_requests](https://docs.wiremock.io/openapi-sources/paths/v1_mock-apis_{mockApiId}___admin_requests.yaml) - [v1_mock-apis_{mockApiId}___admin_recordings_stop](https://docs.wiremock.io/openapi-sources/paths/v1_mock-apis_{mockApiId}___admin_recordings_stop.yaml) - [v1_mock-apis_{mockApiId}___admin_recordings_status](https://docs.wiremock.io/openapi-sources/paths/v1_mock-apis_{mockApiId}___admin_recordings_status.yaml) - [v1_mock-apis_{mockApiId}___admin_recordings_start](https://docs.wiremock.io/openapi-sources/paths/v1_mock-apis_{mockApiId}___admin_recordings_start.yaml) - [v1_mock-apis_{mockApiId}___admin_recordings_snapshot](https://docs.wiremock.io/openapi-sources/paths/v1_mock-apis_{mockApiId}___admin_recordings_snapshot.yaml) - [v1_mock-apis_{mockApiId}___admin_mappings_{stubMappingId}](https://docs.wiremock.io/openapi-sources/paths/v1_mock-apis_{mockApiId}___admin_mappings_{stubMappingId}.yaml) - [v1_mock-apis_{mockApiId}___admin_mappings_save](https://docs.wiremock.io/openapi-sources/paths/v1_mock-apis_{mockApiId}___admin_mappings_save.yaml) - [v1_mock-apis_{mockApiId}___admin_mappings_reset](https://docs.wiremock.io/openapi-sources/paths/v1_mock-apis_{mockApiId}___admin_mappings_reset.yaml) - [v1_mock-apis_{mockApiId}___admin_mappings_remove-by-metadata](https://docs.wiremock.io/openapi-sources/paths/v1_mock-apis_{mockApiId}___admin_mappings_remove-by-metadata.yaml) - [v1_mock-apis_{mockApiId}___admin_mappings_import](https://docs.wiremock.io/openapi-sources/paths/v1_mock-apis_{mockApiId}___admin_mappings_import.yaml) - [v1_mock-apis_{mockApiId}___admin_mappings_find-by-metadata](https://docs.wiremock.io/openapi-sources/paths/v1_mock-apis_{mockApiId}___admin_mappings_find-by-metadata.yaml) - [v1_mock-apis_{mockApiId}___admin_mappings](https://docs.wiremock.io/openapi-sources/paths/v1_mock-apis_{mockApiId}___admin_mappings.yaml) - [v1_mock-apis_{mockApiId}___admin_ext_open-api_push](https://docs.wiremock.io/openapi-sources/paths/v1_mock-apis_{mockApiId}___admin_ext_open-api_push.yaml) - [v1_mock-apis_{mockApiId}___admin_ext_open-api_pull](https://docs.wiremock.io/openapi-sources/paths/v1_mock-apis_{mockApiId}___admin_ext_open-api_pull.yaml) - [v1_mock-apis_{mockApiId}___admin_ext_open-api](https://docs.wiremock.io/openapi-sources/paths/v1_mock-apis_{mockApiId}___admin_ext_open-api.yaml) - [v1_mock-apis_{mockApiId}___admin_etc_jobs_{jobId}](https://docs.wiremock.io/openapi-sources/paths/v1_mock-apis_{mockApiId}___admin_etc_jobs_{jobId}.yaml) - [v1_mock-apis_{mockApiId}](https://docs.wiremock.io/openapi-sources/paths/v1_mock-apis_{mockApiId}.yaml) - [v1_mock-apis](https://docs.wiremock.io/openapi-sources/paths/v1_mock-apis.yaml) - [v1_database-connections_{databaseConnectionId}_test](https://docs.wiremock.io/openapi-sources/paths/v1_database-connections_{databaseConnectionId}_test.yaml) - [v1_database-connections_{databaseConnectionId}](https://docs.wiremock.io/openapi-sources/paths/v1_database-connections_{databaseConnectionId}.yaml) - [v1_data-sources_{dataSourceId}](https://docs.wiremock.io/openapi-sources/paths/v1_data-sources_{dataSourceId}.yaml) - [standard-responses](https://docs.wiremock.io/openapi-sources/components/standard-responses.yaml) - [stub-mappings](https://docs.wiremock.io/openapi-sources/components/schemas/stub-mappings.yaml) - [stub-mapping](https://docs.wiremock.io/openapi-sources/components/schemas/stub-mapping.yaml) - [scenario](https://docs.wiremock.io/openapi-sources/components/schemas/scenario.yaml) - [response-definition](https://docs.wiremock.io/openapi-sources/components/schemas/response-definition.yaml) - [request-pattern](https://docs.wiremock.io/openapi-sources/components/schemas/request-pattern.yaml) - [record-spec](https://docs.wiremock.io/openapi-sources/components/schemas/record-spec.yaml) - [or-pattern](https://docs.wiremock.io/openapi-sources/components/schemas/or-pattern.yaml) - [not-pattern](https://docs.wiremock.io/openapi-sources/components/schemas/not-pattern.yaml) - [multi-import-file](https://docs.wiremock.io/openapi-sources/components/schemas/multi-import-file.yaml) - [matches-xpath-pattern](https://docs.wiremock.io/openapi-sources/components/schemas/matches-xpath-pattern.yaml) - [matches-pattern](https://docs.wiremock.io/openapi-sources/components/schemas/matches-pattern.yaml) - [matches-json-schema-pattern](https://docs.wiremock.io/openapi-sources/components/schemas/matches-json-schema-pattern.yaml) - [matches-json-path-pattern](https://docs.wiremock.io/openapi-sources/components/schemas/matches-json-path-pattern.yaml) - [logged-request](https://docs.wiremock.io/openapi-sources/components/schemas/logged-request.yaml) - [includes-multivalue-pattern](https://docs.wiremock.io/openapi-sources/components/schemas/includes-multivalue-pattern.yaml) - [health](https://docs.wiremock.io/openapi-sources/components/schemas/health.yaml) - [has-exactly-multivalue-pattern](https://docs.wiremock.io/openapi-sources/components/schemas/has-exactly-multivalue-pattern.yaml) - [equal-to-xml-pattern](https://docs.wiremock.io/openapi-sources/components/schemas/equal-to-xml-pattern.yaml) - [equal-to-pattern](https://docs.wiremock.io/openapi-sources/components/schemas/equal-to-pattern.yaml) - [equal-to-json-pattern](https://docs.wiremock.io/openapi-sources/components/schemas/equal-to-json-pattern.yaml) - [equal-to-date-time-pattern](https://docs.wiremock.io/openapi-sources/components/schemas/equal-to-date-time-pattern.yaml) - [does-not-match-pattern](https://docs.wiremock.io/openapi-sources/components/schemas/does-not-match-pattern.yaml) - [does-not-contain-pattern](https://docs.wiremock.io/openapi-sources/components/schemas/does-not-contain-pattern.yaml) - [delay-distribution](https://docs.wiremock.io/openapi-sources/components/schemas/delay-distribution.yaml) - [date-time-elements](https://docs.wiremock.io/openapi-sources/components/schemas/date-time-elements.yaml) - [content-pattern](https://docs.wiremock.io/openapi-sources/components/schemas/content-pattern.yaml) - [contains-pattern](https://docs.wiremock.io/openapi-sources/components/schemas/contains-pattern.yaml) - [binary-equal-to-pattern](https://docs.wiremock.io/openapi-sources/components/schemas/binary-equal-to-pattern.yaml) - [before-pattern](https://docs.wiremock.io/openapi-sources/components/schemas/before-pattern.yaml) - [base64-string](https://docs.wiremock.io/openapi-sources/components/schemas/base64-string.yaml) - [bad-request-entity](https://docs.wiremock.io/openapi-sources/components/schemas/bad-request-entity.yaml) - [and-pattern](https://docs.wiremock.io/openapi-sources/components/schemas/and-pattern.yaml) - [after-pattern](https://docs.wiremock.io/openapi-sources/components/schemas/after-pattern.yaml) - [absent-pattern](https://docs.wiremock.io/openapi-sources/components/schemas/absent-pattern.yaml) - [UserSummary](https://docs.wiremock.io/openapi-sources/components/schemas/UserSummary.yaml) - [UserLinks](https://docs.wiremock.io/openapi-sources/components/schemas/UserLinks.yaml) - [UserData](https://docs.wiremock.io/openapi-sources/components/schemas/UserData.yaml) - [UserAccounts](https://docs.wiremock.io/openapi-sources/components/schemas/UserAccounts.yaml) - [UserAccount](https://docs.wiremock.io/openapi-sources/components/schemas/UserAccount.yaml) - [Usage](https://docs.wiremock.io/openapi-sources/components/schemas/Usage.yaml) - [UpdateMockApiRequest](https://docs.wiremock.io/openapi-sources/components/schemas/UpdateMockApiRequest.yaml) - [Teams](https://docs.wiremock.io/openapi-sources/components/schemas/Teams.yaml) - [TeamData](https://docs.wiremock.io/openapi-sources/components/schemas/TeamData.yaml) - [Team](https://docs.wiremock.io/openapi-sources/components/schemas/Team.yaml) - [SingleError](https://docs.wiremock.io/openapi-sources/components/schemas/SingleError.yaml) - [ServerError](https://docs.wiremock.io/openapi-sources/components/schemas/ServerError.yaml) - [PaginationData](https://docs.wiremock.io/openapi-sources/components/schemas/PaginationData.yaml) - [Organisation](https://docs.wiremock.io/openapi-sources/components/schemas/Organisation.yaml) - [OpenApi](https://docs.wiremock.io/openapi-sources/components/schemas/OpenApi.yaml) - [MockApis](https://docs.wiremock.io/openapi-sources/components/schemas/MockApis.yaml) - [MockApiType](https://docs.wiremock.io/openapi-sources/components/schemas/MockApiType.yaml) - [MockApiData](https://docs.wiremock.io/openapi-sources/components/schemas/MockApiData.yaml) - [MockApi](https://docs.wiremock.io/openapi-sources/components/schemas/MockApi.yaml) - [InvitationRequest](https://docs.wiremock.io/openapi-sources/components/schemas/InvitationRequest.yaml) - [InvitationData](https://docs.wiremock.io/openapi-sources/components/schemas/InvitationData.yaml) - [Invitation](https://docs.wiremock.io/openapi-sources/components/schemas/Invitation.yaml) - [Grant](https://docs.wiremock.io/openapi-sources/components/schemas/Grant.yaml) - [GetDataSourceResponse](https://docs.wiremock.io/openapi-sources/components/schemas/GetDataSourceResponse.yaml) - [Errors](https://docs.wiremock.io/openapi-sources/components/schemas/Errors.yaml) - [EntityAclCandidates](https://docs.wiremock.io/openapi-sources/components/schemas/EntityAclCandidates.yaml) - [Empty](https://docs.wiremock.io/openapi-sources/components/schemas/Empty.yaml) - [DatabaseConnections](https://docs.wiremock.io/openapi-sources/components/schemas/DatabaseConnections.yaml) - [DatabaseConnectionResponse](https://docs.wiremock.io/openapi-sources/components/schemas/DatabaseConnectionResponse.yaml) - [DatabaseConnectionCoordsBase](https://docs.wiremock.io/openapi-sources/components/schemas/DatabaseConnectionCoordsBase.yaml) - [DatabaseConnectionCoords](https://docs.wiremock.io/openapi-sources/components/schemas/DatabaseConnectionCoords.yaml) - [DatabaseConnectionBase](https://docs.wiremock.io/openapi-sources/components/schemas/DatabaseConnectionBase.yaml) - [DataSources](https://docs.wiremock.io/openapi-sources/components/schemas/DataSources.yaml) - [DataSourceResponseDatabaseBase](https://docs.wiremock.io/openapi-sources/components/schemas/DataSourceResponseDatabaseBase.yaml) - [DataSourceResponseCsvBase](https://docs.wiremock.io/openapi-sources/components/schemas/DataSourceResponseCsvBase.yaml) - [DataSourceResponseBase](https://docs.wiremock.io/openapi-sources/components/schemas/DataSourceResponseBase.yaml) - [DataSourceResponse](https://docs.wiremock.io/openapi-sources/components/schemas/DataSourceResponse.yaml) - [DataSourceRequestError](https://docs.wiremock.io/openapi-sources/components/schemas/DataSourceRequestError.yaml) - [DataSourceRequestEntityError](https://docs.wiremock.io/openapi-sources/components/schemas/DataSourceRequestEntityError.yaml) - [DataSourceColumnMetadata](https://docs.wiremock.io/openapi-sources/components/schemas/DataSourceColumnMetadata.yaml) - [DataSourceAuthorizationError](https://docs.wiremock.io/openapi-sources/components/schemas/DataSourceAuthorizationError.yaml) - [CreateMockApiRequest](https://docs.wiremock.io/openapi-sources/components/schemas/CreateMockApiRequest.yaml) - [AddMemberRequest](https://docs.wiremock.io/openapi-sources/components/schemas/AddMemberRequest.yaml) - [stubMapping](https://docs.wiremock.io/openapi-sources/components/responses/stubMapping.yaml) - [badRequestEntity](https://docs.wiremock.io/openapi-sources/components/responses/badRequestEntity.yaml) - [TestDatabaseConnectionResponse](https://docs.wiremock.io/openapi-sources/components/responses/TestDatabaseConnectionResponse.yaml) - [CreateDatabaseConnectionResponse](https://docs.wiremock.io/openapi-sources/components/responses/CreateDatabaseConnectionResponse.yaml) - [CreateDataSourceResponse](https://docs.wiremock.io/openapi-sources/components/responses/CreateDataSourceResponse.yaml) - [startRecording](https://docs.wiremock.io/openapi-sources/components/requestBodies/startRecording.yaml) - [snapshotRecording](https://docs.wiremock.io/openapi-sources/components/requestBodies/snapshotRecording.yaml) - [requestPattern](https://docs.wiremock.io/openapi-sources/components/requestBodies/requestPattern.yaml) - [UpdateDatabaseConnectionRequestBody](https://docs.wiremock.io/openapi-sources/components/requestBodies/UpdateDatabaseConnectionRequestBody.yaml) - [CreateDatabaseConnectionRequestBody](https://docs.wiremock.io/openapi-sources/components/requestBodies/CreateDatabaseConnectionRequestBody.yaml) - [CreateDataSourceRequestBody](https://docs.wiremock.io/openapi-sources/components/requestBodies/CreateDataSourceRequestBody.yaml) - [mockApiId](https://docs.wiremock.io/openapi-sources/components/parameters/mockApiId.yaml) - [SubjectType](https://docs.wiremock.io/openapi-sources/components/parameters/SubjectType.yaml) - [SubjectEntityId](https://docs.wiremock.io/openapi-sources/components/parameters/SubjectEntityId.yaml) - [OrganisationId](https://docs.wiremock.io/openapi-sources/components/parameters/OrganisationId.yaml) - [Limit](https://docs.wiremock.io/openapi-sources/components/parameters/Limit.yaml) - [EntityId](https://docs.wiremock.io/openapi-sources/components/parameters/EntityId.yaml) - [EntityCollection](https://docs.wiremock.io/openapi-sources/components/parameters/EntityCollection.yaml) - [updateUser_response](https://docs.wiremock.io/openapi-sources/components/examples/updateUser_response.json) - [updateUser_request](https://docs.wiremock.io/openapi-sources/components/examples/updateUser_request.json) - [updateOrganisation_response](https://docs.wiremock.io/openapi-sources/components/examples/updateOrganisation_response.json) - [updateOrganisation_request](https://docs.wiremock.io/openapi-sources/components/examples/updateOrganisation_request.json) - [updateMockApi_response](https://docs.wiremock.io/openapi-sources/components/examples/updateMockApi_response.json) - [updateMockApi_request](https://docs.wiremock.io/openapi-sources/components/examples/updateMockApi_request.json) - [stub-mapping-with-id](https://docs.wiremock.io/openapi-sources/components/examples/stub-mapping-with-id.yaml) - [stub-mapping-with-dynamic-state](https://docs.wiremock.io/openapi-sources/components/examples/stub-mapping-with-dynamic-state.yaml) - [stub-mapping-with-data-source](https://docs.wiremock.io/openapi-sources/components/examples/stub-mapping-with-data-source.yaml) - [stub-mapping-no-id](https://docs.wiremock.io/openapi-sources/components/examples/stub-mapping-no-id.yaml) - [snapshot-spec](https://docs.wiremock.io/openapi-sources/components/examples/snapshot-spec.yaml) - [serve-events](https://docs.wiremock.io/openapi-sources/components/examples/serve-events.yaml) - [requests](https://docs.wiremock.io/openapi-sources/components/examples/requests.yaml) - [request](https://docs.wiremock.io/openapi-sources/components/examples/request.yaml) - [recorded-stub-mappings](https://docs.wiremock.io/openapi-sources/components/examples/recorded-stub-mappings.yaml) - [putOpenAPIDocumentForMockApi_request](https://docs.wiremock.io/openapi-sources/components/examples/putOpenAPIDocumentForMockApi_request.yaml) - [pushOpenApiDocumentToGit_request](https://docs.wiremock.io/openapi-sources/components/examples/pushOpenApiDocumentToGit_request.json) - [pullOpenAPIFromGit_request](https://docs.wiremock.io/openapi-sources/components/examples/pullOpenAPIFromGit_request.json) - [openApiResponse](https://docs.wiremock.io/openapi-sources/components/examples/openApiResponse.json) - [near-misses](https://docs.wiremock.io/openapi-sources/components/examples/near-misses.yaml) - [job_response](https://docs.wiremock.io/openapi-sources/components/examples/job_response.json) - [invitations](https://docs.wiremock.io/openapi-sources/components/examples/invitations.json) - [invitation_request](https://docs.wiremock.io/openapi-sources/components/examples/invitation_request.json) - [invitation](https://docs.wiremock.io/openapi-sources/components/examples/invitation.json) - [grant](https://docs.wiremock.io/openapi-sources/components/examples/grant.json) - [getUserById](https://docs.wiremock.io/openapi-sources/components/examples/getUserById.json) - [getUserAccountsInOrganisation_response](https://docs.wiremock.io/openapi-sources/components/examples/getUserAccountsInOrganisation_response.json) - [getTeamsForUser_response](https://docs.wiremock.io/openapi-sources/components/examples/getTeamsForUser_response.json) - [getTeamMembers_response](https://docs.wiremock.io/openapi-sources/components/examples/getTeamMembers_response.json) - [getTeamById_response](https://docs.wiremock.io/openapi-sources/components/examples/getTeamById_response.json) - [getOrganisationTeams_response](https://docs.wiremock.io/openapi-sources/components/examples/getOrganisationTeams_response.json) - [getOrganisationById_response](https://docs.wiremock.io/openapi-sources/components/examples/getOrganisationById_response.json) - [getMockApisForUser](https://docs.wiremock.io/openapi-sources/components/examples/getMockApisForUser.json) - [getMockApiById_response](https://docs.wiremock.io/openapi-sources/components/examples/getMockApiById_response.json) - [getAclCandidatesForEntity_response](https://docs.wiremock.io/openapi-sources/components/examples/getAclCandidatesForEntity_response.json) - [createTeam_response](https://docs.wiremock.io/openapi-sources/components/examples/createTeam_response.json) - [createTeam_request](https://docs.wiremock.io/openapi-sources/components/examples/createTeam_request.json) - [createMockApi_response](https://docs.wiremock.io/openapi-sources/components/examples/createMockApi_response.json) - [createMockApi_request](https://docs.wiremock.io/openapi-sources/components/examples/createMockApi_request.json) - [createDatabaseConnection_request](https://docs.wiremock.io/openapi-sources/components/examples/createDatabaseConnection_request.yaml) - [by-metadata-request](https://docs.wiremock.io/openapi-sources/components/examples/by-metadata-request.yaml) - [addTeamMember_request](https://docs.wiremock.io/openapi-sources/components/examples/addTeamMember_request.json) - [422](https://docs.wiremock.io/openapi-sources/components/examples/422.json) - [404](https://docs.wiremock.io/openapi-sources/components/examples/404.json) - [403](https://docs.wiremock.io/openapi-sources/components/examples/403.json) - [400](https://docs.wiremock.io/openapi-sources/components/examples/400.json) - [data-source-management](https://docs.wiremock.io/data-source-management.yaml) - [.spectral](https://docs.wiremock.io/.spectral.yaml) ## Optional - [Slack community](https://slack.wiremock.org) - [Blog](https://wiremock.io/blog) - [Install With Cursor](cursor://anysphere.cursor-deeplink/mcp/install?name=WireMock&config=eyJjb21tYW5kIjoid2lyZW1vY2sgbWNwIn0=) - [Self-paced Training](https://wiremockcloud.learnworlds.com/) - [Change Log](https://changes.wiremock.io/) - [System Status](https://status.wiremock.io/)