GET api/v1/HeartBeat

Check TBR service status. Will return a object with Success = true if everything is working correctly.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

HeartBeat
NameDescriptionTypeAdditional information
Success

Boolean representing success. Will always be true

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true
}