Skip to main content
GET
/
v1
/
series
/
{id}
Series metadata
curl --request GET \
  --url https://api.vintl.io/v1/series/{id} \
  --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_

Path Parameters

id
string
required

Response

Series metadata

Last modified on March 30, 2026