api/v1

REST API v1

The API v1 provides initial implementation of the elDoc REST API.

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: April 28, 2021