api/v2

REST API v2

Contents

Overview

The API v2 provides updates for some of the elDoc REST API endpoints.

JWT requirements

JWT header must contain the following attributes:

  • alg - supported algorithms: HS256, HS384, HS512

JWT payload must contain the following claims:

  • sub - System ID of the respective API account
  • iat
  • nbf - Allowed time difference with the server time can not be more than 300 sec.
  • exp

JWT has to be signed with the security token of the the respective API Account.

Last modified: February 16, 2023