Authentification

How to log in to the system with an employee credentials

In order to work with DCM you should log in to the system.

circle-check

The purpose of authentication is to restrict access to crypto-identifications and account information only to those who are explicitly allowed to do so.

Please use the following URL host for authentication: api.{your_alias}.integrate

What steps should you do for authentication?

Precondition: The employee should be registered (see function Create employee).

  1. Create Log-in Flow

  1. Log in

In the body of the request, you should fill in the user's parameters (e-mail, password) that you have filled in at registration.

circle-exclamation

Example:

In case of a successful response in the response body you will get the parameter session_token.

A session token must be sent in the HTTP Authorization Header for all other API requests (not applicable when JWT by Bank is used):

Last updated