/app/heartbeat/{param1}/{param2}/

This function gives the current status of features as per provided country.

This endpoint provide status for multiple features. param1 represents the feature name. param2 represents the state/country.


{
  "feature": "sos",
  "state": "montana",
  "service_status": "active"
}
{
  "message": "Not found" // When either of the params is incorrect.
}

Features and Params

Feature

param1

param2

SOS

"sos"

State name in lower case

Tax Transcript

"us"

"taxtranscript"

Canada CRA

"canada"

"cra"

Canada GST/HST

"canada"

"gsthst"

Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!