API can be accessed with 2 environment, Production and Sandbox.
Developer should call API using below Base URL along with specific API endpoint. See the example below for more.
Environment | Base URL |
---|---|
Production Base URL | https://apiv3.imocha.io |
Production - Below is the final API endpoints that fetches List of Tests in Production Environment.
Here the relative endpoint "/v3/tests" is combine with Base URL for Production, to retrieve list of tests.
API accepts JSON format only and every API call should include below request header for call to succeed.