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
HeartBeatName | Description | Type | Additional information |
---|---|---|---|
Success |
Boolean representing success. Will always be true |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "success": true }