Cloud mock is an essential feature for teams that require a continuously available mock endpoint. Unlike local mocks, which are served from the user's machine and become unavailable when the computer is turned off, cloud mocks provide a persistent and accessible solution for teams. Here are some key aspects and use cases of cloud mocks:
1.
Team-wide accessibility: All members of a team share the same cloud mock URL, promoting collaboration and consistency.
2.
Continuous availability: Cloud mocks remain accessible 24/7, regardless of individual team members' computer status.
3.
Ideal for public API documentation: Can be used to create sandbox environments for public-facing API documentation.
4.
Non-production data source: Serves as a reliable data source for non-production environments.
For Quick Requests, add the apidogToken parameter to the Header parameters.
3.
For form-data and x-www-form-urlencoded requests, add the apidogToken parameter to the Body parameters.
By implementing cloud mocks, teams can ensure consistent and always-available mock endpoints for their API development and testing processes. This approach streamlines collaboration, improves documentation, and provides a reliable data source for non-production environments.