HTTP server that responds like Moov's API, but with mocked responses. moov-mock is designed to resemble the Moov API requests and responses for quick verification of SDKs, clients, and other tools. It will not fully represent all behavior of the Moov API and the responses are typically hardcoded.
Start by running the Docker image of moov-mock:
docker run -p 4010:4010 moovfinancial/mock:latest
Then make a request to the local API:
curl http://0.0.0.0:4010/tos-token | jq .
Apache License 2.0 - See LICENSE for details.