Heartbeat - GET

Description for Heartbeat API service

Service description

This service tests if the general API connection is active and if the connection certificate is correctly configured. It also returns the current system time.

When using Service Provider model you must also provide Client-Code and Client-Country headers - you can use this to validate if expected entity is valid.

Request

GET https://connect.lhv.com/heartbeat

Headers

NameValue

Content-Type

application/xml

Client-Code

customer value

Client-Country

customer value

Body

-

Response

Headers

NameValue

Content-Type

application/xml

X-Bank-Code

LHVUK, LHVEE

Body

OK

<HeartBeatResponse>
    <TimeStamp>2024-05-08T08:51:48.279+01:00</TimeStamp>
</HeartBeatResponse>

Last updated