Valtt Developer Documentation
  • Welcome
  • valtt.com
  • dashboard.valtt.com
  • valtt.js / Website Code
    • How to Implement valtt.js
    • How to Add Multiple Clickwraps on the Same Page
    • Change Log
  • Valtt API
    • Getting Started
    • Status
    • Create Clickwrap
    • Change Log
Powered by GitBook
On this page
  • Status
  • Example cURL Request

Was this helpful?

  1. Valtt API

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'
PreviousGetting StartedNextCreate Clickwrap

Last updated 4 years ago

Was this helpful?