Skip to main content

Get the API health check

GET 

/healthcheck

Returns the API health check. This route is public and doesn't require authentication.

Cost: 0 credit per call.

Request

Header Parameters

    X-Exorde-Api-Version stringrequired

    Possible values: [v1]

    The API version.

Responses

OK

Schema
    apiStatus stringrequired

    Possible values: [UP, DOWN]

    The health status of the API.

    status objectrequired
    cost int32required

    Number of credits that were consumed for this request.

    apiDeprecationNotice object

    Deprecation notice of the API.

    message stringrequired

    A message that tells when the API version will be shut down.

    shutdownDate date-timerequired

    The date of removal of the API version, UTC date-time without timezone using RFC3339 format.

Loading...