Identomat documentation
Contact us
  • Introduction
  • Get Started
    • Account Setup
    • User Roles Overview
      • Receiving calls
    • Integration Overview
    • API Access
  • Developer tools
    • Developer guide
    • API Reference
  • SDKs
    • Android SDK
      • Android SDK changelog
    • iOS SDK
      • iOS SDK changelog
    • React Native SDK
      • React Native SDK changelog
    • Flutter SDK
      • Flutter SDK changelog
  • No-code workflow builder
    • Overview
      • Getting started
    • Configuration settings
    • Configuration steps
  • Video KYC
    • Overview
    • Create video KYC session
    • End-user side
    • Operator side
Powered by GitBook
On this page
  • Obtaining API Keys
  • Procedure

Was this helpful?

  1. Get Started

API Access

To begin integrating with Identomat, you’ll need API keys to authenticate requests

PreviousIntegration OverviewNextDeveloper guide

Last updated 5 months ago

Was this helpful?

Obtaining API Keys

  • Navigate to the Integration section: Log into your Identomat dashboard, and from the menu, select Integration, nested under Settings .

  • Generate key: In the API section, click Generate key button.

  • Store securely: Copy the generated API key and securely store it. For security purposes, the key will only be displayed once. If lost, you’ll need to regenerate a new one.

  • HMAC: For enhanced security, companies have the option to implement HMAC authorization. The secret key serves as the encryption key used with HMAC.

Procedure

The procedure is straightforward and consists of the following steps:

  1. Acquiring a session_token.

  2. Redirecting the user's browser to widget.identomat.com.

  3. Checking for a result.

To acquire a session_token, the company server needs to call the /begin endpoint and provide the following arguments: company_key, flags and steps. The steps array contains the configuration for individual steps in the identification process, each of which can have its own set of flags specific to that step.

The endpoint used to create a session_token: https://widget.identomat.com/begin/

For more details check:

Developer guide

Step-by-step instructions and best practices for integrating and customizing our identity verification solutions.

API Reference

Comprehensive details on endpoints, parameters, and response formats for seamless API integration.