About iMochaHelpBook a demo
About iMochaHelpBook a demo
  1. API Reference
  • Introduction
  • Skills Assessment API
    • API Reference
      • Getting started
      • API Environment
      • Authentication Mechanism
      • Error Code
      • List timezones
    • Test
      • List all tests
      • Retrieve a test
      • Retrieve test settings
      • Update Test Settings
    • Test Invitations
      • Callback notification
      • Invite candidate
      • Invite candidate by test link
      • Reattempt Test
      • Cancel Invitation
    • Test Link
      • List all test links
    • Report
      • Retrieve candidate test report
      • Retrieve candidate test report in PDF
    • Callback API
      • Process Callbacks
      • Retrieve Invites
    • GDPR
      • GDPR Data Masking Service
    • Users
      • Get all business units
      • Create New User
      • Update User
      • Active/ Inactive User
  • Skills Intelligence API
    • Introduction
    • Authentication
    • Employee
      • List employees
      • Get Employee Skills by employeeId
      • Employee Enrollment
      • Update Employee Status
    • JobProfiles
      • Get All JobProfiles
      • Get JobProfile with Skills By JobProfileId
      • Create JobCode
    • Taxonomy
      • Get all Taxonomy Skills
    • CareerPath
      • Get Employee Career Path by employeeId
    • Account
      • Get Multichannel Validation Weightages
  1. API Reference

API Environment

iMocha APIs can be accessed in two environments: Production and Sandbox.
Developers should call the API using the appropriate base URL along with the specific endpoint. Example below:
EnvironmentBase URL
Productionhttps://apiv3.imocha.io
Sandboxhttps://apiv3.imocha.io
Example:

The following API fetches the list of tests from the Production environment:
https://apiv3.imocha.io/v3/tests
Here, the relative endpoint /v3/tests is combined with the Production Base URL to retrieve the list of tests.

🧾 Request Headers#

All requests must use JSON format and include the following header:
Content-Type: application/json
Modified at 2025-07-08 05:22:29
Previous
Getting started
Next
Authentication Mechanism
Built with