Skip to main content
GET
/
health
Fetch the health status of the Service Provider.
curl --request GET \
  --url https://rest.taxes.provider.com/api/v1/health
{
  "components": [
    {
      "endpoints": [
        "endpoints",
        "endpoints"
      ],
      "name": "name",
      "description": "description",
      "id": "id",
      "type": "OTHER",
      "status": null
    },
    {
      "endpoints": [
        "endpoints",
        "endpoints"
      ],
      "name": "name",
      "description": "description",
      "id": "id",
      "type": "OTHER",
      "status": null
    }
  ],
  "description": "description",
  "time": "2000-01-23T04:56:07.000Z",
  "version": "version",
  "status": null
}

Response

Service is healthy.

status
enum<string>
required

The status of a specific component reported by the Service Adapter.

Available options:
UP,
DOWN,
WARN
components
object[]
required

List of health status details for each component reported by the Service Adapter.

time
string<date-time>
required

The timestamp of the health status reported by the Service Adapter.

version
string
Minimum string length: 1
description
string

The description of the health status returned by the Service Adapter.

Maximum string length: 250