Status

Returns the current status of the Valtt API.

Status

GET https://app.valtt.com/api/status/

This endpoint requires no request parameters or authentication and responds with the status of the Valtt API.

{
    "api_name": "Valtt Clickwrap API",
    "api_version": "1.0",
    "status": "available",
    "time_gmt": "2020-07-21 16:24:53"
}

Example cURL Request

curl --location --request GET 'https://app.valtt.com/api/status'

Last updated