Skip to main content
GET
/
v1
/
ping
Auth test
curl --request GET \
  --url https://api.vintl.io/v1/ping \
  --header 'X-API-Key: <api-key>'
{
  "type": "https://vintl.io/errors/not-found",
  "title": "Not Found",
  "status": 404,
  "detail": "series 'INVALID' not found",
  "instance": "<string>",
  "request_id": "<string>"
}

Authorizations

X-API-Key
string
header
required

API key prefixed with vntl_live_

Response

API key is valid

Last modified on March 29, 2026